Localtunnel: Difference between revisions
Jump to navigation
Jump to search
Line 63: | Line 63: | ||
* [https://github.com/localtunnel/server Localtunnel » SCM » Server] | * [https://github.com/localtunnel/server Localtunnel » SCM » Server] | ||
* [https://github.com/localtunnel/www Localtunnel » SCM » WWW] | * [https://github.com/localtunnel/www Localtunnel » SCM » WWW] | ||
* [https://github.com/localtunnel/nginx Localtunnel » SCM » Nginx] | |||
* [https://theboroer.github.io/localtunnel-www/ Localtunnel » Quickstart] | * [https://theboroer.github.io/localtunnel-www/ Localtunnel » Quickstart] | ||
Revision as of 08:42, 25 January 2024
source ~/.nvm/nvm.sh && nvm use node npm install -g localtunnel
Linux Service
cat << EOF | sudo tee /etc/systemd/system/academia-lt.service >>/dev/null
[Unit]
Description=Academia Localtunnel Daemon
After=syslog.target network.target
[Service]
User=${USER}
Type=simple
Restart=on-failure
ExecStart=lt --host 127.0.0.1 --port 80 --subdomain academia-chorke
TimeoutStopSec=20
KillMode=process
[Install]
WantedBy=multi-user.target
EOF
|
sudo systemctl daemon-reload
sudo systemctl enable --now academia-lt
systemctl status academia-lt
sudo systemctl disable --now academia-lt
systemctl status academia-lt
sudo systemctl restart academia-lt
systemctl status academia-lt
sudo systemctl stop academia-lt
systemctl status academia-lt
|
| |
open https://academia-chorke.loca.lt &>/dev/null & open https://loca.lt/mytunnelpassword &>/dev/null & |
References
| ||