Im trying to setup localai to use the new ai features, but during this prossess i noticed logs of weirdness with nextcloud 29. The apps kept coming and going… (Apps where not showing up in top menu and i was getting missing route in logs)
So i decided this is likely something broken on my end. Compared docker compose examples.
Mine was:
- nextcloud-data:/var/ncdata
- nextcloud-config:/var/www/html/config
- nextcloud-apps:/var/www/html/apps
- nextcloud-appscustom:/var/www/html/custom_apps
- nextcloud-themes:/var/www/html/themes
It seems the official docker compose just redirects www/html so i switched to.
- nextcloud-data:/var/ncdata
- nextcloud-config:/var/www/html/config
- nextcloud-themes:/var/www/html
Now the random behavior is gone, but it seem to be missing stuff. “Connected accounts is gone” in personal settings. And this is required by localAi i belive.
Bonus question, is there a guide to use LocalAI with nextcloud that goes from scratch?