1
1
Fork 1
This is the public repository of the Sovereign Stack bash scripts. https://www.sovereign-stack.org
Go to file
Derek Smith 3bc86d8aa3
Added comment + refactor.
2022-12-25 13:04:48 -05:00
.vscode Whitespace, formatting, control udpates. 2022-08-15 09:37:13 -04:00
certs Moved files 2022-05-24 14:14:53 -04:00
deployment Added comment + refactor. 2022-12-25 13:04:48 -05:00
staging Updated BTCPAY_ALT_NAMES 2022-11-02 14:54:02 -04:00
.gitignore Various refactors. Separting out VMs. 2022-08-24 10:11:50 -04:00
51-trezor.rules Various updates. 2022-11-21 10:58:32 -05:00
NOTES Multilanguage ghost and other updates. 2022-09-28 13:59:01 -04:00
README.md Various updates. 2022-11-21 10:58:32 -05:00
check_dependencies.sh Migration updates for vertical scaling of VMs. 2022-12-12 17:16:47 -05:00
cluster.sh Migration updates for vertical scaling of VMs. 2022-12-12 17:16:47 -05:00
defaults.sh Bump Ghost image. 2022-12-25 13:01:03 -05:00
deploy.sh Add switch to restart nginx stack + cert renewal. 2022-12-25 13:00:45 -05:00
domain_env.sh Migration updates for vertical scaling of VMs. 2022-12-12 17:16:47 -05:00
install.sh Migration updates for vertical scaling of VMs. 2022-12-12 17:16:47 -05:00
migrate.sh Control flow updates. 2022-12-25 12:59:02 -05:00
reset.sh Suppress error messages and timing. 2022-10-29 11:34:17 -04:00
reset_env.sh Minor formatting and stability updates. 2022-10-30 12:59:24 -04:00
show_lxc.sh Various refactors. Separting out VMs. 2022-08-24 10:11:50 -04:00

README.md

Documentation

The Sovereign Stack scripts in this repository are meant to be cloned to and executed from your management machine.

You can update Sovereign Stack scripts on your management machine by running git pull --all --tags. Generally, you want to use ONLY signed git tags for your deployments. Use git checkout v0.1.0 for example to switch to a specific version of Sovereign Stack. The scripts check to ensure that the code you're running on your management machine is GREATER THAN OR EQUAL TO the version of your deployments (TODO). The scripts work to bring your existing deployments into line with the current Sovereign Stack version.

Once your managent machine checkedout a specific version of Sovereign stack, you will want to run the various scripts against your remotes. But before you can do that, you need to bring a bare-metal Ubuntu 22.04 cluster host under management (i.e., add it as a remote). Generally speaking you will run ss-cluster to bring a new bare-metal host under management of your management machine. This can be run AFTER you have verified SSH access to the bare-metal hosts. The device SHOULD also have a DHCP Reservation and DNS records in place.

After you have taken a machine under management, you can run ss-deploy it. All Sovereign Stack scripts execute against your current lxc remote. (Run lxc remote list to see your remotes). This will deploy Sovereign Stack software to your active remote in accordance with the various cluster, project, and site definitions. These files are stubbed out for the user automatically and documetnation guides the user through the process.

It is the responsiblity of the management machine (i.e,. system owner) to run the scripts on a regular and ongoing basis to ensure active deployments stay up-to-date with the Sovereign Stack master branch.

By default (i.e., without any command line modifiers), Sovereign Stack scripts will back up active deployments resulting in minimal downtime. (zero downtime for Ghost, minimal for Nextcloud/Gitea, BTCPAY Server).

All other documentation for this project can be found at the sovereign-stack.org.