diff --git a/Apps/Medusa/docker-compose.yml b/Apps/Medusa/docker-compose.yml new file mode 100644 index 0000000..9339b9c --- /dev/null +++ b/Apps/Medusa/docker-compose.yml @@ -0,0 +1,47 @@ +name: medusa +services: + medusa: + cpu_shares: 90 + command: [] + container_name: medusa + deploy: + resources: + limits: + memory: 7848M + environment: + - TZ=GMT + image: pymedusa/medusa:master + labels: + icon: https://icon.casaos.io/main/all/medusa.png + ports: + - target: 8081 + published: "8081" + protocol: tcp + restart: unless-stopped + volumes: + - type: bind + source: /DATA/AppData/medusa + target: /config + - type: bind + source: /DATA/Downloads/Television + target: /downloads + - type: bind + source: /DATA/Media/Television + target: /tv + devices: [] + cap_add: [] + network_mode: bridge + privileged: false +x-casaos: + author: Jason McFeetors + developer: pyMedusa (https://github.com/pymedusa) + category: Media + description: + en_us: Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic. + icon: https://icon.casaos.io/main/all/medusa.png + index: / + port_map: "8081" + scheme: http + store_app_id: medusa + title: + en_us: Medusa diff --git a/Apps/Medusa/icon.png b/Apps/Medusa/icon.png new file mode 100644 index 0000000..be74f8f Binary files /dev/null and b/Apps/Medusa/icon.png differ diff --git a/Apps/Medusa/screenshot-1.png b/Apps/Medusa/screenshot-1.png new file mode 100644 index 0000000..29ef56c Binary files /dev/null and b/Apps/Medusa/screenshot-1.png differ diff --git a/Apps/Medusa/screenshot-2.png b/Apps/Medusa/screenshot-2.png new file mode 100644 index 0000000..e549475 Binary files /dev/null and b/Apps/Medusa/screenshot-2.png differ diff --git a/Apps/Medusa/screenshot-3.png b/Apps/Medusa/screenshot-3.png new file mode 100644 index 0000000..ba2c1a7 Binary files /dev/null and b/Apps/Medusa/screenshot-3.png differ diff --git a/Apps/Medusa/screenshot-4.png b/Apps/Medusa/screenshot-4.png new file mode 100644 index 0000000..6ad3ea0 Binary files /dev/null and b/Apps/Medusa/screenshot-4.png differ diff --git a/Apps/Medusa/screenshot-5.png b/Apps/Medusa/screenshot-5.png new file mode 100644 index 0000000..0598b31 Binary files /dev/null and b/Apps/Medusa/screenshot-5.png differ diff --git a/Apps/Medusa/screenshot-6.png b/Apps/Medusa/screenshot-6.png new file mode 100644 index 0000000..91adb03 Binary files /dev/null and b/Apps/Medusa/screenshot-6.png differ diff --git a/Apps/Medusa/thumbnail.png b/Apps/Medusa/thumbnail.png new file mode 100644 index 0000000..92b7141 Binary files /dev/null and b/Apps/Medusa/thumbnail.png differ