diff --git a/README.md b/README.md index d12f5ff..009600f 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Only the clients need a connection to this service on configured port. **Official Links** -- https://git.collinwebdesigns.de/oscar.krause/fastapi-dls -- https://gitea.publichub.eu/oscar.krause/fastapi-dls -- Docker Image `collinwebdesigns/fastapi-dls:latest` +- https://git.collinwebdesigns.de/oscar.krause/fastapi-dls (Private Git) +- https://gitea.publichub.eu/oscar.krause/fastapi-dls (Public Git) +- https://hub.docker.com/r/collinwebdesigns/fastapi-dls (Docker-Hub `collinwebdesigns/fastapi-dls:latest`) *All other repositories are forks! (which is no bad - just for information and bug reports)* diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..0b3a5a6 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,25 @@ +# Roadmap + +I'am planning to implement the following features in future. + + +## HA - High Availability + +Support Failover-Mode (secondary ip address) as in official DLS. + +**Note**: There is no Load-Balancing / Round-Robin HA Mode supported! If you want to use that, consider to use Docker-Swarm with shared/cluster database (e.g. postgres). + +*See [ha branch](https://git.collinwebdesigns.de/oscar.krause/fastapi-dls/-/tree/ha) for current status.* + + +## UI - User Interface + +Add a user interface to manage origins and leases. + +*See [ui branch](https://git.collinwebdesigns.de/oscar.krause/fastapi-dls/-/tree/ui) for current status.* + + +## Config Database + +Instead of using environment variables, configuration files and manually create certificates, store cofigs and certificates in databse (like origins and leases). Also there sould be provided a startup assistand to prefill required attributes and create instance-certificates. +This is more user friendly and should improve setup.