Compare commits

...

6 Commits

Author SHA1 Message Date
av 3e43c3e44d Wanderer: upgrade to 0.18.3 2025-10-06 09:55:59 +03:00
av 823533a8cb Netdata: upgrade to 2.7.1 2025-10-06 09:55:40 +03:00
av f54cac170e Gramps: upgrade to 25.9.0 2025-10-06 09:55:20 +03:00
av 17950bcfad Dozzle: upgrade to 8.14.4 2025-10-06 09:54:58 +03:00
av 5f6891d192 Authelia: upgrade to 4.39.11 2025-10-06 09:54:35 +03:00
av 9c4ff91ccf Upgrade rclone, btop, restic, gobackup, task 2025-10-06 09:54:16 +03:00
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ services:
authelia_app:
container_name: 'authelia_app'
image: 'docker.io/authelia/authelia:4.39.10'
image: 'docker.io/authelia/authelia:4.39.11'
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
restart: 'unless-stopped'
networks:
+1 -1
View File
@@ -1,7 +1,7 @@
services:
dozzle_app:
image: amir20/dozzle:v8.13.14
image: amir20/dozzle:v8.14.4
container_name: dozzle_app
restart: unless-stopped
volumes:
+1 -1
View File
@@ -3,7 +3,7 @@
services:
gramps_app: &gramps_app
image: ghcr.io/gramps-project/grampsweb:25.8.0
image: ghcr.io/gramps-project/grampsweb:25.9.0
container_name: gramps_app
depends_on:
- gramps_redis
+1 -1
View File
@@ -2,7 +2,7 @@
services:
netdata:
image: netdata/netdata:v2.6.3
image: netdata/netdata:v2.7.1
container_name: netdata
restart: unless-stopped
cap_add:
+5 -5
View File
@@ -22,25 +22,25 @@
- name: "Install rclone"
ansible.builtin.command:
cmd: "{{ eget_bin_path }} rclone/rclone --quiet --upgrade-only --to {{ eget_install_dir }} --asset zip --tag v1.69.2"
cmd: "{{ eget_bin_path }} rclone/rclone --quiet --upgrade-only --to {{ eget_install_dir }} --asset zip --tag v1.71.1"
changed_when: false
- name: "Install btop"
ansible.builtin.command:
cmd: "{{ eget_bin_path }} aristocratos/btop --quiet --upgrade-only --to {{ eget_install_dir }} --tag v1.4.2"
cmd: "{{ eget_bin_path }} aristocratos/btop --quiet --upgrade-only --to {{ eget_install_dir }} --tag v1.4.5"
changed_when: false
- name: "Install restic"
ansible.builtin.command:
cmd: "{{ eget_bin_path }} restic/restic --quiet --upgrade-only --to {{ eget_install_dir }} --tag v0.18.0"
cmd: "{{ eget_bin_path }} restic/restic --quiet --upgrade-only --to {{ eget_install_dir }} --tag v0.18.1"
changed_when: false
- name: "Install gobackup"
ansible.builtin.command:
cmd: "{{ eget_bin_path }} gobackup/gobackup --quiet --upgrade-only --to {{ eget_install_dir }} --tag v2.14.0"
cmd: "{{ eget_bin_path }} gobackup/gobackup --quiet --upgrade-only --to {{ eget_install_dir }} --tag v2.15.3"
changed_when: false
- name: "Install task"
ansible.builtin.command:
cmd: "{{ eget_bin_path }} go-task/task --quiet --upgrade-only --to {{ eget_install_dir }} --asset tar.gz --tag v3.43.3"
cmd: "{{ eget_bin_path }} go-task/task --quiet --upgrade-only --to {{ eget_install_dir }} --asset tar.gz --tag v3.45.4"
changed_when: false
+1 -1
View File
@@ -14,7 +14,7 @@
backups_dir: "{{ (base_dir, 'backups') | path_join }}"
gobackup_config: "{{ (base_dir, 'gobackup.yml') | path_join }}"
wanderer_version: "v0.18.2"
wanderer_version: "v0.18.3"
wanderer_origin: "https://wanderer.vakhrushev.me"
tasks: