mirror of
https://github.com/famedly/ansible-collection-services
synced 2024-11-10 05:54:14 +00:00
update(hedgedoc): bump version to 1.9.4
This commit is contained in:
parent
24a9fe236d
commit
24a14fdda9
2 changed files with 5 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
# hedgedoc
|
||||
# `famedly.services.hedgedoc` ansible role
|
||||
|
||||
Deploys a containerised HedgeDoc instance with postgres as the default backend.
|
||||
|
||||
## Requirements
|
||||
|
||||
- preconfigured database
|
||||
- docker
|
||||
- preconfigured postgresql database, f.ex. with `famedly.base.postgresql_client_access`
|
||||
- docker daemon running, used for the deployment
|
||||
|
||||
## Role Variables
|
||||
|
||||
|
@ -32,7 +32,6 @@ See `defaults/main.yml` and `vars/main.yml` for available variables.
|
|||
|
||||
AGPL-3.0-only
|
||||
|
||||
Author Information
|
||||
------------------
|
||||
## Author Information
|
||||
|
||||
- Jan Christian Grünhage <jcgruenhage@famedly.com>
|
||||
|
|
|
@ -7,7 +7,7 @@ hedgedoc_db_database: "hedgedoc"
|
|||
hedgedoc_db_port: 5432
|
||||
hedgedoc_db_dialect: postgres
|
||||
|
||||
hedgedoc_version: 1.9.2
|
||||
hedgedoc_version: 1.9.4
|
||||
|
||||
hedgedoc_user: "hedgedoc"
|
||||
|
||||
|
|
Loading…
Reference in a new issue