mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
make panel load
This commit is contained in:
parent
7baee4b2b4
commit
2faeeb5b75
1 changed files with 3 additions and 6 deletions
|
@ -137,17 +137,14 @@ name = "Resource Usage"
|
||||||
services = ["matrix-__APP__", "nginx"]
|
services = ["matrix-__APP__", "nginx"]
|
||||||
|
|
||||||
[resources.media]
|
[resources.media]
|
||||||
name = "Manage Synapse Media growth and clean-up"
|
name = "Manage Media growth and clean-up"
|
||||||
|
|
||||||
[resources.media.max_upload_size]
|
[resources.media.max_upload_size]
|
||||||
ask = "Largest allowed media upload size in bytes."
|
ask = "Largest allowed media upload size in bytes."
|
||||||
type = "url"
|
type = "string"
|
||||||
help = "Defaults to: '10M' ."
|
help = "Defaults to: '10M' ."
|
||||||
bind = ":/etc/matrix-__APP__/homeserver.yaml"
|
bind = ":/etc/matrix-__APP__/homeserver.yaml"
|
||||||
|
|
||||||
[resources.database]
|
|
||||||
name = "Manage Synapse DataBase growth and clean-up"
|
|
||||||
|
|
||||||
[advanced]
|
[advanced]
|
||||||
name = "Advanced Settings"
|
name = "Advanced Settings"
|
||||||
services = ["matrix-__APP__"]
|
services = ["matrix-__APP__"]
|
||||||
|
@ -157,7 +154,7 @@ services = ["matrix-__APP__"]
|
||||||
|
|
||||||
[advanced.help.text]
|
[advanced.help.text]
|
||||||
ask = '''
|
ask = '''
|
||||||
There are security and privacy risks if you change these settings without knowing what you do!
|
**There are security and privacy risks if you change these settings without knowing what you do!**
|
||||||
'''
|
'''
|
||||||
type = "markdown"
|
type = "markdown"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue