Sanitized single-commit public mirror of recipe-maintainer. - Removed test-ssh/.testenv (live creds); added test-ssh/.testenv.example placeholders. - Removed plans/ and planned-updates/ (deployment-planning docs) so no client/ deployment domains appear in the public repo. - All other secret stores were already gitignored. - docs.coopcloud.tech retained as a submodule (public upstream).
618 B
618 B
HedgeDoc — First-Time Setup
Prerequisites
- DNS:
hedgedoc.<domain_suffix>must resolve to the server
Steps
-
Create the app:
abra app new hedgedoc --server <SERVER> --domain hedgedoc.<DOMAIN_SUFFIX> --no-input -
Generate secrets:
abra app secret generate hedgedoc.<DOMAIN_SUFFIX> --all -m --no-inputSave output to
recipe-info/testsecrets/hedgedoc.<DOMAIN_SUFFIX>. -
Deploy:
abra app deploy hedgedoc.<DOMAIN_SUFFIX> --chaos --force --no-input -
Verify: curl
https://hedgedoc.<DOMAIN_SUFFIX>returns HTTP 200.