etesync-server: rename to etebase

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
This commit is contained in:
Peter Stadler
2020-11-28 21:30:39 +01:00
parent 20c52fc651
commit 49e053ac52
8 changed files with 264 additions and 268 deletions
+13
View File
@@ -0,0 +1,13 @@
config django 'global'
option static_url 'static/'
option debug 'false'
config django 'allowed_hosts'
list uci_allow_all_ips_of 'loopback'
list uci_allow_all_ips_of 'lan'
# list allowed_host "example.com"
config django 'database'
option engine 'django.db.backends.sqlite3'
option name 'db.sqlite3'