segfault/provision/env.example

21 lines
880 B
Plaintext
Raw Normal View History

2022-05-10 15:39:52 +00:00
# EXAMPLE docker-compose .env file
SF_BASEDIR=${HOME}/segfault
2022-07-28 16:02:58 +00:00
## Status information between containers is exchanged via _SHMDIR/run
#SF_SHMDIR=/dev/shm/sf
2022-05-19 11:17:21 +00:00
#SF_SSH_PORT=22
2022-05-10 15:39:52 +00:00
#SF_DEBUG=1
2022-05-19 11:17:21 +00:00
#SF_USER=root
2022-07-27 14:26:03 +00:00
#SF_USER_PASSWORD=segfault
2022-05-10 15:39:52 +00:00
#SF_FQDN=CHANGEME.segfault-net
2022-09-28 09:49:46 +00:00
## Obtain the private key by executing:
2022-07-27 14:26:03 +00:00
## docker run --rm --cap-add=NET_ADMIN -e USER=XXX -e PASS=YYY bubuntux/nordvpn:get_private_key
#SF_NORDVPN_PRIVATE_KEY=
2022-09-28 09:49:46 +00:00
## Obtain the config by executing:
## docker run --rm --e CRYPTOSTORM_TOKEN=XXX --entrypoint /getkey.sh hackerschoice/cryptostorm
2022-10-11 12:51:11 +00:00
## Example: cs-tokyo+cs-sydney:::<PrivateKey>:::<PSK>:::<Address>
2022-09-28 09:49:46 +00:00
#SF_CRYPTOSTORM_CONFIG=
## Obtain from https://mullvad.net/account/wireguard-config/ and open any *.conf file.
## Format :<SERVER>:::<PrivateKey>:::<Address>
2022-10-11 12:51:11 +00:00
## Example: Germany:::<BLAHQCY26Tnz7KzDo9JPvBrzEzV+Z7RG1Hx/rXGgmH4=:::none:::10.65.13.37
2022-09-28 09:49:46 +00:00
#SF_MULLVAD_CONFIG=