You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 days ago | |
---|---|---|
all-apps | 3 weeks ago | |
config | 3 days ago | |
flatcar | 3 days ago | |
.gitignore | 3 days ago | |
Makefile | 3 days ago | |
README.org | 3 days ago | |
cl.yaml | 3 days ago | |
init-restic.sh | 3 days ago | |
main.tf | 1 month ago | |
make-caddyfile.sh | 3 days ago | |
make-generated.sh | 3 days ago | |
make-nextcloud-env.sh | 3 days ago | |
make-restic-generated.sh | 3 days ago | |
make-restic-password.sh | 3 days ago |
README.org
Setup
Configuration
apps.config
cp config/apps.config.tmpl config/apps.config
- then edit
config/apps.config
and fill in all variables
production.tfvars
cp config/production.tfvars.tmpl config/production.tfvars
- then edit
config/production.tfvars
and fill in all variables
ssh keys
touch config/ssh-keys
- if you want to add your ssh key(s) for debugging then paste the pub ID in to the file
initializing the "off-site" Restic backups
make restic-init
Deploy
make apply
You're done!
It will take a few minutes to deploy the server, start it, and pull all the docker images. But after that you should be able to visit your site and the apps running on its subdomains!