Compare commits

..
2 Commits
Author SHA1 Message Date
aadil 40d327023c Update 'README.md' 2022-09-13 06:11:06 +00:00
3wordchant 3ec36f7783 chore: publish 0.1.1+10.8.4 release 2022-08-19 17:12:48 -06:00
2 changed files with 13 additions and 2 deletions
+11
View File
@@ -22,3 +22,14 @@
* `abra app deploy <app-name>`
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.
+2 -2
View File
@@ -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