generated from BlockchainCommons/secure-template
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
signing blues: reverted to upstream, added my changes again
- Loading branch information
Showing
6 changed files
with
683 additions
and
151 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
################################################ | ||
# Blockchain Commons Spotbit Install Config file | ||
################################################ | ||
|
||
# To install spotbit set the following environment variables | ||
# accordingly by uncommenting and/or setting appropriate values. | ||
|
||
########################### | ||
# system | ||
########################### | ||
# Prompt user befor continuing with the installation. Gives the user | ||
# a chance to check the configuration before installing. Set it to | ||
# true to remove the prompt | ||
NOPROMPT=false | ||
# Set password for user "standup". Good practice to use at least 8 | ||
# character long password. | ||
# Don't ignore this. | ||
USERPASSWORD= | ||
# If you already have python3.8, then set the following to "false" | ||
INSTALL_PYTHON38=true | ||
|
||
|
||
########################### | ||
# vps | ||
########################### | ||
# If you are using a VPS, set it to true and set the HOSTNAME, FQDN & | ||
# REGION variables. | ||
VPS=false | ||
# the name for your server | ||
HOSTNAME= | ||
# the domain name(website) where you will host/access the server. | ||
# if you are going to access it locally then you can just use your hostname and add .local like so: hostname.local | ||
FQDN= | ||
# the region in which the server is hosted. Required for timezone settings | ||
REGION= | ||
|
||
|
||
########################### | ||
# Tor & SSH | ||
########################### | ||
# set a Tor public key if you have one. | ||
TOR_PUBKEY= | ||
# set an SSH key if you have one. | ||
SSH_KEY= | ||
# set a comma seperated set of white listed IPs that can SSH into the server. | ||
SYS_SSH_IP= |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
################################################ | ||
# Blockchain Commons Spotbit Install Config file | ||
################################################ | ||
|
||
# To install spotbit set the following environment variables | ||
# accordingly by uncommenting and/or setting appropriate values. | ||
|
||
########################### | ||
# system | ||
########################### | ||
# Prompt user befor continuing with the installation. Gives the user | ||
# a chance to check the configuration before installing. Set it to | ||
# true to remove the prompt | ||
NOPROMPT=false | ||
# Set password for user "standup". Good practice to use at least 8 | ||
# character long password. | ||
# Don't ignore this. | ||
USERPASSWORD= | ||
# If you already have python3.8, then set the following to "false" | ||
INSTALL_PYTHON38=true | ||
|
||
|
||
########################### | ||
# vps | ||
########################### | ||
# If you are using a VPS, set it to true and set the HOSTNAME, FQDN & | ||
# REGION variables. | ||
VPS=false | ||
# the name for your server | ||
HOSTNAME= | ||
# the domain name(website) where you will host/access the server. | ||
# if you are going to access it locally then you can just use your hostname and add .local like so: hostname.local | ||
FQDN= | ||
# the region in which the server is hosted. Required for timezone settings | ||
REGION= | ||
|
||
|
||
########################### | ||
# Tor & SSH | ||
########################### | ||
# set a Tor public key if you have one. | ||
TOR_PUBKEY= | ||
# set an SSH key if you have one. | ||
SSH_KEY= | ||
# set a comma seperated set of white listed IPs that can SSH into the server. | ||
SYS_SSH_IP= |
Oops, something went wrong.