Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suraj-kumar00/myplugin
An NGINX web server
https://github.com/suraj-kumar00/myplugin
argocd docker github-actions kubernetes yaml
Last synced: 16 days ago
JSON representation
An NGINX web server
- Host: GitHub
- URL: https://github.com/suraj-kumar00/myplugin
- Owner: Suraj-kumar00
- License: mit
- Created: 2024-02-09T11:30:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T14:52:54.000Z (9 months ago)
- Last Synced: 2024-04-02T15:59:55.284Z (9 months ago)
- Topics: argocd, docker, github-actions, kubernetes, yaml
- Language: HTML
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyPlugin an NGINX web service
### This was a task as an LFX Mentee at Linux Foundation in 2023 in a CloudForet Plugin Development Project![](./Image/Cloudforet%20-%20Myplugin%20an%20nginx%20web%20server.png)
## Introduction
MyPlugin is a Dockerized Nginx server that provides an easy and efficient way for deployment, development, and testing. It is designed to be lightweight and straightforward to use, making it ideal for both beginners and experienced users.## If you want to play with this repo
### Clone the Repository
To get started, first, clone the repository to your local machine:```bash
git clone https://github.com/yourusername/myplugin.git
cd myplugin```
### Build and Run Docker Container```
docker build -t myplugin:latest .
docker run -p 8080:80 myplugin:latest
```
After running these commands, the Nginx server will be up and running inside a Docker container.### Access the Server
You can now access the server by visiting http://localhost:8080 in your web browser. You should see the Nginx default page.# License
This project is licensed under the MIT License. For more details, please see the [LICENSE](https://github.com/Suraj-kumar00/myplugin/blob/main/LICENSE) file.