Last active
April 6, 2024 22:52
-
-
Save amanjuman/442f949e4b47195dcf4eac3299a695e5 to your computer and use it in GitHub Desktop.
Install Outline Server on Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Install Server | |
sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)" --hostname=fqdn.domain.tld --api-port 34567 --keys-port 23456 | |
## Uninstall Server | |
docker rm -f shadowbox watchtower && docker system prune -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment