1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00

couchdb password added to manifest

This commit is contained in:
Chris Vogel 2024-02-24 15:17:33 +01:00
parent 51f06f3e1f
commit 92b1e0a61a

View file

@ -57,13 +57,19 @@ ram.runtime = "50M"
# e.g. 'https://doma.in/path' - might not work, needs to be tested: # e.g. 'https://doma.in/path' - might not work, needs to be tested:
# https://codeberg.org/ChriChri/flohmarkt_ynh/issues/4 # https://codeberg.org/ChriChri/flohmarkt_ynh/issues/4
type = "path" type = "path"
default = "/flohmarkt" default = "/"
[install.init_main_permission] [install.init_main_permission]
# who will be able to access the apps URL after installation? # who will be able to access the apps URL after installation?
type = "group" type = "group"
default = "visitors" default = "visitors"
[install.password]
[install.password.couchdb]
# couchdb admin password
type = password
[resources] [resources]
# See the packaging documentation for the full set # See the packaging documentation for the full set
# of explanation regarding the behavior and properties for each of those # of explanation regarding the behavior and properties for each of those