Merge pull request #93 from YunoHost-Apps/testing

Testing
This commit is contained in:
Josue-T 2022-09-26 14:19:14 +02:00 committed by GitHub
commit b2a8d615e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

@ -20,7 +20,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.2~ynh1
**Shipped version:** 9.0.2~ynh2
**Demo:** https://demo.seafile.com

View file

@ -20,7 +20,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.2~ynh1
**Version incluse :** 9.0.2~ynh2
**Démo :** https://demo.seafile.com

View file

@ -11,7 +11,7 @@
"admindoc": "https://manual.seafile.com",
"code": "https://github.com/haiwen/seafile-server"
},
"version": "9.0.2~ynh1",
"version": "9.0.2~ynh2",
"description": {
"en": "Open Source Cloud Storage",
"fr": "Stockage Cloud Open Source"

View file

@ -58,6 +58,7 @@ set_permission() {
setfacl -m user:www-data:rX $final_path/seafile-server-$seafile_version
setfacl -m user:www-data:rX $final_path/seafile-server-latest/seahub
setfacl -R -m user:www-data:rX $final_path/seafile-server-latest/seahub/media
setfacl -R -m user:www-data:rX $final_path/seahub-data
# check that this directory exist because in some really old install the data could still be in the main seafile directory
# We also check at the install time when data directory is not already initialised