فهرست منبع

couchdb password added to manifest

Chris Vogel 1 سال پیش
والد
کامیت
92b1e0a61a
1فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده
  1. 7 1
      manifest.toml

+ 7 - 1
manifest.toml

@@ -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