This is farscapian's working Sovereign Stack fork. This is the most up-to-date version of Sovereign Stack. https://www.sovereign-stack.org
Go to file
2022-05-29 22:41:04 -04:00
certs Moved files 2022-05-24 14:14:53 -04:00
deployment Removed SMTP functionality. 2022-05-29 22:41:04 -04:00
management Control and formatting updates. 2022-05-24 14:19:26 -04:00
.gitignore Improved install.sh speed. 2022-05-10 12:15:32 -04:00
51-trezor.rules Initial Commit 2021-12-25 13:43:01 -05:00
defaults.sh Removed SMTP functionality. 2022-05-29 22:41:04 -04:00
deploy.sh Removed SMTP functionality. 2022-05-29 22:41:04 -04:00
Dockerfile Moved files. 2022-05-20 11:06:41 -04:00
entrypoint.sh Moved files. 2022-05-20 11:06:41 -04:00
install.sh Various updates 2022-05-27 23:07:17 -04:00
lxd_init.yaml Moved files 2022-05-24 14:14:53 -04:00
README.md Moved files. 2022-05-20 11:06:41 -04:00
shared.sh Removed SMTP functionality. 2022-05-29 22:41:04 -04:00

Directions

ALL files at this level SHOULD be executed on the management machine! If you have just downloaded Soveregin Stack, run install.sh to install all the dependencies required by Sovereign Stack scripts.

Dockerfile

If you want to run the Sovereign Stack management machine activities inside a docker container, you can do so by 1) building the image and 2) running the resulting sovereign stack docker container:

Building

docker build -t sovereign-stack .

Running

docker run -it sovereign-stack
-v "$HOME/.sites/domain.tld"