User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
services:tubesync [2024/09/10 13:53] – created willyservices:tubesync [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Tube Sync ====== 
- 
-[[https://github.com/meeb/tubesync|TubeSync]]  
- 
-useradd -d /data/daemons/tubesync -m tubesync -g media 
- 
-su - tubesync 
- 
-<file - docker-compose.yml> 
-services: 
-  tubesync: 
-    image: ghcr.io/meeb/tubesync:latest 
-    container_name: tubesync 
-    restart: unless-stopped 
-    ports: 
-      - 4848:4848 
-    volumes: 
-      - /data/daemons/tubesync/config:/config 
-      - /data/Media/YouTube:/downloads 
-    environment: 
-      - TZ=Europe/London 
-      - PUID=<<< user UID >>> 
-      - PGID=<<< group media GID >>> 
-      - DJANGO_URL_PREFIX=/tubesync/ 
-</file> 
- 
-mkdir /data/daemons/tubesync/config 
-mkdir /data/Media/YouTube 
- 
-podman compose pull 
- 
- 
-<file - tubesync.conf> 
-location ^~ /tubesync { 
-        proxy_pass http://127.0.0.1:4848; 
-        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; 
-} 
-</file> 
- 
-usual user_containers link 
  

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information