mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix seahub service and cleanup readme
This commit is contained in:
parent
7424637b86
commit
8a580056a9
3 changed files with 3 additions and 9 deletions
|
@ -55,9 +55,6 @@ Since seafile 6.3 the i386 architecture is no more supported.
|
||||||
|
|
||||||
Seafile don't distribute binary for generic armhf architectures but rpi binary generally work on all arm board.
|
Seafile don't distribute binary for generic armhf architectures but rpi binary generally work on all arm board.
|
||||||
|
|
||||||
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/seafile%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/seafile/)
|
|
||||||
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/seafile%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/seafile/)
|
|
||||||
|
|
||||||
<!--Limitations
|
<!--Limitations
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -157,4 +154,4 @@ or
|
||||||
sudo yunohost app upgrade seafile -u https://github.com/YunoHost-Apps/seafile_ynh/tree/testing --debug
|
sudo yunohost app upgrade seafile -u https://github.com/YunoHost-Apps/seafile_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||||
|
|
|
@ -51,9 +51,6 @@ Since seafile 6.3 the i386 architecture is no more supported.
|
||||||
|
|
||||||
Seafile don't distribute binary for generic armhf architectures but rpi binary generally work on all arm board.
|
Seafile don't distribute binary for generic armhf architectures but rpi binary generally work on all arm board.
|
||||||
|
|
||||||
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/seafile%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/seafile/)
|
|
||||||
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/seafile%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/seafile/)
|
|
||||||
|
|
||||||
<!--Limitations
|
<!--Limitations
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -153,4 +150,4 @@ ou
|
||||||
sudo yunohost app upgrade seafile -u https://github.com/YunoHost-Apps/seafile_ynh/tree/testing --debug
|
sudo yunohost app upgrade seafile -u https://github.com/YunoHost-Apps/seafile_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||||
|
|
|
@ -23,7 +23,7 @@ ProtectControlGroups=yes
|
||||||
ProtectKernelModules=yes
|
ProtectKernelModules=yes
|
||||||
ProtectKernelTunables=yes
|
ProtectKernelTunables=yes
|
||||||
LockPersonality=yes
|
LockPersonality=yes
|
||||||
SystemCallFilter=~@clock @debug @module @mount @obsolete @reboot @setuid @swap
|
SystemCallFilter=~@clock @debug @module @mount @obsolete @reboot @swap
|
||||||
|
|
||||||
# Doc: https://man7.org/linux/man-pages/man7/capabilities.7.html
|
# Doc: https://man7.org/linux/man-pages/man7/capabilities.7.html
|
||||||
CapabilityBoundingSet=~CAP_RAWIO CAP_MKNOD
|
CapabilityBoundingSet=~CAP_RAWIO CAP_MKNOD
|
||||||
|
|
Loading…
Reference in a new issue