Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 4 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T03:25:45.000Z (4 months ago)
- Last Synced: 2024-11-05T10:40:29.105Z (about 2 months 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
[![GitHub license](https://img.shields.io/github/license/cheqd/nginx?color=blue&style=flat-square)](https://github.com/cheqd/nginx/blob/main/LICENSE) [![GitHub contributors](https://img.shields.io/github/contributors/cheqd/nginx?label=contributors%20%E2%9D%A4%EF%B8%8F&style=flat-square)](https://github.com/cheqd/nginx/graphs/contributors)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/cheqd/nginx/dispatch.yml?label=workflows&style=flat-square)](https://github.com/cheqd/nginx/actions/workflows/dispatch.yml) ![GitHub repo size](https://img.shields.io/github/repo-size/cheqd/nginx?style=flat-square)
## âšī¸ 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
[![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge\&logo=telegram\&logoColor=white)](https://t.me/cheqd) [![Discord](https://img.shields.io/badge/Discord-7289DA?style=for-the-badge\&logo=discord\&logoColor=white)](http://cheqd.link/discord-github) [![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge\&logo=twitter\&logoColor=white)](https://twitter.com/intent/follow?screen\_name=cheqd\_io) [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\&logo=linkedin\&logoColor=white)](http://cheqd.link/linkedin) [![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge\&logo=slack\&logoColor=white)](http://cheqd.link/join-cheqd-slack) [![Medium](https://img.shields.io/badge/Medium-12100E?style=for-the-badge\&logo=medium\&logoColor=white)](https://blog.cheqd.io) [![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge\&logo=youtube\&logoColor=white)](https://www.youtube.com/channel/UCBUGvvH6t3BAYo5u41hJPzw/)