Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathan-osman/cloudanchor
Generate Nginx or Apache configuration files from running Docker containers in realtime
https://github.com/nathan-osman/cloudanchor
apache configuration docker nginx
Last synced: 15 days ago
JSON representation
Generate Nginx or Apache configuration files from running Docker containers in realtime
- Host: GitHub
- URL: https://github.com/nathan-osman/cloudanchor
- Owner: nathan-osman
- Created: 2017-04-13T00:11:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T17:37:43.000Z (over 7 years ago)
- Last Synced: 2023-03-16T08:40:26.978Z (almost 2 years ago)
- Topics: apache, configuration, docker, nginx
- Language: Go
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> **Note:** this project has been deprecated in favor of [caddy-docker](https://github.com/nathan-osman/caddy-docker).
## cloudanchor
Have a bunch of web applications running in Docker? Tired of continually editing Nginx or Apache configuration files as applications are added and removed? Then cloudanchor is for you.
> **Warning:** this application is still a work in progress. Although the features listed below are known to work, this app has not been thoroughly tested in production yet. As such, its use in production is discouraged.
### Features
- Monitors the Docker daemon in realtime to see when containers are started and stopped
- Uses container labels to determine the hostname to use for the server
- Creates configuration files for your web server on-demand
- Integration with Let's Encrypt for TLS certificates