Skip to content

Commit

Permalink
Merge pull request #49 from dramirez-qb/master
Browse files Browse the repository at this point in the history
feat(market): added Jellyseerr
  • Loading branch information
azukaar authored Sep 30, 2023
2 parents 0c5e27f + f41454c commit cfca3f7
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 0 deletions.
55 changes: 55 additions & 0 deletions servapps/Jellyseerr/cosmos-compose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"cosmos-installer": {
"form": [
{
"name": "adminOnly",
"label": "Do you want to make this service admin only?",
"initialValue": false,
"type": "checkbox"
}
]
},
"minVersion": "0.7.6",
"services": {
"{ServiceName}": {
"image": "fallenbagel/jellyseerr:latest",
"container_name": "{ServiceName}",
"restart": "unless-stopped",
"UID": 1000,
"GID": 1000,
"environment": [
"PUID=1000",
"PGID=1000",
"LOG_LEVEL=info",
"TZ=auto"
],
"labels": {
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "true",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Jellyseerr/icon.png"
},
"volumes": [
{
"source": "{ServiceName}-config",
"target": "/app/config",
"type": "volume"
}
],
"routes": [
{
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "http://{ServiceName}:5055",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
}
}
]
}
}
}
9 changes: 9 additions & 0 deletions servapps/Jellyseerr/description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Jellyseerr",
"description": "Jellyseerr is a free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for Jellyfin & Emby media servers!",
"longDescription": "<p>Jellyseerr is a free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for Jellyfin & Emby media servers!</p>",
"tags": ["media", "request", "library", "open-source", "self-hosted", "web application", "plex", "emby", "jellyfin", "request system", "media content", "windows", "linux", "macos", "docker", "radarr", "sonarr"],
"repository": "https://github.com/Fallenbagel/jellyseerr",
"image": "https://hub.docker.com/r/fallenbagel/jellyseerr",
"supported_architectures": ["amd64", "arm64"]
}
Binary file added servapps/Jellyseerr/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Jellyseerr/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Jellyseerr/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Jellyseerr/screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Jellyseerr/screenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cfca3f7

Please sign in to comment.