mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
remove protection as they create issues in automated tests...
This commit is contained in:
parent
22cc266f8a
commit
4877960ae1
3 changed files with 27 additions and 27 deletions
|
@ -12,15 +12,15 @@ EnvironmentFile=__FINALPATH__/code/config/.env
|
||||||
ExecStart=__FINALPATH__/code/virtualenv/bin/celery -A funkwhale_api.taskapp beat \
|
ExecStart=__FINALPATH__/code/virtualenv/bin/celery -A funkwhale_api.taskapp beat \
|
||||||
--loglevel INFO --logfile=/var/log/__APP__/beat.log
|
--loglevel INFO --logfile=/var/log/__APP__/beat.log
|
||||||
|
|
||||||
NoNewPrivileges=true
|
#NoNewPrivileges=true
|
||||||
PrivateDevices=true
|
#PrivateDevices=true
|
||||||
PrivateTmp=true
|
#PrivateTmp=true
|
||||||
ProtectHome=true
|
#ProtectHome=true
|
||||||
ProtectSystem=strict
|
#ProtectSystem=strict
|
||||||
ProtectControlGroups=yes
|
#ProtectControlGroups=yes
|
||||||
ProtectKernelModules=yes
|
#ProtectKernelModules=yes
|
||||||
ReadOnlyPaths=__FINALPATH__/code/config/.env __FINALPATH__/code/
|
#ReadOnlyPaths=__FINALPATH__/code/config/.env __FINALPATH__/code/
|
||||||
ReadWritePaths=__FINALPATH__/media __FINALPATH__/import __FINALPATH__/code/api /var/log/__APP__
|
#ReadWritePaths=__FINALPATH__/media __FINALPATH__/import __FINALPATH__/code/api /var/log/__APP__
|
||||||
|
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
|
|
|
@ -12,15 +12,15 @@ EnvironmentFile=__FINALPATH__/code/config/.env
|
||||||
ExecStart=__FINALPATH__/code/virtualenv/bin/daphne -b ${FUNKWHALE_API_IP} -p ${FUNKWHALE_API_PORT} config.asgi:application --proxy-headers \
|
ExecStart=__FINALPATH__/code/virtualenv/bin/daphne -b ${FUNKWHALE_API_IP} -p ${FUNKWHALE_API_PORT} config.asgi:application --proxy-headers \
|
||||||
--verbosity 1 --access-log=/var/log/__APP__/server.log
|
--verbosity 1 --access-log=/var/log/__APP__/server.log
|
||||||
|
|
||||||
NoNewPrivileges=true
|
#NoNewPrivileges=true
|
||||||
PrivateDevices=true
|
#PrivateDevices=true
|
||||||
PrivateTmp=true
|
#PrivateTmp=true
|
||||||
ProtectHome=true
|
#ProtectHome=true
|
||||||
ProtectSystem=strict
|
#ProtectSystem=strict
|
||||||
ProtectControlGroups=yes
|
#ProtectControlGroups=yes
|
||||||
ProtectKernelModules=yes
|
#ProtectKernelModules=yes
|
||||||
ReadOnlyPaths=__FINALPATH__/code/config/.env __FINALPATH__/code/
|
#ReadOnlyPaths=__FINALPATH__/code/config/.env __FINALPATH__/code/
|
||||||
ReadWritePaths=__FINALPATH__/media __FINALPATH__/import /var/log/__APP__
|
#ReadWritePaths=__FINALPATH__/media __FINALPATH__/import /var/log/__APP__
|
||||||
|
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
|
|
|
@ -12,15 +12,15 @@ EnvironmentFile=__FINALPATH__/code/config/.env
|
||||||
ExecStart=__FINALPATH__/code/virtualenv/bin/celery -A funkwhale_api.taskapp worker -l INFO \
|
ExecStart=__FINALPATH__/code/virtualenv/bin/celery -A funkwhale_api.taskapp worker -l INFO \
|
||||||
--loglevel INFO --logfile=/var/log/__APP__/worker.log
|
--loglevel INFO --logfile=/var/log/__APP__/worker.log
|
||||||
|
|
||||||
NoNewPrivileges=true
|
#NoNewPrivileges=true
|
||||||
PrivateDevices=true
|
#PrivateDevices=true
|
||||||
PrivateTmp=true
|
#PrivateTmp=true
|
||||||
ProtectHome=true
|
#ProtectHome=true
|
||||||
ProtectSystem=strict
|
#ProtectSystem=strict
|
||||||
ProtectControlGroups=yes
|
#ProtectControlGroups=yes
|
||||||
ProtectKernelModules=yes
|
#ProtectKernelModules=yes
|
||||||
ReadOnlyPaths=__FINALPATH__/code/config/.env __FINALPATH__/code/
|
#ReadOnlyPaths=__FINALPATH__/code/config/.env __FINALPATH__/code/
|
||||||
ReadWritePaths=__FINALPATH__/media __FINALPATH__/import /var/log/__APP__
|
#ReadWritePaths=__FINALPATH__/media __FINALPATH__/import /var/log/__APP__
|
||||||
|
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
|
|
Loading…
Add table
Reference in a new issue