nearly functional nextcloud

This commit is contained in:
2023-12-13 14:11:07 +01:00
parent a5f1a13b22
commit 12ece4852d
12 changed files with 83 additions and 143 deletions

5
apps/nextcloud/README.md Normal file
View File

@@ -0,0 +1,5 @@
### Runninf `occ` commands:
```
su -s /bin/bash www-data -c "php occ user:list"
```