Compare commits

..

No commits in common. "b86a159faa074c9b98c3bc1bfe890c1564519c4d" and "329a78d86729fe4c9686dc0f01fd9ee2b5a34cb9" have entirely different histories.

2 changed files with 0 additions and 14 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
/.idea
/build

View file

@ -1,12 +0,0 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
DIR="${0%/*}"
podman run -d --name=nextcloud --replace=true -p 8080:80 -v "$DIR:/var/www/html/custom_apps/upschooling" docker.io/nextcloud
podman exec nextcloud chown 33 /var/www/html/custom_apps
podman unshare chown -R 33 -R "$DIR"
podman unshare chmod -R ug+rw "$DIR"