fix: disable Plex service in server configuration
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 15s
Nix Format Check / check-format (push) Successful in 53s
Python Lint Check / check-python (push) Failing after 12s

This commit is contained in:
Menno van Leeuwen 2025-03-13 13:36:07 +01:00
parent 37af04f008
commit 3e652b2036
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
- name: gitea
enabled: true
- name: plex
enabled: true
enabled: false
- name: jellyfin
enabled: true
when:

View File

@ -16,4 +16,4 @@ git.vleeuwen.me git.mvl.sh {
jf.vleeuwen.me jf.mvl.sh {
reverse_proxy jellyfin:8096
tls {{ caddy_email }}
}
}