https://github.com/cheqd/nginx
Nginx reverse proxy for routing traffic in DigitalOcean App deployments
https://github.com/cheqd/nginx
digitalocean-app-platform hacktoberfest nginx
Last synced: about 1 year ago
JSON representation
Nginx reverse proxy for routing traffic in DigitalOcean App deployments
- Host: GitHub
- URL: https://github.com/cheqd/nginx
- Owner: cheqd
- License: apache-2.0
- Created: 2023-05-25T15:30:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T03:25:45.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T17:58:08.112Z (over 1 year ago)
- Topics: digitalocean-app-platform, hacktoberfest, nginx
- Language: Dockerfile
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Nginx sidecar for DigitalOcean App Platform
[](https://github.com/cheqd/nginx/blob/main/LICENSE) [](https://github.com/cheqd/nginx/graphs/contributors)
[](https://github.com/cheqd/nginx/actions/workflows/dispatch.yml) 
## âšī¸ Overview
A custom Nginx sidecar image for use on [DigitalOcean App Platform](https://docs.digitalocean.com/products/app-platform/). It is intended as a common base image that could then be modified to work across a variety of different deployments.
## đ§âđģ Developer Guide
Build the Docker image using:
```bash
docker build --target runner . -t nginx:local
```
`runner` is the build target stage.
The start script is set to `entrypoint.sh`. In this instance, it's optimised for working with [LogTo](https://docs.logto.io/docs/tutorials/get-started/).
## đŦ Community
The [**cheqd Community Slack**](http://cheqd.link/join-cheqd-slack) is our primary chat channel for the open-source community, software developers, and node operators.
Please reach out to us there for discussions, help, and feedback on the project.
## đ Find us elsewhere
[](https://t.me/cheqd) [](http://cheqd.link/discord-github) [](https://twitter.com/intent/follow?screen\_name=cheqd\_io) [](http://cheqd.link/linkedin) [](http://cheqd.link/join-cheqd-slack) [](https://blog.cheqd.io) [](https://www.youtube.com/channel/UCBUGvvH6t3BAYo5u41hJPzw/)