Compare commits
9 Commits
transcaffe
...
0.2.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
2fbb2a1d8c
|
|||
|
417e190368
|
|||
|
7558cb4992
|
|||
|
02aa9a0ed9
|
|||
|
22384de456
|
|||
|
8eda51cca6
|
|||
|
c6b338fec3
|
|||
|
d3dc6298c0
|
|||
|
fedd8abf04
|
@@ -1,6 +1,6 @@
|
||||
namespace: finallycoffee
|
||||
name: services
|
||||
version: "0.2.1"
|
||||
version: "0.2.2"
|
||||
readme: README.md
|
||||
authors:
|
||||
- transcaffeine <transcaffeine@finally.coffee>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authelia_version: "4.39.14"
|
||||
authelia_version: "4.39.15"
|
||||
authelia_user: authelia
|
||||
authelia_base_dir: /opt/authelia
|
||||
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_force_pull: "{{ authelia_container_image_tag | default(false, True) }}"
|
||||
authelia_container_env:
|
||||
PUID: "{{ authelia_run_user }}"
|
||||
PGID: "{{ authelia_run_group }}"
|
||||
PUID: "{{ authelia_run_user | string }}"
|
||||
PGID: "{{ authelia_run_group | string }}"
|
||||
authelia_container_labels: >-2
|
||||
{{ authelia_container_base_labels | combine(authelia_container_extra_labels) }}
|
||||
authelia_container_extra_labels: {}
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
owner: "{{ item.owner | default(authelia_user) }}"
|
||||
group: "{{ item.group | default(authelia_user) }}"
|
||||
mode: "{{ item.mode | default('0750') }}"
|
||||
when: item.path | default(false, true) | bool
|
||||
loop:
|
||||
- path: "{{ authelia_base_dir }}"
|
||||
mode: "0755"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
ghost_domain: ~
|
||||
ghost_version: "6.8.0"
|
||||
ghost_version: "6.9.1"
|
||||
ghost_user: ghost
|
||||
ghost_user_group: ghost
|
||||
ghost_base_path: /opt/ghost
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
hedgedoc_user: hedgedoc
|
||||
hedgedoc_version: "1.10.3"
|
||||
hedgedoc_version: "1.10.4"
|
||||
|
||||
hedgedoc_state: present
|
||||
hedgedoc_deployment_method: docker
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
jellyfin_user: jellyfin
|
||||
jellyfin_version: "10.11.3"
|
||||
jellyfin_version: "10.11.4"
|
||||
jellyfin_state: present
|
||||
jellyfin_deployment_method: docker
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
keycloak_version: "26.4.5"
|
||||
keycloak_version: "26.4.7"
|
||||
keycloak_container_name: keycloak
|
||||
|
||||
keycloak_container_image_upstream_registry: quay.io
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
phpldapadmin_version: "2.3.4"
|
||||
phpldapadmin_version: "2.3.5"
|
||||
|
||||
phpldapadmin_state: present
|
||||
phpldapadmin_deployment_method: docker
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
snipe_it_user: snipeit
|
||||
snipe_it_version: "8.3.5"
|
||||
snipe_it_version: "8.3.6"
|
||||
snipe_it_domain: ~
|
||||
snipe_it_state: present
|
||||
snipe_it_deployment_method: docker
|
||||
|
||||
Reference in New Issue
Block a user