nextcloud: Use correct user for AppAPI handlers

This commit is contained in:
uumas
2026-09-19 15:47:56 +03:00
parent 43f10d744a
commit e980ee0bfc

View File

@@ -2,6 +2,7 @@
- name: Unregister AppAPI daemon
containers.podman.podman_container_exec:
name: nextcloud
user: www-data
argv:
- /var/www/html/occ
- app_api:daemon:unregister
@@ -14,6 +15,7 @@
- name: Register AppAPI daemon
containers.podman.podman_container_exec:
name: nextcloud
user: www-data
argv:
- /bin/sh
- -c