Jump to content

Thetic/apps

From Internal Dandelion and stuff Wiki

This is an Incus container containing Docker which contains Nextcloud and Immich. The apps inside requires /mnt/one to be mounted or else it'll bomb itself because all the data is in there.

Immich

Follow https://docs.immich.app/install/upgrading/ and watch out for any breaking changes. But in short, after entering the container,

cd /mnt/one/immich
docker compose pull && docker compose up -d
docker image prune

This will pull down new images (as we don't use a fixed version), recreate the containers, and then prune out the unused, old images.

Nextcloud

Visit https://10.10.10.2:28888/ to go into the Nextcloud AIO (All-in-one) management interface, if there's an update, it will tell you so. Next you will have to basically press the same button 2—3 times, Press "Stop containers", if there is a master container update, press "Update mastercontainer", then press "Update and start containers"

To manage most other settings, you'll have to stop containers before you can change them.