Compare commits

..

No commits in common. "0a132b0ad57dcf7c8bc2b850543721cd14524685" and "0d914bd11c8c2400a26a8903b7dcd84a0d2bfd7d" have entirely different histories.

5 changed files with 9 additions and 12 deletions

View File

@ -1,6 +1,6 @@
namespace: finallycoffee
name: services
version: 0.1.5
version: 0.1.4
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>
@ -13,9 +13,3 @@ build_ignore:
- '*.tar.gz'
repository: https://git.finally.coffee/finallycoffee/services
issues: https://codeberg.org/finallycoffee/ansible-collection-services/issues
tags:
- authelia
- gitea
- hedgedoc
- jellyfin
- docker

View File

@ -1,5 +1,6 @@
---
authelia_version: "4.38.16"
authelia_version: 4.38.15
authelia_user: authelia
authelia_base_dir: /opt/authelia
authelia_domain: authelia.example.org

View File

@ -1,6 +1,7 @@
---
ghost_domain: ~
ghost_version: "5.96.0"
ghost_version: "5.95.0"
ghost_user: ghost
ghost_user_group: ghost
ghost_base_path: /opt/ghost

View File

@ -1,5 +1,6 @@
---
gitea_version: "1.22.3"
gitea_version: "1.22.2"
gitea_user: git
gitea_run_user: "{{ gitea_user }}"
gitea_base_path: "/opt/gitea"
@ -10,7 +11,7 @@ gitea_domain: ~
# container config
gitea_container_name: "{{ gitea_user }}"
gitea_container_image_server: "docker.io"
gitea_contianer_image_server: "docker.io"
gitea_container_image_name: "gitea"
gitea_container_image_namespace: gitea
gitea_container_image_fq_name: >-

View File

@ -1,6 +1,6 @@
---
hedgedoc_user: hedgedoc
hedgedoc_version: "1.10.0"
hedgedoc_version: 1.9.9
hedgedoc_state: present
hedgedoc_deployment_method: docker