Commit Graph

9 Commits

Author SHA1 Message Date
c05de10192 Check ip range for public/private view. 2023-09-20 11:24:10 +02:00
e58713b7ac Adds a footer. 2023-09-20 10:56:14 +02:00
eb32347990 Switches to a global variable for client/serverConfig 2023-08-14 12:37:45 +02:00
edbbd2f0f6 Refactors loading function
* Initialize service component and handler in hooks
* Dynamically watch the config instead of a reload on each page
* Uses derived store for public server config
* Moves service data in its own page data property
* Reverts to a array to store group/services
2023-08-13 14:19:39 +02:00
f23f268b60 automatic service registration à la Svelte 2023-08-11 18:49:06 +02:00
9903497867 Makes finally dynamic component work?? 2023-08-11 17:04:39 +02:00
09304b9a95 Attempts to a broken dynamic service loading. 2023-08-11 16:08:10 +02:00
22545e46bb Made infrastructure to ensure private data is not leaked to client 2023-08-11 13:52:10 +02:00
8660345bf6 Makes dynamic configuration work in production
If a static file is mounted in the Docker image, it will be read at
each page load and sent to the client.
2023-08-11 11:00:18 +02:00