Compare commits
22 Commits
94404387cc
...
0.1.15
Author | SHA1 | Date | |
---|---|---|---|
800ebbae77
|
|||
6faba56371
|
|||
05aec0581b
|
|||
fbe33c06cf
|
|||
0e405cef07
|
|||
42782b58a4
|
|||
ee410b29a8
|
|||
1f7c4635a4
|
|||
7995eba69b
|
|||
c766e2ef46
|
|||
8e667d113a
|
|||
c8d49760b1
|
|||
c28cba452c
|
|||
ed5118ea95
|
|||
4d43f3c425
|
|||
3c789f2736
|
|||
62b99afa95
|
|||
213cff7da7
|
|||
6ce6c3ce41
|
|||
70fa36ff98
|
|||
a4d56624e5
|
|||
fc79dc4bc1
|
@ -1,6 +1,6 @@
|
||||
namespace: finallycoffee
|
||||
name: services
|
||||
version: "0.1.13"
|
||||
version: "0.1.15"
|
||||
readme: README.md
|
||||
authors:
|
||||
- transcaffeine <transcaffeine@finally.coffee>
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
authelia_version: "4.38.19"
|
||||
authelia_version: "4.39.1"
|
||||
authelia_user: authelia
|
||||
authelia_base_dir: /opt/authelia
|
||||
authelia_domain: authelia.example.org
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
ghost_domain: ~
|
||||
ghost_version: "5.110.1"
|
||||
ghost_version: "5.117.0"
|
||||
ghost_user: ghost
|
||||
ghost_user_group: ghost
|
||||
ghost_base_path: /opt/ghost
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
gitea_version: "1.23.4"
|
||||
gitea_version: "1.23.7"
|
||||
gitea_user: git
|
||||
gitea_run_user: "{{ gitea_user }}"
|
||||
gitea_base_path: "/opt/gitea"
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
hedgedoc_user: hedgedoc
|
||||
hedgedoc_version: "1.10.2"
|
||||
hedgedoc_version: "1.10.3"
|
||||
|
||||
hedgedoc_state: present
|
||||
hedgedoc_deployment_method: docker
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
jellyfin_user: jellyfin
|
||||
jellyfin_version: "10.10.6"
|
||||
jellyfin_version: "10.10.7"
|
||||
jellyfin_state: present
|
||||
jellyfin_deployment_method: docker
|
||||
|
||||
|
@ -17,7 +17,9 @@
|
||||
user: "{{ jellyfin_uid }}:{{ jellyfin_gid }}"
|
||||
labels: "{{ jellyfin_container_labels }}"
|
||||
volumes: "{{ jellyfin_container_volumes }}"
|
||||
networks: "{{ jellyfin_container_networks | default(omit, True) }}"
|
||||
ports: "{{ jellyfin_container_ports | default(omit, true) }}"
|
||||
networks: "{{ jellyfin_container_networks | default(omit, true) }}"
|
||||
network_mode: "{{ jellyfin_container_network_mode }}"
|
||||
etc_hosts: "{{ jellyfin_container_etc_hosts | default(omit, true) }}"
|
||||
restart_policy: "{{ jellyfin_container_restart_policy }}"
|
||||
state: "{{ jellyfin_container_state }}"
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
keycloak_version: "26.1.2"
|
||||
keycloak_version: "26.2.1"
|
||||
keycloak_container_name: keycloak
|
||||
|
||||
keycloak_container_image_upstream_registry: quay.io
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
snipe_it_user: snipeit
|
||||
snipe_it_version: "7.1.15"
|
||||
snipe_it_version: "8.0.4"
|
||||
snipe_it_domain: ~
|
||||
snipe_it_state: present
|
||||
snipe_it_deployment_method: docker
|
||||
|
Reference in New Issue
Block a user