Compare commits
18 Commits
jfa
...
0.4.0+10.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 93a02d6dd0 | |||
| 86db4b372f | |||
| 54db60a580 | |||
| 8e43ac01bd | |||
| 4eaac169f9 | |||
| 4c4394810f | |||
| 5c7ecdad59 | |||
| 114a006554 | |||
| abbff8382e | |||
| 0877020dd7 | |||
| e9c43b077b | |||
| 1c67572a03 | |||
| 13bb4f154e | |||
| 7f9d6f717f | |||
| a259ac5d37 | |||
| be3ac8b7f3 | |||
| 26dda0222f | |||
| c5b1918474 |
39
.drone.yml
Normal file
39
.drone.yml
Normal file
@ -0,0 +1,39 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: deploy to swarm-test.autonomic.zone
|
||||
steps:
|
||||
- name: deployment
|
||||
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
||||
settings:
|
||||
host: swarm-test.autonomic.zone
|
||||
stack: jellyfin
|
||||
generate_secrets: true
|
||||
purge: true
|
||||
deploy_key:
|
||||
from_secret: drone_ssh_swarm_test
|
||||
networks:
|
||||
- proxy
|
||||
environment:
|
||||
DOMAIN: jellyfin.swarm-test.autonomic.zone
|
||||
STACK_NAME: jellyfin
|
||||
LETS_ENCRYPT_ENV: production
|
||||
EXTRA_VOLUME: "/dev/null:/tmp/.dummy"
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
---
|
||||
kind: pipeline
|
||||
name: generate recipe catalogue
|
||||
steps:
|
||||
- name: release a new version
|
||||
image: plugins/downstream
|
||||
settings:
|
||||
server: https://build.coopcloud.tech
|
||||
token:
|
||||
from_secret: drone_abra-bot_token
|
||||
fork: true
|
||||
repositories:
|
||||
- coop-cloud/auto-recipes-catalogue-json
|
||||
|
||||
trigger:
|
||||
event: tag
|
||||
@ -29,7 +29,7 @@ For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
|
||||
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
|
||||
EXTRA_VOLUME=/home/$USER/media:/media/ # replace /home/$USER/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:
|
||||
app:
|
||||
image: jellyfin/jellyfin:10.8.5
|
||||
image: jellyfin/jellyfin:10.10.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=0.1.2+10.8.5"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.4.0+10.10.0"
|
||||
# healthcheck:
|
||||
# test: ["CMD", "curl", "-f", "http://localhost:8096"]
|
||||
# interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user