renovate[bot]
bbb23a130c
chore(deps): update docker.io/semaphoreui/semaphore docker tag to v2.10.2
2024-06-13 07:05:58 +00:00
renovate[bot]
154d3c9ee2
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.6.2
2024-06-11 17:02:47 +00:00
renovate[bot]
0de7a9ca6e
chore(deps): update docker.io/library/traefik docker tag to v3.0.2
2024-06-10 22:58:00 +00:00
Christoph Schug
39684575e0
chore(deps): use versioned image tags for Pi-hole
2024-06-10 22:57:28 +02:00
renovate[bot]
266ef35f80
chore(deps): update docker.io/refactr/runner-pool docker tag to v0.147.0
2024-06-08 15:48:57 +00:00
renovate[bot]
aba249941d
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.6.1
2024-06-07 22:33:28 +00:00
renovate[bot]
ba9d8c13fc
chore(deps): update docker.io/linuxserver/swag docker tag to v2.11.0
2024-06-06 06:16:26 +00:00
renovate[bot]
bf7f66660d
chore(deps): update ghcr.io/gethomepage/homepage docker tag to v0.9.2
2024-06-06 05:04:17 +00:00
Christoph Schug
3e0b2e3312
Merge pull request #303 from cschug/fully_qualify_runner_pool
...
Fully qualify image name of `docker.io/refactr/runner-pool`
2024-06-06 00:10:56 +02:00
renovate[bot]
ce077d1953
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.6.0
2024-06-05 20:17:51 +00:00
Christoph Schug
a709d2e9d6
Merge pull request #305 from cschug/swag_image_tags
...
chore(deps): add image tags to Docker Compose of Swag
2024-06-05 00:32:08 +02:00
Christoph Schug
6d1ffb850c
chore(deps): add image tags to Docker Compose of Swag
2024-06-05 00:30:02 +02:00
Christoph Schug
dab5daa9d0
chore(deps): don't use latest
tag for Passbolt
2024-06-04 11:59:55 +02:00
Christoph Schug
bdc5a8b599
fix: fully qualify image name of docker.io/refactr/runner-pool
2024-06-04 11:56:35 +02:00
Christoph Schug
38e065c218
fix: replace /var/run
by /run
...
The use of `/var/run` was deprecated by FHS 3.0 nine years ago, so it's
time to finally get rid of it where possible. The canonical directory
for run-time variable data is `/run` nowadaya,s with `/var/run` just
being a symbolic link for backward compatibilty and to ease transition.
2024-06-04 11:55:20 +02:00
renovate[bot]
6487e93a9a
chore(deps): update ghcr.io/gethomepage/homepage docker tag to v0.9.1
2024-06-03 21:30:09 +00:00
renovate[bot]
22b905f563
chore(deps): update ghcr.io/gethomepage/homepage docker tag to v0.9.0
2024-06-03 07:33:17 +00:00
Christoph Schug
d44700b136
feat: hide the nagging Upgrade button on Traefik's dashboard
2024-06-02 22:54:06 +02:00
Christoph Schug
a20783287c
fix: fix Traefik 3 host rule matching
...
The function `HostHost` is an obvious typo, such a function does not
exist, most likely just `Hosts` is meant here.
Furthermore, Trafik 3 doesn't use the Gorilla Mux framework
anymore, therefore the matching using curly brace syntax like in
`{subhost:[a-z]+}` isn't supported anymore. For details, see [1].
Alas, the final Traffic 2 to 3 migration document dropped this crucial
information but at least all of those many examples using this method
which were in the Trafik 2 documentation were removed from the Traefik 3
documentation.
Also `[a-z]+` does not match all valid sub-domains as specified per RFC
1123 [2], and needs to be enhanced to support hyphen characters within a
single DNS label as well (but not at the start or the end of a label).
This is also a requirement for i18n domains in their ACE representation.
Actually the regular expression can be made even more strict to comply
with length limitations as defined in RFC 2181 [3] but this would require
pretty resource-intense lookarounds in the regular expression, therefore
those should be neglected here.
As we are doing regular expression match anyway, the `Host` function can
be dropped. It adds redundancy to the configuration and only would make
sense from a performance point of view, if the vast majority of requests
would lack any sub-domain.
Last but not least, the Trafik documentation isn't clear at all, whether
any potential port number is being stripped from the `Host` request header.
From empiric testing with Traefik 3.0.1 that's apparently the case, but
as it isn't a documented feature, we rather accept potential ports as
well.
Same when it comes to case-sensitivity. From testing it looks like the
hostname is always forced to lower-case chararcters, but strangely
enough even the official documentation contains an example which
suggests enabling case-insensitive mode for regular expression matching
using `(?i)`. Therefore we better stick with that one as well.
[1] https://traefik.io/blog/traefik-proxy-3-0-scope-beta-program-and-the-first-feature-drop/
[2] https://datatracker.ietf.org/doc/html/rfc1123
[3] https://datatracker.ietf.org/doc/html/rfc2181
2024-06-02 19:43:03 +02:00
renovate[bot]
516474fdbd
chore(deps): update docker.io/library/nextcloud docker tag to v29.0.1
2024-05-31 19:59:38 +00:00
Christian Lempa
2a2104dadc
fix error with docker image tag
2024-05-31 09:31:59 +02:00
renovate[bot]
1f7f03c3aa
chore(deps): update docker.io/library/mariadb docker tag to v11.4.2
2024-05-31 03:33:10 +00:00
renovate[bot]
09ae4ae6ce
chore(deps): update docker.io/library/nginx docker tag to v1.26.1
2024-05-30 21:29:33 +00:00
renovate[bot]
cef16de20a
chore(deps): update docker.io/semaphoreui/semaphore docker tag to v2.9.112
2024-05-30 13:48:55 +00:00
renovate[bot]
77861c5f00
chore(deps): update docker.io/semaphoreui/semaphore docker tag to v2.9.109
2024-05-26 19:57:09 +00:00
Christian Lempa
889d56c495
traefik v3 config migration
2024-05-26 10:24:00 +02:00
renovate[bot]
7adad336ec
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.5.5
2024-05-24 23:05:07 +00:00
renovate[bot]
28beb643d5
chore(deps): update docker.io/library/mariadb docker tag to v10.6.18
2024-05-24 03:31:06 +00:00
renovate[bot]
30b732f95f
chore(deps): update docker.io/library/traefik docker tag to v3.0.1
2024-05-22 19:11:34 +00:00
renovate[bot]
9f03d4a242
chore(deps): update docker.io/b4bz/homer docker tag to v24.05.1
2024-05-22 13:26:39 +00:00
renovate[bot]
dc5a059029
chore(deps): update quay.io/prometheus/node-exporter docker tag to v1.8.1
2024-05-21 21:30:23 +00:00
renovate[bot]
f210094a35
chore(deps): update docker.io/library/redis docker tag to v7.2.5
2024-05-21 00:28:22 +00:00
renovate[bot]
c1be88d81e
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.5.4
2024-05-17 21:11:16 +00:00
renovate[bot]
f29c4520ab
chore(deps): update docker.io/grafana/grafana-oss docker tag to v11
2024-05-14 08:53:30 +00:00
renovate[bot]
9985db1dd5
chore(deps): update docker.io/grafana/grafana-oss docker tag to v10.4.3
2024-05-14 07:45:53 +00:00
renovate[bot]
7914768058
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.5.3
2024-05-10 23:12:07 +00:00
renovate[bot]
578fc7fe33
chore(deps): update docker.io/library/postgres docker tag to v16.3
2024-05-10 00:26:30 +00:00
renovate[bot]
f4aa0d7aa3
chore(deps): update docker.io/prom/prometheus docker tag to v2.52.0
2024-05-09 00:38:01 +00:00
renovate[bot]
dc3d5257d9
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4.2
2024-05-07 19:30:02 +00:00
renovate[bot]
5ebc5d3577
chore(deps): update lscr.io/linuxserver/duplicati docker tag to v2.0.8
2024-05-07 13:50:28 +00:00
renovate[bot]
3123433c6d
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.5.2
2024-05-06 19:43:21 +00:00
renovate[bot]
51f1f2e43e
chore(deps): update ghcr.io/gethomepage/homepage docker tag to v0.8.13
2024-05-06 07:12:29 +00:00
Christoph Schug
2d3cd2e7e2
chore(deps): update ghcr.io/tecnativa/docker-socket-proxy docker tag to v0.1.2
2024-05-05 19:58:32 +02:00
renovate[bot]
cf5e4913ab
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.5.1
2024-05-03 18:02:45 +00:00
renovate[bot]
18a809aecf
chore(deps): update ghcr.io/gethomepage/homepage docker tag to v0.8.12
2024-05-02 18:07:15 +00:00
Christoph Schug
fefd21a3c8
fix: fix double-colon typo in the Homepage image spec
2024-05-02 20:05:35 +02:00
renovate[bot]
aec6e7c264
chore(deps): update lscr.io/linuxserver/heimdall docker tag to v2.6.1
2024-05-02 18:00:34 +00:00
Christoph Schug
de117f4bbf
fix: attempt to fix Heimdall version tracking by Renovate
...
Alas over time the versioning schema of image tags by
`lscr.io/linuxserver/heimdall` changed several times, ranging from
simply incrementing a counter to a ISO 8601 date-alike variant to
finally something which comes close the semantic versioning.
With the default rule set, Renovate gets fooled by the ISO 8601 date
variant which was used in year 2021. The idea is to use a regular
expression for better matching which kicks out 2021 using a negative
lookahead and also require a minor version number in order not to get
caught by the counter-like increments.
As a test, the image tag is intentionally set to `2.6.0` while `2.6.1`
would be the latest release. This is just to verify whether Renovate
does to right thing now.
2024-05-02 19:46:28 +02:00
renovate[bot]
b42b0af5c9
chore(deps): update docker.io/jc21/nginx-proxy-manager docker tag to v2.11.2
2024-05-02 03:00:42 +00:00
renovate[bot]
b1cff40d7c
chore(deps): update docker.io/library/mariadb docker tag to v11
2024-05-01 20:04:28 +00:00
renovate[bot]
fe7ddfd80a
chore(deps): update docker.io/library/mariadb docker tag to v10.10.7
2024-05-01 19:55:03 +00:00
renovate[bot]
4153150187
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.5.0
2024-05-01 19:54:34 +00:00
Christoph Schug
1da52bf138
chore(deps): do not use the latest
tag for mariadb
...
Deliberately we do not set the most recent release version here in order
to test the Renovate changes done in #247 .
2024-04-30 18:46:42 +02:00
renovate[bot]
8f6b4f4e59
chore(deps): update docker.io/library/traefik docker tag to v3
2024-04-30 04:45:26 +00:00
renovate[bot]
a41f74e4c1
chore(deps): update refactr/runner-pool docker tag to v0.146.0
2024-04-29 20:13:05 +00:00
renovate[bot]
85f0f2b056
chore(deps): update docker.io/semaphoreui/semaphore docker tag to v2.9.75
2024-04-28 22:36:18 +00:00
renovate[bot]
ca116277c5
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4.1
2024-04-26 18:12:27 +00:00
Christoph Schug
928512e25f
Merge pull request #238 from ChristianLempa/nginx_dockercompose-1
...
Nginx_dockercompose-1
2024-04-26 17:07:01 +02:00
Christian Lempa
7c049d8aea
fixes
2024-04-26 15:33:47 +02:00
Christoph Schug
19c91ca459
chore(deps): update docker.io/library/nginx docker tag to 1.26.0-alpine
2024-04-25 12:36:23 +02:00
renovate[bot]
a5cb24f5e4
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4.0
2024-04-25 10:17:05 +00:00
Christoph Schug
6d555cddc8
chore(deps): align version of MariaDB with Nextcloud 29
2024-04-25 12:12:40 +02:00
renovate[bot]
4e7579a577
chore(deps): update docker.io/library/nextcloud docker tag to v29
2024-04-25 09:27:13 +00:00
renovate[bot]
6213197e90
chore(deps): update docker.io/louislam/uptime-kuma docker tag to v1.23.13
2024-04-25 09:08:23 +00:00
Christian Lempa
68d5a442d5
change config to be simplified
2024-04-24 17:46:23 +02:00
Christian Lempa
fd80043041
updated minimal nginx config
2024-04-24 17:40:07 +02:00
renovate[bot]
d642b3774e
chore(deps): update quay.io/prometheus/node-exporter docker tag to v1.8.0
2024-04-24 15:07:24 +00:00
Christian Lempa
630deefa72
add docker compose for nginx
2024-04-24 17:06:49 +02:00
renovate[bot]
627e587941
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.4.4
2024-04-23 21:33:14 +00:00
renovate[bot]
4c967dbe16
chore(deps): update docker.io/b4bz/homer docker tag to v24
2024-04-22 21:37:18 +00:00
renovate[bot]
c36f1f52f8
chore(deps): update docker.io/semaphoreui/semaphore docker tag to v2.9.70
2024-04-22 09:56:22 +00:00
renovate[bot]
cac5db95f0
chore(deps): update docker.io/louislam/uptime-kuma docker tag to v1.23.12
2024-04-18 18:01:37 +00:00
renovate[bot]
da4183243e
chore(deps): update refactr/runner-pool docker tag to v0.145.3
2024-04-18 01:24:51 +00:00
renovate[bot]
3eeb35642d
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.2.3
2024-04-17 13:55:50 +00:00
renovate[bot]
304358590e
chore(deps): update docker.io/library/influxdb docker tag to v2.7.6
2024-04-13 01:08:19 +00:00
renovate[bot]
1e48e70579
chore(deps): update refactr/runner-pool docker tag to v0.145.2
2024-04-12 18:10:36 +00:00
renovate[bot]
79602c66ec
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.4.3
2024-04-12 14:50:44 +00:00
renovate[bot]
c2cdb691e2
chore(deps): update docker.io/library/traefik docker tag to v2.11.2
2024-04-11 23:18:05 +00:00
renovate[bot]
5267f627f8
chore(deps): update docker.io/grafana/grafana-oss docker tag to v10.4.2
2024-04-11 16:43:09 +00:00
renovate[bot]
375ba4fcef
chore(deps): update docker.io/library/traefik docker tag to v2.11.1
2024-04-10 22:54:42 +00:00
renovate[bot]
28c4a43a79
chore(deps): update docker.io/prom/prometheus docker tag to v2.51.2
2024-04-10 18:21:58 +00:00
renovate[bot]
324e08a699
chore(deps): update refactr/runner-pool docker tag to v0.145.1
2024-04-10 03:08:02 +00:00
renovate[bot]
b4acf47df6
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.4.2
2024-04-08 16:54:17 +00:00
Woelig
04033db018
Update docker-compose.yaml
2024-04-05 21:13:29 +02:00
Woelig
adddd1207e
Rename prometheus.yml to prometheus.yaml
2024-04-05 21:12:21 +02:00
renovate[bot]
011cebd644
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.4.1
2024-04-05 17:06:38 +00:00
renovate[bot]
67d78910c2
chore(deps): update refactr/runner-pool docker tag to v0.145.0
2024-04-05 02:37:32 +00:00
renovate[bot]
dc9b828d27
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.4.0
2024-04-03 19:27:54 +00:00
renovate[bot]
8821936adf
chore(deps): update refactr/runner-pool docker tag to v0.144.1
2024-04-03 00:07:42 +00:00
renovate[bot]
e0da6c2109
chore(deps): update docker.io/library/nextcloud docker tag to v28.0.4
2024-03-29 18:41:32 +00:00
renovate[bot]
6414232f46
chore(deps): update docker.io/prom/prometheus docker tag to v2.51.1
2024-03-28 10:08:43 +00:00
Christoph Schug
e01fc90b2c
feat: always reference the full image name incl. the registry
2024-03-27 23:13:41 +01:00
renovate[bot]
3c78863b10
chore(deps): update semaphoreui/semaphore docker tag to v2.9.64
2024-03-27 20:34:29 +00:00
Christian Lempa
ed2e1e74dc
Merge branch 'main' into authentik
2024-03-26 13:36:29 +01:00
Christian Lempa
6ad4e19da2
docker compose update
2024-03-26 13:32:19 +01:00
Christian Lempa
6c3b88fb95
updated gitignore
2024-03-26 12:06:37 +01:00
Christian Lempa
72bed1c361
Merge pull request #165 from cschug/improve_compose_postgres
...
Improve Docker Compose file of PostgreSQL
2024-03-26 12:04:04 +01:00
Christian Lempa
f24e70acfb
Delete docker-compose/postgres/docker-compose.yaml
2024-03-26 12:03:15 +01:00
Christian Lempa
3d4f62f1c4
formatting updates
2024-03-26 11:59:45 +01:00
Christian Lempa
e4d8eb6902
updated postgres images
2024-03-26 11:35:40 +01:00