Compare commits

...

9 commits

Author SHA1 Message Date
41ae13f49e chore(deps): update netbirdio/management docker tag to v0.59.12
Some checks failed
checks / pre-commit (push) Failing after 8s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 1s
2025-11-06 02:37:48 +00:00
dd41bd3af2 chore(deps): update code.forgejo.org/forgejo/runner docker tag to v11.3.0
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
OpenTofu deployments / authentik (push) Failing after 0s
OpenTofu deployments / adguard (push) Failing after 0s
2025-11-05 01:52:26 +00:00
f46f166033 chore(deps): update netbirdio/netbird docker tag to v0.59.11
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 1s
OpenTofu deployments / authentik (push) Failing after 1s
OpenTofu deployments / adguard (push) Failing after 1s
2025-11-03 11:56:21 +00:00
c54552f496 chore(deps): update netbirdio/relay docker tag to v0.59.11
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
OpenTofu deployments / authentik (push) Failing after 0s
OpenTofu deployments / adguard (push) Failing after 0s
2025-11-03 11:55:06 +00:00
c851e6b098 chore(deps): update netbirdio/signal docker tag to v0.59.11
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 1s
checks / tflint (push) Failing after 2s
OpenTofu deployments / authentik (push) Failing after 0s
OpenTofu deployments / adguard (push) Failing after 1s
2025-11-03 11:54:32 +00:00
77ebc7b5af chore(deps): update netbirdio/dashboard docker tag to v2.20.2
Some checks failed
checks / pre-commit (push) Failing after 0s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
OpenTofu deployments / authentik (push) Failing after 1s
OpenTofu deployments / adguard (push) Failing after 1s
2025-11-03 11:47:35 +00:00
152666647e chore(deps): update mbround18/valheim docker tag to v3.4
Some checks failed
checks / pre-commit (push) Failing after 2s
checks / k8s (push) Failing after 0s
checks / tflint (push) Failing after 0s
OpenTofu deployments / authentik (push) Failing after 0s
OpenTofu deployments / adguard (push) Failing after 0s
2025-11-03 11:35:10 +00:00
d732728dea chore(deps): update ghcr.io/paperless-ngx/paperless-ngx docker tag to v2.19.3
Some checks failed
checks / pre-commit (push) Failing after 2s
checks / k8s (push) Failing after 1s
checks / tflint (push) Failing after 1s
OpenTofu deployments / authentik (push) Failing after 1s
OpenTofu deployments / adguard (push) Failing after 1s
2025-11-02 12:45:47 +00:00
24d65c75d9
feat: update nextcloud compose to v32.0.1
Some checks failed
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
checks / pre-commit (push) Failing after 12m33s
checks / k8s (push) Failing after 3s
checks / tflint (push) Failing after 1s
2025-11-02 13:02:28 +01:00
7 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
---
x-runner-common: &runner-common
image: code.forgejo.org/forgejo/runner:11.2.0
image: code.forgejo.org/forgejo/runner:11.3.0
links:
- docker-in-docker
depends_on:

View file

@ -1,7 +1,7 @@
---
services:
dashboard:
image: netbirdio/dashboard:v2.19.0
image: netbirdio/dashboard:v2.20.2
restart: unless-stopped
ports:
- 8005:80
@ -23,7 +23,7 @@ services:
max-size: "500m"
max-file: "2"
signal:
image: netbirdio/signal:0.59.8
image: netbirdio/signal:0.59.11
restart: unless-stopped
volumes:
- netbird-signal:/var/lib/netbird
@ -35,7 +35,7 @@ services:
max-size: "500m"
max-file: "2"
relay:
image: netbirdio/relay:0.59.8
image: netbirdio/relay:0.59.11
restart: unless-stopped
environment:
NB_LOG_LEVEL: ${NB_LOG_LEVEL:-info}
@ -50,7 +50,7 @@ services:
max-size: "500m"
max-file: "2"
management:
image: netbirdio/management:0.59.10
image: netbirdio/management:0.59.12
restart: unless-stopped
depends_on:
- dashboard
@ -91,7 +91,7 @@ services:
max-file: "2"
peer-1:
image: netbirdio/netbird:0.59.8
image: netbirdio/netbird:0.59.11
restart: unless-stopped
volumes:
- ${NETBIRD_PEER_VOLUME:-/mnt/nas1/shared/netbird/peer-1}/data:/etc/netbird

View file

@ -1,18 +1,17 @@
FROM nextcloud:32.0.1-apache
RUN set -ex; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
ffmpeg \
ghostscript \
libmagickcore-6.q16-6-extra \
libmagickcore-7.q16-10-extra \
procps \
smbclient \
supervisor \
vim \
clamav \
sudo \
libreoffice \
; \
rm -rf /var/lib/apt/lists/*
@ -23,15 +22,15 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
libbz2-dev \
libc-client-dev \
#libc-client-dev \
libkrb5-dev \
libsmbclient-dev \
; \
\
docker-php-ext-configure imap --with-kerberos --with-imap-ssl; \
#docker-php-ext-configure imap --with-kerberos --with-imap-ssl; \
docker-php-ext-install \
bz2 \
imap \
# imap \
; \
pecl install smbclient; \
docker-php-ext-enable smbclient; \

View file

@ -14,7 +14,7 @@ services:
- nextcloud
nextcloud:
image: git.roboces.dev/catalin/fukuops:nextcloud-31.0.6
image: git.roboces.dev/catalin/fukuops:nextcloud-32.0.1
volumes:
- /mnt/nas1/legacy-storage/cloud/cloud/data:/var/www/html/data
- /mnt/nas1/legacy-storage/cloud/cloud/config:/var/www/html/config

View file

@ -14,7 +14,7 @@ services:
webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.18.4
image: ghcr.io/paperless-ngx/paperless-ngx:2.19.3
restart: unless-stopped
ports:
- 8002:8000

View file

@ -3,7 +3,7 @@ image:
# -- Docker repository to use
repository: mbround18/valheim
# -- Docker tag to use - use "latest" for most current version
tag: "3.3"
tag: "3.4"
# -- Image pull policy
pullPolicy: Always

View file

@ -30,3 +30,4 @@ spec:
- https://kubetail-org.github.io/helm-charts/
- https://groundhog2k.github.io/helm-charts/
- registry-1.docker.io/cloudpirates
- https://vmware-tanzu.github.io/helm-charts/