initial commit

This commit is contained in:
Greg Johnson
2025-09-20 12:20:27 +10:00
commit e01e658ca2
20 changed files with 925 additions and 0 deletions

6
db Executable file
View File

@@ -0,0 +1,6 @@
# access the nextcloud database
#
docker exec -it nextcloud-aio-database psql -U oc_nextcloud nextcloud_database
# eg truncate activity logs
# truncate oc_activity;