mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
commit
b2a8d615e9
4 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue