Fix seahub service and cleanup readme

This commit is contained in:
Josué Tille 2022-05-28 16:08:30 +02:00
parent 7424637b86
commit 8a580056a9
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
3 changed files with 3 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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