gustavosbarreto on master
agent: ensure that selfupdater … (compare)
gustavosbarreto on selfupdater_ensure_docker
gustavosbarreto on selfupdater_ensure_docker
agent: ensure that selfupdater … (compare)
gessecarneiro on ThirdWelcomeScreen
ui: fix third welcome screen wi… (compare)
gessecarneiro on ThirdWelcomeScreen
ui: fix third welcome screen wi… (compare)
gustavosbarreto on v0.9.5
gustavosbarreto on release-v0.9.5
ui: show correct currency - ch… Bump shellhub version to v0.9.5 (compare)
gustavosbarreto on master
Bump shellhub version to v0.9.5 (compare)
gustavosbarreto on sshNewSessionMsg
gustavosbarreto on master
ssh: fix wrong message when a f… ssh: add forgotten generated mo… (compare)
@gustavosbarreto I did change the docker-compose.yml, but still the endpoint API was returning 22
{"api":"localhost", "ssh": "localhost:22", "mqtt": "localhost:1883"}
Also, there should be an option to change "localhost" returned by endpoint to a valid domain name / ip address... As I was trying shellhub on AWS with a domain name.
"tcpip-forward": forwardHandler.HandleSSHRequest,
"cancel-tcpip-forward": forwardHandler.HandleSSHRequest,
"tcpip-forward-connected":
direct-tcpip
is not supported
@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
?