mirror of
https://github.com/YunoHost-Apps/motioneye_ynh.git
synced 2024-09-03 19:46:09 +02:00
comment out password -- currently unused
This commit is contained in:
parent
921170c610
commit
b481789306
2 changed files with 7 additions and 6 deletions
|
@ -97,3 +97,4 @@ http_basic_auth false
|
||||||
|
|
||||||
# overrides the hostname (useful if motionEye runs behind a reverse proxy)
|
# overrides the hostname (useful if motionEye runs behind a reverse proxy)
|
||||||
#server_name motionEye
|
#server_name motionEye
|
||||||
|
# @admin_password
|
||||||
|
|
|
@ -54,12 +54,12 @@ ram.runtime = "50M"
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
[install.password]
|
# [install.password]
|
||||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
# # this is a generic question - ask strings are automatically handled by YunoHost's core
|
||||||
# Note that user-provided passwords questions are not automatically saved as setting
|
# # Note that user-provided passwords questions are not automatically saved as setting
|
||||||
help.en = "Use the help field to add an information for the admin about this question."
|
# help.en = "Use the help field to add an information for the admin about this question."
|
||||||
help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
# help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
||||||
type = "password"
|
# type = "password"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
# See the packaging documentation for the full set
|
# See the packaging documentation for the full set
|
||||||
|
|
Loading…
Add table
Reference in a new issue