eduardoveiga on firewallID
Asakiz on api-cli
api-cli: Added a new service T… (compare)
Asakiz on api-cli
api-cli: Added a new service T… (compare)
eduardoveiga on firewall_id
api: fix firewall rule id to us… (compare)
eduardoveiga on firewall_id
api: fix firewall rule id to us… (compare)
Asakiz on api-cli
api-cli: Added a new service T… (compare)
otavio on go_modules
otavio on master
api: bump github.com/labstack/e… (compare)
otavio on master
ui: bump core-js from 3.10.0 to… (compare)
otavio on npm_and_yarn
@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
?