This documentation tested on Ubuntu 20.04 Server LTS.
- Make grafana can accessed to world with
stack.bignetlab.com/grafana
- Expose with Nginx Reverse Proxy Technique.
- Make sure you have a Public IP.
- You can try to use a VPN
This documentation tested on Ubuntu 20.04 Server LTS.
stack.bignetlab.com/grafana
#!/usr/bash | |
wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz | |
sudo tar -xzf postman.tar.gz -C /opt | |
sudo ln -s /opt/Postman/Postman /usr/bin/postman | |
#Create a Desktop Entry | |
cat > ~/.local/share/applications/postman.desktop <<EOL | |
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Postman |