Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Apps] MotionEye #247

Merged
merged 13 commits into from
Nov 2, 2023
70 changes: 70 additions & 0 deletions Apps/Motioneye/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: motioneye
services:
app:
cpu_shares: 10
command: []
f4bio marked this conversation as resolved.
Show resolved Hide resolved
container_name: motioneye
deploy:
resources:
limits:
memory: 1794M
environment:
- TZ=Europe/Berlin
image: ccrisan/motioneye:master-amd64
labels:
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Motioneye/icon.png
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
devices: []
f4bio marked this conversation as resolved.
Show resolved Hide resolved
cap_add: []
f4bio marked this conversation as resolved.
Show resolved Hide resolved
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
hostname: ""
f4bio marked this conversation as resolved.
Show resolved Hide resolved
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Motioneye/icon.png
index: /
main: app
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:
custom: ""
f4bio marked this conversation as resolved.
Show resolved Hide resolved
en_us: Motioneye
Binary file added Apps/Motioneye/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 Apps/Motioneye/screenshot-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 Apps/Motioneye/screenshot-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 Apps/Motioneye/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.