This file contains hidden or 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
The official privacy policy is now available on AMO: https://addons.mozilla.org/en-US/firefox/addon/keefox/privacy/ |
This file contains hidden or 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
#!/bin/bash | |
# - You need to set RANCHER_DOMAIN to a domain that reaches this host via port 80 and 443 | |
# - Run this script with sudo/root, | |
# e.g. `source setup-rancher.sh` | |
# - You can then access the Rancher dashboard via https://rancher.example.com | |
# - To add docker hosts to your Rancher environments, | |
# follow the rest of http://docs.rancher.com/rancher/latest/en/quick-start-guide/ | |
# Configure these | |
RANCHER_DOMAIN="$RANCHER_DOMAIN" |