From 2ee21600983fb6602cfc2b0bbcdc8f746eed3384 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 14 Jun 2022 11:29:59 +0100 Subject: [PATCH 1/4] chore: publish 0.1.0+10.8.0 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index c2d9734..091f826 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: jellyfin/jellyfin:10.7.7 + image: jellyfin/jellyfin:10.8.0 environment: - JELLYFIN_PublishedServerUrl=https://${DOMAIN} networks: @@ -25,7 +25,7 @@ services: #- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=" + - "coop-cloud.${STACK_NAME}.version=0.1.0+10.8.0" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost:8096"] # interval: 30s From 3ec36f77832095445229cc52446745335128a120 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 19 Aug 2022 17:12:48 -0600 Subject: [PATCH 2/4] chore: publish 0.1.1+10.8.4 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 091f826..e73716e 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: jellyfin/jellyfin:10.8.0 + image: jellyfin/jellyfin:10.8.4 environment: - JELLYFIN_PublishedServerUrl=https://${DOMAIN} networks: @@ -25,7 +25,7 @@ services: #- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=0.1.0+10.8.0" + - "coop-cloud.${STACK_NAME}.version=0.1.1+10.8.4" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost:8096"] # interval: 30s From 40d327023c1018577622c15561de3e90d92a5dc4 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Tue, 13 Sep 2022 06:11:06 +0000 Subject: [PATCH 3/4] Update 'README.md' --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5be086d..15e7ce7 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,14 @@ * `abra app deploy ` For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech). + + +## Adding Media + +You can mount a folder of your choice to jellyfin by editing this line after running `abra app config ${your jelllyfin url}` + +``` +EXTRA_VOLUME=/home/aadil/media:/media/ # replace /home/aadil/media with folder of your choice +``` + +Then during the jellyfin setup wizard use this folder as the path for your jellyfin library. \ No newline at end of file From c19cf07452bb0e68d429922cc5bf062ecb7c0b5d Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 17 Oct 2022 15:16:37 -0400 Subject: [PATCH 4/4] chore: publish 0.1.2+10.8.5 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index e73716e..256ba7a 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: jellyfin/jellyfin:10.8.4 + image: jellyfin/jellyfin:10.8.5 environment: - JELLYFIN_PublishedServerUrl=https://${DOMAIN} networks: @@ -25,7 +25,7 @@ services: #- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=0.1.1+10.8.4" + - "coop-cloud.${STACK_NAME}.version=0.1.2+10.8.5" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost:8096"] # interval: 30s