feat(hedgedoc): add quadlet-managed hedgedoc role #97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "add-hedgedoc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds a hedgedoc installation role for running hedgedoc with postgres and local file uploads.
It can be configured entirely via ENV vars to do anything though.
0ac960b786
to279bc41586
@ -0,0 +38,4 @@
DB_USERNAME: hedgedoc
DB_PASSWORD: "{{ hedgedoc_postgres_database_password }}"
DB_DATABASE: hedgedoc
DB_HOST: /var/run/postgresql
This is the only supported value, right? shouldn't we hardcode this then?
jeah, i will do that.
I thought about it and did so for mastodon i think, but this was not done in some other roles, so i also did not directly implement this here.
Going forward i'd like to keep some document in here with some design decisions, where we can document stuff like this and just agree that such values should not be easily overrideable by a user.
279bc41586
to451d2539b0