Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haidousm/delne
https://github.com/haidousm/delne
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/haidousm/delne
- Owner: haidousm
- License: mit
- Created: 2024-01-09T05:50:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T04:15:48.000Z (7 months ago)
- Last Synced: 2024-04-14T18:59:21.279Z (7 months ago)
- Language: Go
- Homepage:
- Size: 8.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delne
Delne is Arabic for "show me the way". It is a simple reverse proxy with a web interface that allows you to easily show your requests the way ;)
## TO-DOs:
- [x] Support full path matching
- [x] Support subdomain matching
- [x] Support subpath matching & stripping
- [x] Ability add new services
- [x] Ability to delete services
- [x] Custom environment variables
- [ ] Ability to edit existing services' hosts
- [ ] Auto-gen SSL certs using Let's Encrypt (ACME)
- [x] gen SSL certs for domains defined in `delne.toml`
- [ ] gen SSL certs dynamically based on hosts inputted for services
- [ ] Add multi-host support
- [ ] Add authentication to the web interface
- [ ] Add ability to add custom headers to the request
- [ ] Add WS for real-time service status updates
- [ ] Add tests
- [ ] Update README with usage instructions