Clipface
version: '3.3'
services:
clipface:
container_name: clipface
volumes:
- '/srv/path/Files/Clipface/clips:/clips'
ports:
- '1314:80'
environment:
- CLIPFACE_USER_PASSWORD=01664892ganjah12
- 'CLIPFACE_CLIPS_PAGE_TITLE=Taytay'
# - CLIPFACE_SECURE_COOKIES=false
image: 'tomsan/clipface:latest'
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