diff --git a/nodes/heimdall/gitea/compose.yaml b/nodes/heimdall/gitea/compose.yaml index 593264a..878422c 100644 --- a/nodes/heimdall/gitea/compose.yaml +++ b/nodes/heimdall/gitea/compose.yaml @@ -29,9 +29,9 @@ services: - GITEA__database__PASSWD=${GITEA_DB_PASSWORD} - GITEA__server__ROOT_URL=${GITEA_ROOT_URL} - TZ=${TZ} - - GITEA__server__SSH_KEY_EXCHANGES=curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 - - GITEA__server__SSH_CIPHERS=aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com - - GITEA__server__SSH_ALGORITHMS=rsa-sha2-256,rsa-sha2-512,ssh-ed25519 + - GITEA__server__SSH_KEY_EXCHANGES=${GITEA__server__SSH_KEY_EXCHANGES} + - GITEA__server__SSH_CIPHERS=${GITEA__server__SSH_CIPHERS} + - GITEA__server__SSH_ALGORITHMS=${GITEA__server__SSH_ALGORITHMS} labels: - "traefik.enable=true" - "traefik.http.routers.gitea.entrypoints=websecure" diff --git a/nodes/waldorf/plex/compose.yaml b/nodes/waldorf/plex/compose.yaml index 39cd3a7..c81c369 100644 --- a/nodes/waldorf/plex/compose.yaml +++ b/nodes/waldorf/plex/compose.yaml @@ -1,6 +1,6 @@ services: plex: - image: lscr.io/linuxserver/plex:latest + image: lscr.io/linuxserver/plex:1.43.1.10611-1e34174b1-ls302 container_name: plex network_mode: host restart: unless-stopped @@ -9,13 +9,14 @@ services: - PGID=1000 - TZ=America/New_York - VERSION=docker - - PLEX_CLAIM=claim-sxFpsPTDzzF-9RZAxtUL + - PLEX_CLAIM=${PLEX_CLAIM} - NVIDIA_VISIBLE_DEVICES=all - NVIDIA_DRIVER_CAPABILITIES=compute,video,utility volumes: - /mnt/appdata/plex:/config - /mnt/media/tvshows:/tv - /mnt/media/movies:/movies + - /mnt/media/incoming/downloads-pinchflat:/youtube deploy: resources: reservations: