From 2527c2252f3abf94edb19a4b7eb44ab13e9ebd49 Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 25 Feb 2022 22:28:49 +0000 Subject: updated configuration --- docker-compose.yml | 2 +- tunnel.conf | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8b51636..ffec69e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,5 +9,5 @@ services: network_mode: host volumes: - /dev/tty:/dev/tty - - ./vps.pem:/app/vps.pem + - /home/eden/dotfiles/ssh_keys/london.pem:/app/vps.pem - ./tunnel.conf:/app/tunnel.conf diff --git a/tunnel.conf b/tunnel.conf index 9945979..d9c6f4b 100644 --- a/tunnel.conf +++ b/tunnel.conf @@ -8,5 +8,21 @@ from = 192.168.1.92:6969 to = 0.0.0.0:6969 [forward-invidious] -from = 192.168.1.92:3000 +from = 127.0.0.1:3000 to = 0.0.0.0:3000 + +[forward-bibliogram] +from = localhost:10407 +to = 0.0.0.0:10407 + +[forward-emby] +from = localhost:8096 +to = 0.0.0.0:8096 + +[forward-nextcloud] +from = localhost:8282 +to = 0.0.0.0:8282 + +[forward-nitter] +from = localhost:7777 +to = 0.0.0.0:7777 -- cgit v1.2.3