Compare commits

..

9 Commits

9 changed files with 10 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
namespace: finallycoffee namespace: finallycoffee
name: services name: services
version: "0.2.1" version: "0.2.2"
readme: README.md readme: README.md
authors: authors:
- transcaffeine <transcaffeine@finally.coffee> - transcaffeine <transcaffeine@finally.coffee>

View File

@@ -1,5 +1,5 @@
--- ---
authelia_version: "4.39.14" authelia_version: "4.39.15"
authelia_user: authelia authelia_user: authelia
authelia_base_dir: /opt/authelia authelia_base_dir: /opt/authelia
authelia_domain: authelia.example.org authelia_domain: authelia.example.org
@@ -31,8 +31,8 @@ authelia_container_image_ref: >-2
{{ authelia_container_image }}:{{ authelia_container_image_tag | default(authelia_version, true) }} {{ authelia_container_image }}:{{ authelia_container_image_tag | default(authelia_version, true) }}
authelia_container_image_force_pull: "{{ authelia_container_image_tag | default(false, True) }}" authelia_container_image_force_pull: "{{ authelia_container_image_tag | default(false, True) }}"
authelia_container_env: authelia_container_env:
PUID: "{{ authelia_run_user }}" PUID: "{{ authelia_run_user | string }}"
PGID: "{{ authelia_run_group }}" PGID: "{{ authelia_run_group | string }}"
authelia_container_labels: >-2 authelia_container_labels: >-2
{{ authelia_container_base_labels | combine(authelia_container_extra_labels) }} {{ authelia_container_base_labels | combine(authelia_container_extra_labels) }}
authelia_container_extra_labels: {} authelia_container_extra_labels: {}

View File

@@ -28,7 +28,6 @@
owner: "{{ item.owner | default(authelia_user) }}" owner: "{{ item.owner | default(authelia_user) }}"
group: "{{ item.group | default(authelia_user) }}" group: "{{ item.group | default(authelia_user) }}"
mode: "{{ item.mode | default('0750') }}" mode: "{{ item.mode | default('0750') }}"
when: item.path | default(false, true) | bool
loop: loop:
- path: "{{ authelia_base_dir }}" - path: "{{ authelia_base_dir }}"
mode: "0755" mode: "0755"

View File

@@ -1,6 +1,6 @@
--- ---
ghost_domain: ~ ghost_domain: ~
ghost_version: "6.8.0" ghost_version: "6.9.1"
ghost_user: ghost ghost_user: ghost
ghost_user_group: ghost ghost_user_group: ghost
ghost_base_path: /opt/ghost ghost_base_path: /opt/ghost

View File

@@ -1,6 +1,6 @@
--- ---
hedgedoc_user: hedgedoc hedgedoc_user: hedgedoc
hedgedoc_version: "1.10.3" hedgedoc_version: "1.10.4"
hedgedoc_state: present hedgedoc_state: present
hedgedoc_deployment_method: docker hedgedoc_deployment_method: docker

View File

@@ -1,6 +1,6 @@
--- ---
jellyfin_user: jellyfin jellyfin_user: jellyfin
jellyfin_version: "10.11.3" jellyfin_version: "10.11.4"
jellyfin_state: present jellyfin_state: present
jellyfin_deployment_method: docker jellyfin_deployment_method: docker

View File

@@ -1,5 +1,5 @@
--- ---
keycloak_version: "26.4.5" keycloak_version: "26.4.7"
keycloak_container_name: keycloak keycloak_container_name: keycloak
keycloak_container_image_upstream_registry: quay.io keycloak_container_image_upstream_registry: quay.io

View File

@@ -1,5 +1,5 @@
--- ---
phpldapadmin_version: "2.3.4" phpldapadmin_version: "2.3.5"
phpldapadmin_state: present phpldapadmin_state: present
phpldapadmin_deployment_method: docker phpldapadmin_deployment_method: docker

View File

@@ -1,6 +1,6 @@
--- ---
snipe_it_user: snipeit snipe_it_user: snipeit
snipe_it_version: "8.3.5" snipe_it_version: "8.3.6"
snipe_it_domain: ~ snipe_it_domain: ~
snipe_it_state: present snipe_it_state: present
snipe_it_deployment_method: docker snipe_it_deployment_method: docker