Skip to content

Commit c19ba34

Browse files
authored
Merge pull request #5881 from nextcloud/enh/noid/add-jellyfin
fail2ban-cc: add jellyfin
2 parents 784da23 + 276cd7d commit c19ba34

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

community-containers/fail2ban/fail2ban.json

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"source": "nextcloud_aio_vaultwarden_logs",
2626
"destination": "/vaultwarden",
2727
"writeable": false
28+
},
29+
{
30+
"source": "nextcloud_aio_jellyfin",
31+
"destination": "/jellyfin",
32+
"writeable": false
2833
}
2934
]
3035
}

community-containers/fail2ban/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Fail2ban
2-
This container bundles fail2ban and auto-configures it for you in order to block ip-addresses automatically. It also covers https://github.com/nextcloud/all-in-one/tree/main/community-containers/vaultwarden, if installed.
2+
This container bundles fail2ban and auto-configures it for you in order to block ip-addresses automatically. It also covers https://github.com/nextcloud/all-in-one/tree/main/community-containers/vaultwarden and https://github.com/nextcloud/all-in-one/tree/main/community-containers/jellyfin, if installed.
33

44
### Notes
55
- If you get an error like `"ip6tables v1.8.9 (legacy): can't initialize ip6tables table filter': Table does not exist (do you need to insmod?)"`, you need to enable ip6tables on your host via `sudo modprobe ip6table_filter`.

community-containers/jellyfin/readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This container bundles Jellyfin and auto-configures it for you.
88
- In order to access your Jellyfin outside the local network, you have to set up your own reverse proxy. You can set up a reverse proxy following [these instructions](https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md) and [Jellyfin's networking documentation](https://jellyfin.org/docs/general/networking/#running-jellyfin-behind-a-reverse-proxy), OR use the [Caddy](https://github.com/nextcloud/all-in-one/tree/main/community-containers/caddy) community container that will automatically configure `media.$NC_DOMAIN` to redirect to your Jellyfin.
99
- ⚠️ After the initial start, Jellyfin shows a configuration page to set up the root password, etc. **Be careful to initialize your Jellyfin before adding the DNS record.**
1010
- If you have a firewall like ufw configured, you might need to open all Jellyfin ports in there first in order to make it work. Especially port 8096 is important!
11+
- If you want to secure the installation with fail2ban, you might want to check out https://github.com/nextcloud/all-in-one/tree/main/community-containers/fail2ban
1112
- The data of Jellyfin will be automatically included in AIO's backup solution!
1213
- See [here](https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers) how to add it to the AIO stack.
1314

0 commit comments

Comments
 (0)