mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Fix config_panel dir
This commit is contained in:
parent
e38b775d67
commit
fa4be8e1e2
1 changed files with 11 additions and 11 deletions
|
@ -11,68 +11,68 @@ services = ["__APP__-web", "__APP__-sidekiq", "__APP__-streaming"]
|
||||||
ask = "Maximum allowed character count in a toot"
|
ask = "Maximum allowed character count in a toot"
|
||||||
type = "number"
|
type = "number"
|
||||||
example = "500"
|
example = "500"
|
||||||
bind = ":__FINALPATH__/live/.env.production"
|
bind = ":__INSTALL_DIR__/live/.env.production"
|
||||||
|
|
||||||
[main.customization.max_pinned_toots]
|
[main.customization.max_pinned_toots]
|
||||||
ask = "Maximum number of pinned posts"
|
ask = "Maximum number of pinned posts"
|
||||||
type = "number"
|
type = "number"
|
||||||
example = "5"
|
example = "5"
|
||||||
bind = ":__FINALPATH__/live/.env.production"
|
bind = ":__INSTALL_DIR__/live/.env.production"
|
||||||
|
|
||||||
[main.customization.max_bio_chars]
|
[main.customization.max_bio_chars]
|
||||||
ask = "Maximum allowed bio characters"
|
ask = "Maximum allowed bio characters"
|
||||||
type = "number"
|
type = "number"
|
||||||
example = "500"
|
example = "500"
|
||||||
bind = ":__FINALPATH__/live/.env.production"
|
bind = ":__INSTALL_DIR__/live/.env.production"
|
||||||
|
|
||||||
[main.customization.max_profile_fields]
|
[main.customization.max_profile_fields]
|
||||||
ask = "Maximim number of profile fields allowed"
|
ask = "Maximim number of profile fields allowed"
|
||||||
type = "number"
|
type = "number"
|
||||||
example = "4"
|
example = "4"
|
||||||
bind = ":__FINALPATH__/live/.env.production"
|
bind = ":__INSTALL_DIR__/live/.env.production"
|
||||||
|
|
||||||
[main.customization.max_display_name_chars]
|
[main.customization.max_display_name_chars]
|
||||||
ask = "Maximum allowed display name characters"
|
ask = "Maximum allowed display name characters"
|
||||||
type = "number"
|
type = "number"
|
||||||
example = "30"
|
example = "30"
|
||||||
bind = ":__FINALPATH__/live/.env.production"
|
bind = ":__INSTALL_DIR__/live/.env.production"
|
||||||
|
|
||||||
[main.customization.max_poll_options]
|
[main.customization.max_poll_options]
|
||||||
ask = "Maximum allowed poll options"
|
ask = "Maximum allowed poll options"
|
||||||
type = "number"
|
type = "number"
|
||||||
example = "5"
|
example = "5"
|
||||||
bind = ":__FINALPATH__/live/.env.production"
|
bind = ":__INSTALL_DIR__/live/.env.production"
|
||||||
|
|
||||||
[main.customization.max_poll_option_chars]
|
[main.customization.max_poll_option_chars]
|
||||||
ask = "Maximum allowed poll option characters"
|
ask = "Maximum allowed poll option characters"
|
||||||
type = "number"
|
type = "number"
|
||||||
example = "100"
|
example = "100"
|
||||||
bind = ":__FINALPATH__/live/.env.production"
|
bind = ":__INSTALL_DIR__/live/.env.production"
|
||||||
|
|
||||||
[main.customization.max_image_size]
|
[main.customization.max_image_size]
|
||||||
ask = "Maximum image upload size"
|
ask = "Maximum image upload size"
|
||||||
help = "in bytes"
|
help = "in bytes"
|
||||||
type = "number"
|
type = "number"
|
||||||
example = "8388608"
|
example = "8388608"
|
||||||
bind = ":__FINALPATH__/live/.env.production"
|
bind = ":__INSTALL_DIR__/live/.env.production"
|
||||||
|
|
||||||
[main.customization.max_video_size]
|
[main.customization.max_video_size]
|
||||||
ask = "Maximum video and audio upload sizes"
|
ask = "Maximum video and audio upload sizes"
|
||||||
help = "in bytes"
|
help = "in bytes"
|
||||||
type = "number"
|
type = "number"
|
||||||
example = "41943040"
|
example = "41943040"
|
||||||
bind = ":__FINALPATH__/live/.env.production"
|
bind = ":__INSTALL_DIR__/live/.env.production"
|
||||||
|
|
||||||
[main.customization.max_emoji_size]
|
[main.customization.max_emoji_size]
|
||||||
ask = "Maximum custom emoji file sizes"
|
ask = "Maximum custom emoji file sizes"
|
||||||
help = "in bytes"
|
help = "in bytes"
|
||||||
type = "number"
|
type = "number"
|
||||||
example = "51200"
|
example = "51200"
|
||||||
bind = ":__FINALPATH__/live/.env.production"
|
bind = ":__INSTALL_DIR__/live/.env.production"
|
||||||
|
|
||||||
[main.customization.max_remote_emoji_size]
|
[main.customization.max_remote_emoji_size]
|
||||||
ask = "Maximum remote custom emoji file sizes"
|
ask = "Maximum remote custom emoji file sizes"
|
||||||
help = "in bytes"
|
help = "in bytes"
|
||||||
type = "number"
|
type = "number"
|
||||||
example = "204800"
|
example = "204800"
|
||||||
bind = ":__FINALPATH__/live/.env.production"
|
bind = ":__INSTALL_DIR__/live/.env.production"
|
||||||
|
|
Loading…
Reference in a new issue