Merge branch 'main' into jfa
This commit is contained in:
11
README.md
11
README.md
@ -22,3 +22,14 @@
|
|||||||
* `abra app deploy <app-name>`
|
* `abra app deploy <app-name>`
|
||||||
|
|
||||||
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
|
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.
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: jellyfin/jellyfin:10.7.7
|
image: jellyfin/jellyfin:10.8.5
|
||||||
environment:
|
environment:
|
||||||
- JELLYFIN_PublishedServerUrl=https://${DOMAIN}
|
- JELLYFIN_PublishedServerUrl=https://${DOMAIN}
|
||||||
networks:
|
networks:
|
||||||
@ -25,7 +25,7 @@ services:
|
|||||||
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
#- "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.SSLForceHost=true"
|
||||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||||
- "coop-cloud.${STACK_NAME}.version="
|
- "coop-cloud.${STACK_NAME}.version=0.1.2+10.8.5"
|
||||||
# healthcheck:
|
# healthcheck:
|
||||||
# test: ["CMD", "curl", "-f", "http://localhost:8096"]
|
# test: ["CMD", "curl", "-f", "http://localhost:8096"]
|
||||||
# interval: 30s
|
# interval: 30s
|
||||||
|
Reference in New Issue
Block a user