switch to gh pages config service

This commit is contained in:
John
2024-07-07 19:31:57 +02:00
parent f8e8b23dfe
commit b22a1135f5
4 changed files with 30 additions and 28 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
## former ebusd.eu config webservice
ebusd.eu config webservice
==========================
This is the code of the webservice at https://cfg.ebusd.eu/ that allows ebusd to download the needed CSV configuration
This is the code of the former webservice at https://cfg.ebusd.eu/ that allowed ebusd to download the needed CSV configuration
files instead of having to install the ebusd-configuration package.
It is enabled by default in ebusd due to the default value of the `--configpath=https://cfg.ebusd.eu/` commandline option.
Meanwhile the service was moved to using github pages at `https://ebus.github.io/`.
The code here is kept for those who want to serve the old style configuration on their own.