Clipface
Link
version: '3.3'
services:
clipface:
container_name: clipface
volumes:
- '/srv/path/Files/Clipface/clips:/clips'
ports:
- '1314:80'
environment:
- CLIPFACE_USER_PASSWORD=xxxxxxxxxx
- 'CLIPFACE_CLIPS_PAGE_TITLE=Taytay'
# - CLIPFACE_SECURE_COOKIES=false
image: 'tomsan/clipface:latest'
restart: unless-stopped
secure_cookies
- If set to true (which is the default value), the "secure" setting will be used for the authication cookie, which means the cookie will only be included when using SSL (HTTPS). If you are not using SSL, you need to set this option to false, or authentication won't work.
Default value: true
Environment variable: CLIPFACE_SECURE_COOKIES
No Comments