mirror of
https://github.com/YunoHost-Apps/filebrowser_ynh.git
synced 2024-09-03 18:36:05 +02:00
15 lines
No EOL
349 B
Text
15 lines
No EOL
349 B
Text
version = "1.0"
|
|
|
|
[main]
|
|
name = "Filebrowser configuration"
|
|
services = ["__APP__"]
|
|
|
|
[main.config]
|
|
name = "Configuration Options"
|
|
|
|
[main.config.datadir]
|
|
ask = "Choose path"
|
|
type = "path"
|
|
default = "/home/yunohost.app/filebrowser"
|
|
help = "Choose path"
|
|
bind = "root:/var/www/__APP__/settings.json" |