gustavosbarreto on v0.9.3-rc.2
gustavosbarreto on master
ui: update package-lock.json (compare)
gustavosbarreto on v0.9.3-rc.2
gustavosbarreto on master
Bump shellhub version to v0.9.3… (compare)
gustavosbarreto on sshAddSuportHeredoc
gustavosbarreto on master
ssh,agent: add suport to connec… (compare)
@gustavosbarreto Thank you for your reply
Yes, i would like create a ssh tunnel with a other device on the LAN of device up in shellhub and mypc with internet.
Ex : MyPC - > INTERNET -> ShellHub <- INTERNET <- RPi (Up on ShellHub (10.10.10.101/24)) | Other RPi with nginx 80&443 (10.10.10.102/24)
mypc:9999 = 10.10.10.102:443
mypc:9998 = 10.10.10.102:80
ssh -L 9999:10.10.10.102:443 pi@rpiname.usershellhub@subname.mydomain.com
What do you think about this ? This is supported by ShellHub ?
https://wiki.archlinux.org/index.php/VPN_over_SSH
For mongodb, why not add persistent data ?
@surfinside You can do this by extending the docker-compose file
I love ShellHub :)
@surfinside I'm really appreciate and very pleased to hear that you enjoyed it
docker-compose.yml
and edit the .env
docker-compose logs ui
?