Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
services:tubesync [2024/09/10 13:53] – created willy | services:tubesync [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Tube Sync ====== | ||
- | |||
- | [[https:// | ||
- | |||
- | useradd -d / | ||
- | |||
- | su - tubesync | ||
- | |||
- | <file - docker-compose.yml> | ||
- | services: | ||
- | tubesync: | ||
- | image: ghcr.io/ | ||
- | container_name: | ||
- | restart: unless-stopped | ||
- | ports: | ||
- | - 4848:4848 | ||
- | volumes: | ||
- | - / | ||
- | - / | ||
- | environment: | ||
- | - TZ=Europe/ | ||
- | - PUID=<<< | ||
- | - PGID=<<< | ||
- | - DJANGO_URL_PREFIX=/ | ||
- | </ | ||
- | |||
- | mkdir / | ||
- | mkdir / | ||
- | |||
- | podman compose pull | ||
- | |||
- | |||
- | <file - tubesync.conf> | ||
- | location ^~ /tubesync { | ||
- | proxy_pass http:// | ||
- | proxy_set_header Host $host; | ||
- | proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | ||
- | proxy_set_header X-Forwarded-Host $host; | ||
- | proxy_set_header X-Forwarded-Proto $scheme; | ||
- | proxy_redirect off; | ||
- | proxy_http_version 1.1; | ||
- | proxy_set_header Upgrade $http_upgrade; | ||
- | proxy_set_header Connection $http_connection; | ||
- | } | ||
- | </ | ||
- | |||
- | usual user_containers link | ||