diff options
| author | yalh76 <yalh@yahoo.com> | 2019-05-12 20:32:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-12 20:32:49 +0200 |
| commit | f6bf3f01c9bbe6862cb8360e05245672e33963e5 (patch) | |
| tree | 0cf3ea06df3f1b5f6206d51518f805a481417117 /conf | |
| parent | 0e6fcf1700e12399fea0bf3ba0c91a71f0bec9cc (diff) | |
| parent | c857d70f73587852cacc608a4e140b5b6b2b9e87 (diff) | |
| download | mastodon_ynh-f6bf3f01c9bbe6862cb8360e05245672e33963e5.tar.gz mastodon_ynh-f6bf3f01c9bbe6862cb8360e05245672e33963e5.tar.bz2 mastodon_ynh-f6bf3f01c9bbe6862cb8360e05245672e33963e5.zip | |
Merge pull request #140 from YunoHost-Apps/example_ynh
Example ynh
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/.env.production.sample | 2 | ||||
| -rw-r--r-- | conf/message | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample index c15eb4a..203b74b 100644 --- a/conf/.env.production.sample +++ b/conf/.env.production.sample @@ -70,7 +70,7 @@ SMTP_PORT=25 #SMTP_PASSWORD= SMTP_FROM_ADDRESS=__SMTP_FROM_ADDRESS__ #SMTP_DOMAIN= # defaults to LOCAL_DOMAIN -#SMTP_DELIVERY_METHOD=smtp # delivery method can also be sendmail +SMTP_DELIVERY_METHOD=sendmail # delivery method can also be smtp SMTP_AUTH_METHOD=none #SMTP_CA_FILE=/etc/ssl/certs/ca-certificates.crt SMTP_OPENSSL_VERIFY_MODE=none diff --git a/conf/message b/conf/message new file mode 100644 index 0000000..488d86d --- /dev/null +++ b/conf/message @@ -0,0 +1,5 @@ +Mastodon was successfully installed :) +Please open 'https://__DOMAIN____PATH_URL__' +The admin email is: __ADMIN_MAIL__ +The admin password is: __ADMIN_PASS__ +If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/mastodon_ynh
\ No newline at end of file |
