1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00
This commit is contained in:
Éric Gaspar 2024-07-20 14:27:25 +02:00
parent 686fb36ca0
commit fbef1a8aed
2 changed files with 5 additions and 4 deletions

View file

@ -27,10 +27,10 @@ parameters:
server_name: "Your wallabag instance" server_name: "Your wallabag instance"
mailer_transport: smtp mailer_transport: smtp
mailer_user: ~ mailer_user: __APP__
mailer_password: ~ mailer_password: __MAIL_PWD__
mailer_host: 127.0.0.1 mailer_host: 127.0.0.1
mailer_port: false mailer_port: 25
mailer_encryption: ~ mailer_encryption: ~
mailer_auth_mode: ~ mailer_auth_mode: ~
@ -41,7 +41,7 @@ parameters:
# two factor stuff # two factor stuff
twofactor_auth: true twofactor_auth: true
twofactor_sender: no-reply@wallabag.org twofactor_sender: no-reply@__DOMAIN__
# fosuser stuff # fosuser stuff
fosuser_registration: false fosuser_registration: false

View file

@ -54,6 +54,7 @@ ram.runtime = "50M"
autoupdate.asset = ".*\\.tar\\.gz" autoupdate.asset = ".*\\.tar\\.gz"
[resources.system_user] [resources.system_user]
allow_email = true
[resources.install_dir] [resources.install_dir]