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:
parent
51f06f3e1f
commit
92b1e0a61a
1 changed files with 7 additions and 1 deletions
|
@ -57,13 +57,19 @@ ram.runtime = "50M"
|
|||
# e.g. 'https://doma.in/path' - might not work, needs to be tested:
|
||||
# https://codeberg.org/ChriChri/flohmarkt_ynh/issues/4
|
||||
type = "path"
|
||||
default = "/flohmarkt"
|
||||
default = "/"
|
||||
|
||||
[install.init_main_permission]
|
||||
# who will be able to access the apps URL after installation?
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[install.password]
|
||||
|
||||
[install.password.couchdb]
|
||||
# couchdb admin password
|
||||
type = password
|
||||
|
||||
[resources]
|
||||
# See the packaging documentation for the full set
|
||||
# of explanation regarding the behavior and properties for each of those
|
||||
|
|
Loading…
Add table
Reference in a new issue