diff --git a/README.md b/README.md index ceb0497..917d640 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Seafile is an open Source Cloud Storage application. It's a Enterprise file sync and share platform with high reliability and performance. It's a file hosting platform with high reliability and performance. Put files on your own server. Sync and share files across different devices, or access all the files as a virtual disk. -**Shipped version:** 9.0.9~ynh1 +**Shipped version:** 9.0.9~ynh2 **Demo:** https://demo.seafile.com diff --git a/README_fr.md b/README_fr.md index f7d5bce..554eb20 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Seafile is an open Source Cloud Storage application. It's a Enterprise file sync and share platform with high reliability and performance. It's a file hosting platform with high reliability and performance. Put files on your own server. Sync and share files across different devices, or access all the files as a virtual disk. -**Version incluse :** 9.0.9~ynh1 +**Version incluse :** 9.0.9~ynh2 **Démo :** https://demo.seafile.com diff --git a/conf/seahub_settings.py b/conf/seahub_settings.py index e924bef..ee43935 100644 --- a/conf/seahub_settings.py +++ b/conf/seahub_settings.py @@ -21,11 +21,13 @@ SERVE_STATIC = False MEDIA_URL = "__PATH2__media/" COMPRESS_URL = MEDIA_URL STATIC_URL = MEDIA_URL + 'assets/' -EMAIL_USE_TLS = False -EMAIL_HOST = "localhost" -EMAIL_HOST_USER = "__APP__@__DOMAIN__" -EMAIL_HOST_PASSWORD = "" -EMAIL_PORT = "25" +EMAIL_USE_TLS = True +EMAIL_HOST = "__DOMAIN__" +EMAIL_HOST_USER = "__APP__" +EMAIL_HOST_PASSWORD = "__MAIL_PWD__" +EMAIL_PORT = "587" +REPLACE_FROM_EMAIL = True +ADD_REPLY_TO_HEADER = True DEFAULT_FROM_EMAIL = "__APP__@__DOMAIN__" SERVER_EMAIL = "__APP__@__DOMAIN__" LOGIN_URL = '__PATH2__accounts/login/' diff --git a/manifest.toml b/manifest.toml index 1b3f721..3af2d77 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Seafile" description.en = "Open Source Cloud Storage" description.fr = "Stockage Cloud Open Source" -version = "9.0.9~ynh1" +version = "9.0.9~ynh2" maintainers = ["Josué Tille"]