HOw to setup clipcascade on my Synology NAS via Container manager ? #148
NolanNolan
started this conversation in
General
Replies: 2 comments
-
|
My docker config used in Portainer looks like this. Works without issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Ok thanks 😊
Hilsen Jørn
Fra: bashprompt ***@***.***>
Sendt: 10. marts 2026 13:24
Til: Sathvik-Rao/ClipCascade ***@***.***>
Cc: NolanNolan ***@***.***>; Author ***@***.***>
Emne: Re: [Sathvik-Rao/ClipCascade] HOw to setup clipcascade on my Synology NAS via Container manager ? (Discussion #148)
My docker config used in Portainer looks like this. Works without issue.
services:
clipcascade:
image: sathvikrao/clipcascade:latest
ports:
- 8230:8230 # Expose the ClipCascade server on port 8230
restart: always # Automatically restart the container if it stops
volumes:
- /volume1/Docker/clipcascade/cc_users:/database # Persistent storage for user data
environment:
- CC_PORT=8230
- CC_MAX_MESSAGE_SIZE_IN_MiB=1 # Maximum message size in MiB (ignored if P2P mode is enabled)
- CC_P2P_ENABLED=false # Enables or disables peer-to-peer(P2P) mode
# - CC_ALLOWED_ORIGINS=https://clipcascade.example.com # Defines allowed CORS origins for security
# - CC_SIGNUP_ENABLED=false # Enables or disables user self-registration
—
Reply to this email directly, view it on GitHub<#148 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHKP7GRZHYKQ7DHZG5DDREL4QACMVAVCNFSM6AAAAACWDS3HL6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMBWHAYDEMI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI
cant find anything on that
i am sure many have the same question, anyone to help here ?
thanks
Nolan
Beta Was this translation helpful? Give feedback.
All reactions