gustavosbarreto on add-AntonyRafael
gustavosbarreto on master
docs: update README.md [skip ci] docs: update .all-contributorsr… (compare)
allcontributors[bot] on add-AntonyRafael
docs: update .all-contributorsr… (compare)
allcontributors[bot] on add-AntonyRafael
docs: update README.md [skip ci] (compare)
allcontributors[bot] on add-AntonyRafael
henrybarreto on openapiaddSwaggon
api,pkg:add Swaggon comments an… (compare)
henrybarreto on openapiaddSwaggon
api,pkg:add Swaggon comments an… (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
?