made some preferences configurable

This commit is contained in:
2025-07-03 22:58:31 +02:00
parent e53beb9848
commit c96e7d73ba
4 changed files with 49 additions and 10 deletions

8
backend/Readme.md Normal file
View File

@@ -0,0 +1,8 @@
# Backend
This module manages all backend services, i.e.:
* it loads the configuration
* starts a webserver
* binds all other api modules to the webserver
* binds the web module to the webserver