1
1
This is the public repository of the Sovereign Stack bash scripts. https://www.sovereign-stack.org
Go to file
Derek Smith c8a7088b76
Various updates
Signed-off-by: Derek Smith <derek@farscapian.com>
2022-05-27 23:07:17 -04:00
certs Moved files 2022-05-24 14:14:53 -04:00
deployment Various updates 2022-05-27 23:07:17 -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 Various updates 2022-05-27 23:07:17 -04:00
deploy.sh Various updates 2022-05-27 23:07:17 -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 Various updates 2022-05-27 23:07:17 -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"