Files
fdroid-docker-reposerver/settings.json
Daniele Viti 5b9f229291 initial commit
2023-09-12 16:50:00 +02:00

13 lines
217 B
JSON

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