Initial commit

This commit is contained in:
2026-05-30 22:48:53 -03:00
commit eacdd18165
35 changed files with 828 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
services:
fireshare:
image: shaneisrael/fireshare:latest
volumes:
- ./dev_root/fireshare_data:/data
- ./dev_root/fireshare_processed:/processed
- type: bind
source: /shared/nextcloud/data/cloud/files/clips
target: /videos
environment:
- SERVICE_URL_FIRESHARE_80
- ADMIN_USERNAME=${SERVICE_USER_ADMIN:-admin}
- ADMIN_PASSWORD=${SERVICE_PASSWORD_ADMIN}
- SECRET_KEY=${SERVICE_BASE64_SECRETKEY}
- MINUTES_BETWEEN_VIDEO_SCANS=5
- THUMBNAIL_VIDEO_LOCATION=0
- DOMAIN=clips.cloud.velha.casa
- PUID=1000
- PGID=1000