jellyfin.yaml - selfhost - Incus configurations for my self-hosted setup.
(HTM) git clone git://jay.scot/selfhost
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
jellyfin.yaml (621B)
---
1 devices:
2 media:
3 path: /srv/media
4 source: /srv/media
5 type: disk
6 certs:
7 path: /etc/lighttpd/certs
8 source: /srv/certs
9 type: disk
10 shift: true
11
12 config:
13 cloud-init.network-config: |
14 version: 2
15 ethernets:
16 eth0:
17 addresses:
18 - 192.168.2.15/24
19 gateway4: 192.168.2.1
20 cloud-init.user-data: |
21 #cloud-config
22 package_upgrade: true
23 hostname: jellyfin.jay.scot
24 timezone: Europe/London
25 manage_resolv_conf: true
26 resolv_conf:
27 nameservers: ['192.168.2.10', '1.1.1.1']
28 packages:
29 - jellyfin
30 - jellyfin-web
31 - lighttpd