Make things public + 3am tailscale fix explained on readme

This commit is contained in:
criz 2025-12-13 01:08:15 +01:00
parent 15ec451d7b
commit 44e620ddae
4 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,6 @@
services: services:
metube: metube:
image: ghcr.io/alexta69/metube image: ghcr.io/alexta69/metube:latest
container_name: metube container_name: metube
restart: unless-stopped restart: unless-stopped
ports: ports:

View file

@ -9,9 +9,12 @@ services:
# - N8N_PROTOCOL=http # - N8N_PROTOCOL=http
- N8N_PORT=5678 - N8N_PORT=5678
- NODE_ENV=production - NODE_ENV=production
- WEBHOOK_URL=n8n.rufous-trench.ts.net
volumes: volumes:
- ./n8n:/home/node/.n8n - ./n8n:/home/node/.n8n
- ./local-files:/files - ./local-files:/files
labels: labels:
tsdproxy.enable: "true" tsdproxy.enable: "true"
tsdproxy.name: "n8n" tsdproxy.name: "n8n"
tsdproxy.container_port: 3000
tsdproxy.funnel: "true"

View file

@ -27,8 +27,9 @@ services:
labels: labels:
tsdproxy.enable: "true" tsdproxy.enable: "true"
tsdproxy.name: "cloud" tsdproxy.name: "cloud"
tsdproxy.funnel: "true"
tsdproxy.ephemeral: "false" tsdproxy.ephemeral: "false"
redis: redis:
image: redis:alpine image: redis:alpine
container_name: redis container_name: redis

View file

@ -48,3 +48,4 @@ sudo setfacl -R -m d:u:33:rwx /home/yourusername/Medias
``` ```
and metube doesn't like deleting videos externally and metube doesn't like deleting videos externally
Tailscale KEY last 3 month. Do not forget to update it (inside .env of TSDProxy)