mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-11-04 06:20:22 +01:00 
			
		
		
		
	added Roadmap
This commit is contained in:
		@@ -9,9 +9,9 @@ Only the clients need a connection to this service on configured port.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
**Official Links**
 | 
					**Official Links**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- https://git.collinwebdesigns.de/oscar.krause/fastapi-dls
 | 
					- https://git.collinwebdesigns.de/oscar.krause/fastapi-dls (Private Git)
 | 
				
			||||||
- https://gitea.publichub.eu/oscar.krause/fastapi-dls
 | 
					- https://gitea.publichub.eu/oscar.krause/fastapi-dls (Public Git)
 | 
				
			||||||
- Docker Image `collinwebdesigns/fastapi-dls:latest`
 | 
					- 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)*
 | 
					*All other repositories are forks! (which  is no bad - just for information and bug reports)*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										25
									
								
								ROADMAP.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								ROADMAP.md
									
									
									
									
									
										Normal file
									
								
							@@ -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.
 | 
				
			||||||
		Reference in New Issue
	
	Block a user