initial commit

This commit is contained in:
Daniele Viti
2023-09-12 16:50:00 +02:00
parent 16114a1c8a
commit 5b9f229291
7 changed files with 114 additions and 2 deletions

12
settings.json Normal file
View File

@@ -0,0 +1,12 @@
{
"port": 80,
"baseURL": "",
"address": "0.0.0.0",
"log": "stdout",
"database": "/database/filebrowser.db",
"root": "/fdroid/repo",
"auth": {
"method": "json",
"file": "/config/users.json"
}
}