Make things public + 3am tailscale fix explained on readme
This commit is contained in:
parent
15ec451d7b
commit
44e620ddae
4 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
metube:
|
||||
image: ghcr.io/alexta69/metube
|
||||
image: ghcr.io/alexta69/metube:latest
|
||||
container_name: metube
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -9,9 +9,12 @@ services:
|
|||
# - N8N_PROTOCOL=http
|
||||
- N8N_PORT=5678
|
||||
- NODE_ENV=production
|
||||
- WEBHOOK_URL=n8n.rufous-trench.ts.net
|
||||
volumes:
|
||||
- ./n8n:/home/node/.n8n
|
||||
- ./local-files:/files
|
||||
labels:
|
||||
tsdproxy.enable: "true"
|
||||
tsdproxy.name: "n8n"
|
||||
tsdproxy.container_port: 3000
|
||||
tsdproxy.funnel: "true"
|
||||
|
|
|
|||
|
|
@ -27,8 +27,9 @@ services:
|
|||
labels:
|
||||
tsdproxy.enable: "true"
|
||||
tsdproxy.name: "cloud"
|
||||
tsdproxy.funnel: "true"
|
||||
tsdproxy.ephemeral: "false"
|
||||
|
||||
|
||||
redis:
|
||||
image: redis:alpine
|
||||
container_name: redis
|
||||
|
|
|
|||
|
|
@ -48,3 +48,4 @@ sudo setfacl -R -m d:u:33:rwx /home/yourusername/Medias
|
|||
```
|
||||
|
||||
and metube doesn't like deleting videos externally
|
||||
Tailscale KEY last 3 month. Do not forget to update it (inside .env of TSDProxy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue