committed by
GitHub
4 changed files with 50 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||
version: "3.8" |
|||
|
|||
services: |
|||
app_proxy: |
|||
environment: |
|||
APP_HOST: yucca_yucca_1 |
|||
APP_PORT: 9910 |
|||
PROXY_AUTH_WHITELIST: "/v1/*" |
|||
|
|||
yucca: |
|||
image: yuccastream/yucca:0.10.1@sha256:9e3dc1d52a952527000e274e2e22f09b5b6626a630e213997f78e5343aa2eec5 |
|||
restart: on-failure |
|||
shm_size: "128mb" |
|||
working_dir: /opt/yucca |
|||
volumes: |
|||
- "${APP_DATA_DIR}/data/data:/opt/yucca/data" |
|||
- "${APP_DATA_DIR}/data/ffmpeg:/opt/yucca/ffmpeg" |
|||
ports: |
|||
- 10925:10925 # SMTP server |
|||
- 9912:9912 # telemetry (prometheus) |
|||
environment: # Read more about configuration here https://docs.yucca.app/en/configuration/ |
|||
YUCCA_SERVER_DATA_DIR: "/opt/yucca/data" |
|||
YUCCA_SMTP_SERVER_LISTEN_ADDRESS: ":10925" |
@ -0,0 +1,27 @@ |
|||
manifestVersion: 1 |
|||
id: yucca |
|||
category: automation |
|||
name: Yucca |
|||
version: "0.10.1" |
|||
tagline: Simple NVR solution video surveillance |
|||
description: >- |
|||
Simple NVR solution video surveillance for home and business. |
|||
Perfect for both a solution for safe cities with thousands of cameras and launching a subscriber service, as well as for home use self-hosted. |
|||
[Android app](https://play.google.com/store/apps/details?id=app.yucca.android&utm_source=umbrel) |
|||
releaseNotes: "" |
|||
developer: Yucca Stream |
|||
website: https://yucca.app/ |
|||
repo: "" |
|||
support: https://docs.yucca.app/en/support/ |
|||
port: 9910 |
|||
gallery: |
|||
- 1.jpg |
|||
- 2.jpg |
|||
- 3.jpg |
|||
- 4.jpg |
|||
- 5.jpg |
|||
path: "" |
|||
deterministicPassword: false |
|||
dependencies: [] |
|||
submitter: YuccaStream |
|||
submission: https://github.com/getumbrel/umbrel-apps/pull/1071 |
Loading…
Reference in new issue