Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizuchilabs/mantrae
Web UI for managing Traefik
https://github.com/mizuchilabs/mantrae
go reverse-proxy svelte traefik ui
Last synced: 2 months ago
JSON representation
Web UI for managing Traefik
- Host: GitHub
- URL: https://github.com/mizuchilabs/mantrae
- Owner: MizuchiLabs
- License: mit
- Created: 2024-08-05T01:25:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T11:59:13.000Z (2 months ago)
- Last Synced: 2024-11-20T12:46:58.825Z (2 months ago)
- Topics: go, reverse-proxy, svelte, traefik, ui
- Language: Svelte
- Homepage: https://mizuchi.dev/mantrae/
- Size: 2.01 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mantræ
**Mantræ** is a user-friendly web interface designed to simplify the management of Traefik's dynamic configurations. Similar to Nginx Proxy Manager (NPM), this application allows you to manage your dynamic Traefik configuration from the comfort of a simple web ui.
## Features
- **Simplified UI**: A clean and intuitive interface that keeps the complexity to a minimum.
- **Router Configuration**: Create and manage Traefik routers with custom rules, entrypoints, and middleware configurations.
- **Middleware Management**: Add middlewares to your routers, including rate limiting, authentication, and more.
- **Service Status**: Monitor the status of your services and see their health information.
- **DNS Providers**: Support for multiple DNS providers (currently Cloudflare, PowerDNS, Technitium) for automatic DNS record updates.
- **Agents**: New agent mode! Instead of defining your routers in the web ui, you can label your containers as usual using traefik labels. Start the agent on the machine and it will automatically set everything up for you.## 🚧 Disclaimer 🚧
This project is still early in development and is not ready for production use. Expect a lot of breaking changes in meantime until the first stable release.
### Documentation
Check out the [docs](https://mizuchi.dev/mantrae/) for more information.
### Screenshots
![Routers](./.github/screenshots/routers.png "Routers")
![Middleware](./.github/screenshots/middlewares.png "Middleware")
![CommandCenter](./.github/screenshots/command_center.png "CommandCenter")## Roadmap
- Add support for more DNS providers
- Backup scheduler (local or S3)
- Support multiple database providers (currently only supports SQLite)
- User management and permissions system## Contributing
Contributions are welcome! Please feel free to submit issues, fork the repository, and create pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgements
- [**Traefik**](https://traefik.io/): For providing the powerful reverse proxy that powers this application.
- [**Nginx Proxy Manager**](https://github.com/NginxProxyManager/nginx-proxy-manager): For inspiration on building a simple and effective web UI for managing reverse proxies.
- [**External-DNS**](https://github.com/kubernetes-sigs/external-dns): For inspiration on building a simple DNS management system.