Compare commits

...
6 Commits
Author SHA1 Message Date
av cd0d014c99 Claude: подключить плагины av-dev-skills (backlog, git)
Linting / Ansible Lint (push) Canceled after 0s
Linting / YAML Lint (push) Canceled after 0s
2026-07-24 15:29:19 +03:00
av d22f7a203b Wakapi: update to 2.17.5 2026-07-24 15:28:43 +03:00
av 76fa640010 Outline: update to 1.9.2 2026-07-24 15:28:41 +03:00
av c4a044063b Netdata: update to 2.10.4 2026-07-24 15:28:40 +03:00
av 516a796f27 Gramps: update to 26.7.0 2026-07-24 15:28:38 +03:00
av bd6b574f1e Dozzle: update to 10.6.11 2026-07-24 15:28:36 +03:00
6 changed files with 19 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"enabledPlugins": {
"av-dev-backlog@av-dev-skills": true,
"av-dev-git@av-dev-skills": true
},
"extraKnownMarketplaces": {
"av-dev-skills": {
"source": {
"source": "git",
"url": "https://git.vakhrushev.me/av/dev-skills.git"
}
}
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
services:
dozzle_app:
image: amir20/dozzle:v10.6.9
image: amir20/dozzle:v10.6.11
container_name: dozzle_app
restart: unless-stopped
volumes:
+1 -1
View File
@@ -2,7 +2,7 @@
services:
gramps_app: &gramps_app
image: ghcr.io/gramps-project/grampsweb:26.6.2
image: ghcr.io/gramps-project/grampsweb:26.7.0
container_name: gramps_app
depends_on:
- gramps_redis
+1 -1
View File
@@ -1,7 +1,7 @@
services:
netdata:
image: netdata/netdata:v2.10.3
image: netdata/netdata:v2.10.4
container_name: netdata
restart: unless-stopped
cap_add:
+1 -1
View File
@@ -3,7 +3,7 @@ services:
# See sample https://github.com/outline/outline/blob/main/.env.sample
outline_app:
image: outlinewiki/outline:1.9.1
image: outlinewiki/outline:1.9.2
container_name: outline_app
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"
restart: unless-stopped
+1 -1
View File
@@ -3,7 +3,7 @@
services:
wakapi_app:
image: ghcr.io/muety/wakapi:2.17.4
image: ghcr.io/muety/wakapi:2.17.5
container_name: wakapi_app
restart: unless-stopped
user: '{{ owner_create_result.uid }}:{{ owner_create_result.group }}'