1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ergo_ynh.git synced 2024-09-03 18:26:31 +02:00

domain + admin passwd

This commit is contained in:
navanchauhan 2022-05-31 17:03:57 -06:00
parent 9b2b87a4d3
commit c0a55a5d1c

View file

@ -397,9 +397,9 @@ accounts:
# options for email verification of account registrations # options for email verification of account registrations
email-verification: email-verification:
enabled: false enabled: false
sender: "admin@my.network" sender: "ergoadmin@__DOMAIN__"
require-tls: true require-tls: true
helo-domain: "my.network" # defaults to server name if unset helo-domain: "__DOMAIN__" # defaults to server name if unset
# options to enable DKIM signing of outgoing emails (recommended, but # options to enable DKIM signing of outgoing emails (recommended, but
# requires creating a DNS entry for the public key): # requires creating a DNS entry for the public key):
# dkim: # dkim:
@ -674,7 +674,7 @@ opers:
# or by certificate fingerprint, or both. if a password hash is set, then a # or by certificate fingerprint, or both. if a password hash is set, then a
# password is required to oper up (e.g., /OPER dan mypassword). to generate # password is required to oper up (e.g., /OPER dan mypassword). to generate
# the hash, use `ergo genpasswd`. # the hash, use `ergo genpasswd`.
password: "$2a$04$0123456789abcdef0123456789abcdef0123456789abcdef01234" password: "$2a$04$HR0neg/TjG015DvtvTo0He9t5H3iBeAfqKURnJ9iLs5FpETBhXS1K" #ergo@YunoHost
# if a SHA-256 certificate fingerprint is configured here, then it will be # if a SHA-256 certificate fingerprint is configured here, then it will be
# required to /OPER. if you comment out the password hash above, then you can # required to /OPER. if you comment out the password hash above, then you can