App Jellyseerr (#331)
add https://github.com/Fallenbagel/jellyserr This is my first contribution, hope everything is good
This commit is contained in:
parent
03051a9c4c
commit
28d166c766
|
@ -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"
|
Binary file not shown.
After Width: | Height: | Size: 238 KiB |
Binary file not shown.
After Width: | Height: | Size: 585 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
After Width: | Height: | Size: 394 KiB |
Loading…
Reference in New Issue