mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Merge pull request #112 from YunoHost-Apps/mail
Update seahub_settings.py
This commit is contained in:
commit
bc5da37539
4 changed files with 10 additions and 8 deletions
|
@ -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.
|
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
|
**Demo:** https://demo.seafile.com
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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
|
**Démo :** https://demo.seafile.com
|
||||||
|
|
||||||
|
|
|
@ -21,11 +21,13 @@ SERVE_STATIC = False
|
||||||
MEDIA_URL = "__PATH2__media/"
|
MEDIA_URL = "__PATH2__media/"
|
||||||
COMPRESS_URL = MEDIA_URL
|
COMPRESS_URL = MEDIA_URL
|
||||||
STATIC_URL = MEDIA_URL + 'assets/'
|
STATIC_URL = MEDIA_URL + 'assets/'
|
||||||
EMAIL_USE_TLS = False
|
EMAIL_USE_TLS = True
|
||||||
EMAIL_HOST = "localhost"
|
EMAIL_HOST = "__DOMAIN__"
|
||||||
EMAIL_HOST_USER = "__APP__@__DOMAIN__"
|
EMAIL_HOST_USER = "__APP__"
|
||||||
EMAIL_HOST_PASSWORD = ""
|
EMAIL_HOST_PASSWORD = "__MAIL_PWD__"
|
||||||
EMAIL_PORT = "25"
|
EMAIL_PORT = "587"
|
||||||
|
REPLACE_FROM_EMAIL = True
|
||||||
|
ADD_REPLY_TO_HEADER = True
|
||||||
DEFAULT_FROM_EMAIL = "__APP__@__DOMAIN__"
|
DEFAULT_FROM_EMAIL = "__APP__@__DOMAIN__"
|
||||||
SERVER_EMAIL = "__APP__@__DOMAIN__"
|
SERVER_EMAIL = "__APP__@__DOMAIN__"
|
||||||
LOGIN_URL = '__PATH2__accounts/login/'
|
LOGIN_URL = '__PATH2__accounts/login/'
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Seafile"
|
||||||
description.en = "Open Source Cloud Storage"
|
description.en = "Open Source Cloud Storage"
|
||||||
description.fr = "Stockage Cloud Open Source"
|
description.fr = "Stockage Cloud Open Source"
|
||||||
|
|
||||||
version = "9.0.9~ynh1"
|
version = "9.0.9~ynh2"
|
||||||
|
|
||||||
maintainers = ["Josué Tille"]
|
maintainers = ["Josué Tille"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue