Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.