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:
|
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:
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue