01202c5276
* force packer build * disable ami temporarially * apt and ufw * initial lotus config * rename correctly * apt-get instead of apt * undo temporary edits * install before upgrade * tmp - force digitalocean * reenable filters * uncomment ebs * tmp, remove filter for digitalocean build * doc * install ufw (for iams where it isn't installed) * more amazon regions * missing comma * missing comma * remove unavailable regions * switch to ubuntu, not minimal * pro server * change owner * change image * uncomment circleci filters * remove api from firewall * tmp: remove circleci filter * dpkg options * confold * try export * re-add filter
13 lines
361 B
Bash
13 lines
361 B
Bash
PS1="[\h \w] ⨎ "
|
|
|
|
export PROMT_DIRTRIM=1
|
|
|
|
# Where to find the lotus repo
|
|
export LOTUS_PATH=/var/lib/lotus
|
|
|
|
# The miner is not running in this image by default.
|
|
# export LOTUS_MINER_PATH=/var/lib/lotus-miner
|
|
|
|
# To access the lotus node remotely, the following environment variable may be used.
|
|
# export FULLNODE_API_INFO=<token>:/ip4/<public-ip>/tcp/1234/http
|