mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-26 02:43:23 +00:00
Compare commits
9
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2cbf2c96d | ||
|
|
30276fa4fb
|
||
|
|
aa9452354a
|
||
|
|
7521d67e90 | ||
|
|
a1fc86b0b7 | ||
|
|
f521aec5af | ||
|
|
e282dfc424 | ||
|
|
6c24b0b99b | ||
|
|
e38b22f1ce |
@@ -47,6 +47,7 @@ updates:
|
||||
- "/kubernetes/home/home-assisant"
|
||||
- "/kubernetes/home/zigbee2mqtt"
|
||||
- "/kubernetes/infrastructure/authentik"
|
||||
- "/kubernetes/infrastructure/mail/stalwart"
|
||||
- "/kubernetes/personal/linkwarden"
|
||||
- "/kubernetes/personal/notesnook"
|
||||
- "/kubernetes/personal/photoprism"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
esphome:
|
||||
image: ghcr.io/esphome/esphome:2026.6.2
|
||||
image: ghcr.io/esphome/esphome:2026.6.3
|
||||
ports:
|
||||
- "6052"
|
||||
networks:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
fireshare:
|
||||
container_name: fireshare
|
||||
image: shaneisrael/fireshare:1.7.1-lite
|
||||
image: shaneisrael/fireshare:1.7.3-lite
|
||||
ports:
|
||||
- "80"
|
||||
volumes:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
jackett:
|
||||
container_name: jackett
|
||||
image: ghcr.io/hotio/jackett:release-v0.24.2110
|
||||
image: ghcr.io/hotio/jackett:release-v0.24.2142
|
||||
ports:
|
||||
- "9117"
|
||||
networks:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:2026062206
|
||||
image: jellyfin/jellyfin:2026062906
|
||||
container_name: jellyfin
|
||||
networks:
|
||||
- default
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
sonarr:
|
||||
container_name: sonarr
|
||||
image: ghcr.io/hotio/sonarr:release-4.0.17.2952
|
||||
image: ghcr.io/hotio/sonarr:release-4.0.19.2979
|
||||
ports:
|
||||
- "8989"
|
||||
networks:
|
||||
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
|
||||
web_recipes:
|
||||
restart: always
|
||||
image: vabene1111/recipes:2.6.11
|
||||
image: vabene1111/recipes:2.6.12
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
|
||||
@@ -7,3 +7,4 @@ spec:
|
||||
- cidr: "10.1.2.171/32"
|
||||
- cidr: "10.1.2.148/32"
|
||||
- cidr: "10.1.2.152/32"
|
||||
- cidr: "10.1.2.143/32"
|
||||
|
||||
Reference in New Issue
Block a user