Merge pull request 'chore(deps): update ghcr.io/hay-kot/homebox docker tag to v0.10.1' (!238) from renovate/ghcr.io-hay-kot-homebox-0.x into master

Reviewed-on: Netz39_Admin/netz39-infra-ansible#238
This commit is contained in:
dkdent 2023-10-24 18:15:14 +02:00
commit 0cb397e1e6
2 changed files with 7 additions and 1 deletions

View file

@ -544,6 +544,8 @@
mode: "0755" mode: "0755"
- path: "{{ data_dir }}/homebox/data" - path: "{{ data_dir }}/homebox/data"
mode: "0755" mode: "0755"
tags:
- homebox
- name: Ensure container for homebox is running - name: Ensure container for homebox is running
docker_container: docker_container:
@ -562,6 +564,8 @@
HBOX_LOG_LEVEL: "info" HBOX_LOG_LEVEL: "info"
HBOX_LOG_FORMAT: "text" HBOX_LOG_FORMAT: "text"
HBOX_WEB_MAX_UPLOAD_SIZE: "10" HBOX_WEB_MAX_UPLOAD_SIZE: "10"
tags:
- homebox
- name: Setup proxy site {{ homebox_domain_name }} - name: Setup proxy site {{ homebox_domain_name }}
include_role: include_role:
@ -570,6 +574,8 @@
site_name: "{{ homebox_domain_name }}" site_name: "{{ homebox_domain_name }}"
proxy_port: "{{ homebox_host_port }}" proxy_port: "{{ homebox_host_port }}"
proxy_preserve_host: "On" proxy_preserve_host: "On"
tags:
- homebox
- name: Setup proxy site spaceapi.n39.eu - name: Setup proxy site spaceapi.n39.eu
template: template:

View file

@ -57,7 +57,7 @@ grafana_admin_password: "{{ vault_grafana_admin_password }}"
homebox_host_port: 8092 homebox_host_port: 8092
homebox_domain_name: inventory.n39.eu homebox_domain_name: inventory.n39.eu
homebox_image: ghcr.io/hay-kot/homebox:v0.9.2 homebox_image: ghcr.io/hay-kot/homebox:v0.10.1
renovate_image: renovate/renovate:37.31.5 renovate_image: renovate/renovate:37.31.5
renovate_forgejo_pat: "{{ vault_renovate_forgejo_pat }}" renovate_forgejo_pat: "{{ vault_renovate_forgejo_pat }}"