add Jellyfin
This commit is contained in:
parent
4df7522645
commit
eacb1a1750
@ -27,3 +27,4 @@ home.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||
zotero.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||
git.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||
db.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||
flix.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||
|
Binary file not shown.
@ -301,40 +301,42 @@ services:
|
||||
volumes:
|
||||
- homeassistant-config:/config
|
||||
restart: unless-stopped
|
||||
devices:
|
||||
- /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20240219191913-if00:/dev/ttyACM0
|
||||
|
||||
|
||||
yee0:
|
||||
build: ssh
|
||||
container_name: yee0
|
||||
volumes:
|
||||
- ./ssh/id_rsa:/root/.ssh/id_rsa
|
||||
environment:
|
||||
- SSH_HOSTNAME=192.168.1.5
|
||||
- SSH_USERNAME=alarm
|
||||
- SSH_LOCAL_PORT=55443
|
||||
- SSH_DESTINATION=10.0.0.100
|
||||
- SSH_DESTINATION_PORT=55443
|
||||
#ports:
|
||||
# - 55443:55443
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
yee1:
|
||||
build: ssh
|
||||
container_name: yee1
|
||||
volumes:
|
||||
- ./ssh/id_rsa:/root/.ssh/id_rsa
|
||||
environment:
|
||||
- SSH_HOSTNAME=192.168.1.5
|
||||
- SSH_USERNAME=alarm
|
||||
- SSH_LOCAL_PORT=55443
|
||||
- SSH_DESTINATION=10.0.0.101
|
||||
- SSH_DESTINATION_PORT=55443
|
||||
#ports:
|
||||
# - 55443:55443
|
||||
restart: unless-stopped
|
||||
# NOTE: Temporarily disable zigbee and wifi iot
|
||||
#
|
||||
# devices:
|
||||
# - /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20240219191913-if00:/dev/ttyACM0
|
||||
#
|
||||
#
|
||||
#yee0:
|
||||
# build: ssh
|
||||
# container_name: yee0
|
||||
# volumes:
|
||||
# - ./ssh/id_rsa:/root/.ssh/id_rsa
|
||||
# environment:
|
||||
# - SSH_HOSTNAME=192.168.1.5
|
||||
# - SSH_USERNAME=alarm
|
||||
# - SSH_LOCAL_PORT=55443
|
||||
# - SSH_DESTINATION=10.0.0.100
|
||||
# - SSH_DESTINATION_PORT=55443
|
||||
# #ports:
|
||||
# # - 55443:55443
|
||||
# restart: unless-stopped
|
||||
#
|
||||
#
|
||||
#yee1:
|
||||
# build: ssh
|
||||
# container_name: yee1
|
||||
# volumes:
|
||||
# - ./ssh/id_rsa:/root/.ssh/id_rsa
|
||||
# environment:
|
||||
# - SSH_HOSTNAME=192.168.1.5
|
||||
# - SSH_USERNAME=alarm
|
||||
# - SSH_LOCAL_PORT=55443
|
||||
# - SSH_DESTINATION=10.0.0.101
|
||||
# - SSH_DESTINATION_PORT=55443
|
||||
# #ports:
|
||||
# # - 55443:55443
|
||||
# restart: unless-stopped
|
||||
|
||||
gitea:
|
||||
image: gitea/gitea:latest
|
||||
@ -405,6 +407,23 @@ services:
|
||||
- nocodb-db-pw
|
||||
|
||||
|
||||
jellyfin:
|
||||
image: lscr.io/linuxserver/jellyfin:latest
|
||||
container_name: jellyfin
|
||||
environment:
|
||||
<<: *common-environment
|
||||
JELLYFIN_PublishedServerUrl: https://flix.guiotte.fr
|
||||
volumes:
|
||||
- jellyfin-config:/config
|
||||
- /storage/@media/video:/data/video
|
||||
- /storage/@media/music:/data/music
|
||||
ports:
|
||||
- 7359:7359/udp #optional Allows clients to discover Jellyfin on the local network
|
||||
- 1900:1900/udp #optional Service discovery used by DNLA and clients
|
||||
restart: unless-stopped
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
|
||||
volumes:
|
||||
money-data:
|
||||
lychee-db:
|
||||
@ -430,6 +449,7 @@ volumes:
|
||||
nocodb:
|
||||
nocodb-data:
|
||||
nocodb-db:
|
||||
jellyfin-config:
|
||||
|
||||
|
||||
secrets:
|
||||
|
Loading…
Reference in New Issue
Block a user