diff --git a/homeservers/Immich.md b/homeservers/Immich.md index 02b99ac..6b3cc35 100644 --- a/homeservers/Immich.md +++ b/homeservers/Immich.md @@ -1,6 +1,6 @@ Compose file: -[compose.yaml](../containers/docker/immich/compose.yaml) +[compose.yaml](../docker/immich/compose.yaml) For immich I added a dedicated user: diff --git a/homeservers/Jellyfin.md b/homeservers/Jellyfin.md index 4606095..99bffee 100644 --- a/homeservers/Jellyfin.md +++ b/homeservers/Jellyfin.md @@ -2,7 +2,7 @@ Compose file: -* [compose.yaml](../containers/docker/jellyfin/compose.yaml) +* [compose.yaml](../docker/jellyfin/compose.yaml) I made a user names `jellyfin` and put its uid:guid in the compose file. All the files are in the home directory of that user `/home/jellyfin`. diff --git a/homeservers/Nextcloud.md b/homeservers/Nextcloud.md index 242ea7f..823caf0 100644 --- a/homeservers/Nextcloud.md +++ b/homeservers/Nextcloud.md @@ -6,7 +6,7 @@ I have a dedicated user: sudo useradd nextcloud ``` -I'm running the Nextcloud All-In-One container. In order to make it easy I have a [stop](../containers/docker/nextcloud/stop.sh) and [restart](../containers/docker/nextcloud/stop.sh) script. +I'm running the Nextcloud All-In-One container. In order to make it easy I have a [stop](../docker/nextcloud/stop.sh) and [restart](../docker/nextcloud/stop.sh) script. Nextcloud runs on @@ -14,7 +14,7 @@ Nextcloud runs on When you first start it up, you need to first disable the SSL from within the container: -* [Ugly hack README](../containers/docker/nextcloud/README.md) +* [Ugly hack README](../docker/nextcloud/README.md) And then go to: diff --git a/homeservers/PhotoPrism.md b/homeservers/PhotoPrism.md index a5615bb..f795b65 100644 --- a/homeservers/PhotoPrism.md +++ b/homeservers/PhotoPrism.md @@ -1,9 +1,9 @@ # Photoprism -What we are really running on this machine is Photoprism using this [docker-compose](../containers/docker/photoprism/docker-compose.yml) file, like this: +What we are really running on this machine is Photoprism using this [docker-compose](../docker/photoprism/docker-compose.yml) file, like this: ```sh -cd ~/projects/stuff/containers/docker/photoprism +cd ~/projects/stuff/docker/photoprism docker compose up --detach ``` diff --git a/homeservers/qBittorrent.md b/homeservers/qBittorrent.md index a61d5c8..d3276e4 100644 --- a/homeservers/qBittorrent.md +++ b/homeservers/qBittorrent.md @@ -2,7 +2,7 @@ Compose file: -* [compose.yaml](../containers/docker/qbittorrent/docker-compose.yml) +* [compose.yaml](../docker/qbittorrent/docker-compose.yml) qBittorrent uses the same user as jellyfin which writes everything to `/home/jellyfin`