diff --git a/Apps/Jellyseerr/docker-compose.yaml b/Apps/Jellyseerr/docker-compose.yaml new file mode 100644 index 0000000..84fee8c --- /dev/null +++ b/Apps/Jellyseerr/docker-compose.yaml @@ -0,0 +1,51 @@ +name: jellyseerr +services: + jellyseerr: + cpu_shares: 50 + deploy: + resources: + limits: + memory: 256M + environment: + - LOG_LEVEL=debug + - TZ=$TZ + image: fallenbagel/jellyseerr:1.7.0 + ports: + - mode: ingress + target: 5055 + published: "5055" + protocol: tcp + restart: unless-stopped + volumes: + - type: bind + source: /DATA/AppData/$AppID + target: /app/config + bind: + create_host_path: true + devices: [] + cap_add: [] + network_mode: bridge + privileged: false +x-casaos: + scheme: http + title: + en_us: Jellyseerr + architectures: + - amd64 + - arm64 + main: jellyseerr + author: Fallenbagel + category: Media + description: + en_us: 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! + developer: Fallenbagel + icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyseerr/icon.png + screenshot_link: + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyseerr/screenshot-1.jpg + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyseerr/screenshot-2.jpg + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyseerr/screenshot-3.jpg + tagline: + en_us: 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! + thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyseerr/thumbnail.jpg + tips: {} + port_map: "5055" diff --git a/Apps/Jellyseerr/icon.png b/Apps/Jellyseerr/icon.png new file mode 100644 index 0000000..e491ab5 Binary files /dev/null and b/Apps/Jellyseerr/icon.png differ diff --git a/Apps/Jellyseerr/screenshot-1.png b/Apps/Jellyseerr/screenshot-1.png new file mode 100644 index 0000000..ff55c0e Binary files /dev/null and b/Apps/Jellyseerr/screenshot-1.png differ diff --git a/Apps/Jellyseerr/screenshot-2.png b/Apps/Jellyseerr/screenshot-2.png new file mode 100644 index 0000000..cc7fd21 Binary files /dev/null and b/Apps/Jellyseerr/screenshot-2.png differ diff --git a/Apps/Jellyseerr/screenshot-3.png b/Apps/Jellyseerr/screenshot-3.png new file mode 100644 index 0000000..e7a2010 Binary files /dev/null and b/Apps/Jellyseerr/screenshot-3.png differ