diff --git a/Apps/Motioneye/docker-compose.yml b/Apps/Motioneye/docker-compose.yml new file mode 100644 index 0000000..e3d2a97 --- /dev/null +++ b/Apps/Motioneye/docker-compose.yml @@ -0,0 +1,54 @@ +name: motioneye +services: + motioneye: + container_name: motioneye + image: ccrisan/motioneye:master-amd64 + ports: + - target: 8765 + published: "8765" + protocol: tcp + restart: unless-stopped + volumes: + - type: bind + source: /DATA/AppData/motioneye/config + target: /etc/motioneye + - type: bind + source: /DATA/Media/motioneye + target: /var/lib/motioneye + x-casaos: + ports: + - container: "8765" + description: + en_us: Motioneye Web Port + host: "8765" + volumes: + - container: /etc/motioneye + description: + en_us: Config files + - container: /var/lib/motioneye + description: + en_us: Media files + network_mode: bridge + privileged: false +x-casaos: + architectures: + - amd64 + author: f4bio + category: Utilities + description: + en_us: motionEye is a web-based frontend for motion. Check out the wiki for more details. Changelog is available on the releases page. https://github.com/motioneye-project/motioneye + developer: Motioneye + icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Motioneye/icon.png + index: / + main: motioneye + port_map: "8765" + scheme: http + screenshot_link: + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Motioneye/screenshot-1.png + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Motioneye/screenshot-2.png + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Motioneye/screenshot-3.png + store_app_id: motioneye + tagline: + en_us: A web frontend for the motion daemon. + title: + en_us: Motioneye diff --git a/Apps/Motioneye/icon.png b/Apps/Motioneye/icon.png new file mode 100644 index 0000000..2136433 Binary files /dev/null and b/Apps/Motioneye/icon.png differ diff --git a/Apps/Motioneye/screenshot-1.png b/Apps/Motioneye/screenshot-1.png new file mode 100644 index 0000000..d652ab6 Binary files /dev/null and b/Apps/Motioneye/screenshot-1.png differ diff --git a/Apps/Motioneye/screenshot-2.png b/Apps/Motioneye/screenshot-2.png new file mode 100644 index 0000000..757bdf1 Binary files /dev/null and b/Apps/Motioneye/screenshot-2.png differ diff --git a/Apps/Motioneye/screenshot-3.png b/Apps/Motioneye/screenshot-3.png new file mode 100644 index 0000000..60b4c70 Binary files /dev/null and b/Apps/Motioneye/screenshot-3.png differ