Compare commits
No commits in common. "0a132b0ad57dcf7c8bc2b850543721cd14524685" and "0d914bd11c8c2400a26a8903b7dcd84a0d2bfd7d" have entirely different histories.
0a132b0ad5
...
0d914bd11c
@ -1,6 +1,6 @@
|
|||||||
namespace: finallycoffee
|
namespace: finallycoffee
|
||||||
name: services
|
name: services
|
||||||
version: 0.1.5
|
version: 0.1.4
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- transcaffeine <transcaffeine@finally.coffee>
|
- transcaffeine <transcaffeine@finally.coffee>
|
||||||
@ -13,9 +13,3 @@ build_ignore:
|
|||||||
- '*.tar.gz'
|
- '*.tar.gz'
|
||||||
repository: https://git.finally.coffee/finallycoffee/services
|
repository: https://git.finally.coffee/finallycoffee/services
|
||||||
issues: https://codeberg.org/finallycoffee/ansible-collection-services/issues
|
issues: https://codeberg.org/finallycoffee/ansible-collection-services/issues
|
||||||
tags:
|
|
||||||
- authelia
|
|
||||||
- gitea
|
|
||||||
- hedgedoc
|
|
||||||
- jellyfin
|
|
||||||
- docker
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
authelia_version: "4.38.16"
|
|
||||||
|
authelia_version: 4.38.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
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
ghost_domain: ~
|
ghost_domain: ~
|
||||||
ghost_version: "5.96.0"
|
ghost_version: "5.95.0"
|
||||||
ghost_user: ghost
|
ghost_user: ghost
|
||||||
ghost_user_group: ghost
|
ghost_user_group: ghost
|
||||||
ghost_base_path: /opt/ghost
|
ghost_base_path: /opt/ghost
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
gitea_version: "1.22.3"
|
|
||||||
|
gitea_version: "1.22.2"
|
||||||
gitea_user: git
|
gitea_user: git
|
||||||
gitea_run_user: "{{ gitea_user }}"
|
gitea_run_user: "{{ gitea_user }}"
|
||||||
gitea_base_path: "/opt/gitea"
|
gitea_base_path: "/opt/gitea"
|
||||||
@ -10,7 +11,7 @@ gitea_domain: ~
|
|||||||
|
|
||||||
# container config
|
# container config
|
||||||
gitea_container_name: "{{ gitea_user }}"
|
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_name: "gitea"
|
||||||
gitea_container_image_namespace: gitea
|
gitea_container_image_namespace: gitea
|
||||||
gitea_container_image_fq_name: >-
|
gitea_container_image_fq_name: >-
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
hedgedoc_user: hedgedoc
|
hedgedoc_user: hedgedoc
|
||||||
hedgedoc_version: "1.10.0"
|
hedgedoc_version: 1.9.9
|
||||||
|
|
||||||
hedgedoc_state: present
|
hedgedoc_state: present
|
||||||
hedgedoc_deployment_method: docker
|
hedgedoc_deployment_method: docker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user