-
Notifications
You must be signed in to change notification settings - Fork 785
Add Jellyseerr Community Container #5911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
797bdd8
Create readme.md
Anvil5465 602d148
Create jellyseerr.json
Anvil5465 ec14d45
Update jellyseerr.json
Anvil5465 270a983
Update jellyseerr.json
Anvil5465 a23bebc
Update readme.md
Anvil5465 049d220
Update jellyseerr.json
Anvil5465 ba0a58a
Update readme.md
Anvil5465 979339d
Update jellyseerr.json
Anvil5465 1f234f1
Update jellyseerr.json
Anvil5465 b15502f
Update jellyseerr.json
Anvil5465 dd31899
Merge branch 'main' into main
Anvil5465 58639f9
Update readme.md
Anvil5465 a4786ee
Update jellyseerr.json
Anvil5465 7721df4
Update community-containers/jellyseerr/jellyseerr.json
Anvil5465 62199fe
Update community-containers/jellyseerr/jellyseerr.json
Anvil5465 e173053
Update community-containers/jellyseerr/readme.md
Anvil5465 0f152fe
Update community-containers/jellyseerr/readme.md
Anvil5465 8f9f029
Update community-containers/jellyseerr/jellyseerr.json
Anvil5465 6a55c93
Update community-containers/jellyseerr/readme.md
Anvil5465 04a13ed
Merge branch 'main' into main
Anvil5465 cfdf8fd
Update readme.md
Anvil5465 46e81b5
Update community-containers/jellyseerr/jellyseerr.json
Anvil5465 cb3fc68
Update readme.md
Anvil5465 75c3b31
Update fail2ban.json
Anvil5465 70fffb4
Update readme.md
Anvil5465 de2d34a
Update readme.md
Anvil5465 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"aio_services_v1": [ | ||
{ | ||
"container_name": "nextcloud-aio-jellyseerr", | ||
"display_name": "Jellyseerr", | ||
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/jellyseerr", | ||
"image": "fallenbagel/jellyseerr", | ||
"image_tag": "latest", | ||
"internal_port": "5055", | ||
"restart": "unless-stopped", | ||
"ports": [ | ||
{ | ||
"ip_binding": "%APACHE_IP_BINDING%", | ||
"port_number": "5055", | ||
"protocol": "tcp" | ||
} | ||
], | ||
"environment": [ | ||
"PORT=5055", | ||
"TZ=%TIMEZONE%" | ||
Anvil5465 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
], | ||
"volumes": [ | ||
{ | ||
"source": "nextcloud_aio_jellyseerr", | ||
"destination": "/app/config", | ||
"writeable": true | ||
} | ||
], | ||
"backup_volumes": [ | ||
"nextcloud_aio_jellyseerr" | ||
] | ||
} | ||
] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Jellyseerr | ||
This container bundles Jellyseerr and auto-configures it for you. | ||
|
||
### Notes | ||
- This container is only intended to be used inside home networks as it uses http for its management page by default. | ||
- 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. | ||
- 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. | ||
- 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 | ||
- The config of Jellyseerr will be automatically included in AIO's backup solution! | ||
Anvil5465 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- See [here](https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers) how to add it to the AIO stack. | ||
|
||
### Repository | ||
https://github.com/Fallenbagel/jellyseerr | ||
|
||
### Maintainer | ||
https://github.com/Anvil5465 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.