Skip to content

Commit 0d86e36

Browse files
Anvil5465szaimen
andauthored
Add Jellyseerr Community Container (#5911)
Signed-off-by: Anvil5465 <[email protected]> Co-authored-by: Simon L. <[email protected]>
1 parent c238e81 commit 0d86e36

File tree

5 files changed

+57
-1
lines changed

5 files changed

+57
-1
lines changed

community-containers/caddy/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This container bundles caddy and auto-configures it for you. It also covers http
99
- If you want to use this with https://github.com/nextcloud/all-in-one/tree/main/community-containers/jellyfin, make sure that you point `media.your-nc-domain.com` to your server using a cname record so that caddy can get a certificate automatically for jellyfin.
1010
- If you want to use this with https://github.com/nextcloud/all-in-one/tree/main/community-containers/lldap, make sure that you point `ldap.your-nc-domain.com` to your server using a cname record so that caddy can get a certificate automatically for lldap.
1111
- If you want to use this with https://github.com/nextcloud/all-in-one/tree/main/community-containers/nocodb, make sure that you point `tables.your-nc-domain.com` to your server using a cname record so that caddy can get a certificate automatically for nocodb.
12+
- If you want to use this with https://github.com/nextcloud/all-in-one/tree/main/community-containers/jellyseerr, make sure that you point `requests.your-nc-domain.com` to your server using a cname record so that caddy can get a certificate automatically for jellyseerr.
1213
- After the container was started the first time, you should see a new `nextcloud-aio-caddy` folder and inside there an `allowed-countries.txt` file when you open the files app with the default `admin` user. In there you can adjust the allowed country codes for caddy by adding them to the first line, e.g. `IT FR` would allow access from italy and france. Private ip-ranges are always allowed. Additionally, in order to activate this config, you need to get an account at https://dev.maxmind.com/geoip/geolite2-free-geolocation-data and download the `GeoLite2-Country.mmdb` and upload it with this exact name into the `nextcloud-aio-caddy` folder. Afterwards restart all containers from the AIO interface and your new config should be active!
1314
- You can add your own Caddy configurations in `/data/caddy-imports/` inside the Caddy container (`sudo docker exec -it nextcloud-aio-caddy bash`). These will be imported on container startup.
1415
- See https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers how to add it to the AIO stack

community-containers/fail2ban/fail2ban.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"source": "nextcloud_aio_jellyfin",
3131
"destination": "/jellyfin",
3232
"writeable": false
33+
},
34+
{
35+
"source": "nextcloud_aio_jellyseerr",
36+
"destination": "/jellyseerr",
37+
"writeable": false
3338
}
3439
]
3540
}

community-containers/fail2ban/readme.md

Lines changed: 1 addition & 1 deletion
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 and https://github.com/nextcloud/all-in-one/tree/main/community-containers/jellyfin, 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, https://github.com/nextcloud/all-in-one/tree/main/community-containers/jellyfin, and https://github.com/nextcloud/all-in-one/tree/main/community-containers/jellyseerr, 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`.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"aio_services_v1": [
3+
{
4+
"container_name": "nextcloud-aio-jellyseerr",
5+
"display_name": "Jellyseerr",
6+
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/jellyseerr",
7+
"image": "fallenbagel/jellyseerr",
8+
"image_tag": "latest",
9+
"internal_port": "5055",
10+
"restart": "unless-stopped",
11+
"ports": [
12+
{
13+
"ip_binding": "%APACHE_IP_BINDING%",
14+
"port_number": "5055",
15+
"protocol": "tcp"
16+
}
17+
],
18+
"environment": [
19+
"PORT=5055",
20+
"TZ=%TIMEZONE%"
21+
],
22+
"volumes": [
23+
{
24+
"source": "nextcloud_aio_jellyseerr",
25+
"destination": "/app/config",
26+
"writeable": true
27+
}
28+
],
29+
"backup_volumes": [
30+
"nextcloud_aio_jellyseerr"
31+
]
32+
}
33+
]
34+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Jellyseerr
2+
This container bundles Jellyseerr and auto-configures it for you.
3+
4+
### Notes
5+
- This container is only intended to be used inside home networks as it uses http for its management page by default.
6+
- After adding and starting the container, you can directly visit `http://ip.address.of.server:5055` and access your new Jellyseerr instance, which can be used to manage Plex, Jellyfin, and Emby.
7+
- In order to access your Jellyseerr 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 [Jellyseerr's reverse proxy documentation.](https://docs.jellyseerr.dev/extending-jellyseerr/reverse-proxy), OR use the Caddy community container that will automatically configure requests.$NC_DOMAIN to redirect to your Jellyseerr.
8+
- 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
9+
- The config of Jellyseerr will be automatically included in AIO's backup solution!
10+
- See [here](https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers) how to add it to the AIO stack.
11+
12+
### Repository
13+
https://github.com/Fallenbagel/jellyseerr
14+
15+
### Maintainer
16+
https://github.com/Anvil5465

0 commit comments

Comments
 (0)