Introducing IntraVox – an open-source intranet app for Nextcloud (feedback welcome)

Hi Rik

There something went wrong, I suppose, also see post Opensuse vs Nextcloud-AIO Docker user wwwrun vs www-data - #3 by OmeLuuk where I noted that something was off in my setup on the host (where user 33 was unknown) and I changed somethings (setting permissions and ownership to my known wwwrun:www combo). Then on install of IntaVox somehow the shared folder was made and I also manually created one. which all three showed up in MetaVox, in spite of not being currently present in “Team Folders” app. This may be due to another issue which - as far as I see - is still open: Deleted directories re-appearing in team folders · Issue #3890 · nextcloud/groupfolders · GitHub .

To (re)start with a clean slate, I need to re-really-delete the no longer existing groupfolders that still appear in MetaVox. This has to be done - I suppose - on database level, but since AIO I haven’t touched the Nextcloud database. So no idea on how to fix that in the tables (not documented as I would expect too).

$ occ groupfolders:list
No folders configured

$ occ groupfolders:expire
Removed 0 expired trashbin items
$ occ groupfolders:create -vvv IntraVox
A Folder with the name IntraVox already exists

I ran a grep -ilsR Kakafonie . on the /cloud folder, but that took too long and stalled, failed to find a mention. And just to be sure I also issued find / -name "IntraVox" -type d on the host machine (nowhere on my 4TB host, a directory was found with this name). But since I am running AIO, maybe I should check somewhere in a container somehow?

Best option would be - I suppose - to dig into the database and remove some records there. But where to look for these?