mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
setup jellyfin
This commit is contained in:
@@ -45,6 +45,10 @@ metube.tomasrivera.ch {
|
||||
reverse_proxy metube:8081
|
||||
}
|
||||
|
||||
videos.tomasrivera.ch {
|
||||
reverse_proxy jellyfin:8096
|
||||
}
|
||||
|
||||
books.tomasrivera.ch {
|
||||
reverse_proxy jelu:11111
|
||||
}
|
||||
|
||||
+3
-1
@@ -159,7 +159,9 @@ mkdir -p \
|
||||
/opt/server/radicale/config \
|
||||
/opt/server/radicale/data \
|
||||
/opt/server/metube \
|
||||
/opt/server/jelu
|
||||
/opt/server/jelu \
|
||||
/opt/server/jellyfin/config \
|
||||
/opt/server/jellyfin/cache
|
||||
|
||||
sudo chown -R 1000:1000 /opt/server/filebrowser # somehow filebrowser cant acces it
|
||||
|
||||
|
||||
+19
@@ -10,6 +10,7 @@ services:
|
||||
- radicale
|
||||
- metube
|
||||
- jelu
|
||||
- jellyfin
|
||||
image: caddy:latest
|
||||
container_name: caddy
|
||||
restart: unless-stopped
|
||||
@@ -143,6 +144,24 @@ services:
|
||||
- TZ=Europe/Zurich
|
||||
volumes:
|
||||
- /opt/server/jelu:/data
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:latest
|
||||
container_name: jellyfin
|
||||
restart: unless-stopped
|
||||
|
||||
environment:
|
||||
- TZ=Europe/Zurich
|
||||
|
||||
volumes:
|
||||
# Jellyfin configuration/database
|
||||
- /opt/server/jellyfin/config:/config
|
||||
|
||||
# Transcoding cache
|
||||
- /opt/server/jellyfin/cache:/cache
|
||||
|
||||
# Your MeTube archive (read-only)
|
||||
- /mnt/kdrive/Autre/Archive/Videos:/media/videos:ro
|
||||
mem_limit: 1500m
|
||||
volumes:
|
||||
caddy_data:
|
||||
caddy_config:
|
||||
|
||||
@@ -43,6 +43,11 @@
|
||||
<td>Metube</td>
|
||||
<td>Youtube archiver as ArchiveBox can't make yt-dlp work.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://videos.tomasrivera.ch">videos.tomasrivera.ch</a></td>
|
||||
<td>Jellyfin</td>
|
||||
<td>Media server</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://hledger.tomasrivera.ch">hledger.tomasrivera.ch</a></td>
|
||||
<td>hledger-web</td>
|
||||
|
||||
Reference in New Issue
Block a user