ajout des script de creation de l'environnement de dev Nextcloud

This commit is contained in:
philippe lhardy
2025-07-03 17:21:28 +02:00
parent fd21f5186a
commit f2ff78fa86
17 changed files with 1016 additions and 2 deletions

6
nextcloud_devenv/sync_polls.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# assuming polls is bind mounted in container as /root/polls
# see runpodman.sh
podman exec -it nextcloud_local rsync --chown www-data:www-data -av /root/polls/ /var/www/html/custom_apps/polls --exclude .git