Init Configuration

This commit is contained in:
phil
2025-07-17 22:43:01 +02:00
parent 93ad0f99af
commit 34700fe504
7 changed files with 274 additions and 0 deletions

16
psono/config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"backend_servers": [{
"title": "Cyperpunk",
"url": "https://psono.cyperpunk.de/server"
}],
"base_url": "https://psono.cyperpunk.de/",
"allow_custom_server": true,
"allow_registration": true,
"allow_lost_password": true,
"disable_download_bar": false,
"remember_me_default": false,
"trust_device_default": false,
"authentication_methods": ["AUTHKEY"],
"saml_provider": []
}