replace duckdns.org with internal .lab - will use .fr later
All checks were successful
Docker Build / pull-and-push-image (push) Successful in 16s

This commit is contained in:
2026-01-01 08:43:48 +01:00
parent 09fe417147
commit c1d27971f7
4 changed files with 12 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Login to Gitea Container Registry - name: Login to Gitea Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.arcodange.duckdns.org registry: gitea.arcodange.lab
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.PACKAGES_TOKEN }} password: ${{ secrets.PACKAGES_TOKEN }}
@@ -33,7 +33,7 @@ jobs:
TAGS="latest $CURRENT_VERSION" TAGS="latest $CURRENT_VERSION"
for TAG in $TAGS; do for TAG in $TAGS; do
docker pull sintan1729/chhoto-url:$TAG --platform arm64 docker pull sintan1729/chhoto-url:$TAG --platform arm64
docker tag sintan1729/chhoto-url:$TAG gitea.arcodange.duckdns.org/${{ github.repository }}:$TAG docker tag sintan1729/chhoto-url:$TAG gitea.arcodange.lab/${{ github.repository }}:$TAG
docker push gitea.arcodange.duckdns.org/${{ github.repository }}:$TAG docker push gitea.arcodange.lab/${{ github.repository }}:$TAG
done done

View File

@@ -13,7 +13,7 @@
## TLDR ## TLDR
```sh ```sh
docker run --rm -p 4567:4567 -e site_url="http://0.0.0.0:4567" -e slug_style="UID" -e slug_length="4" gitea.arcodange.duckdns.org/arcodange-org/url-shortener:5.4.2 # -e db_url=/urls.sqlite docker run --rm -p 4567:4567 -e site_url="http://0.0.0.0:4567" -e slug_style="UID" -e slug_length="4" gitea.arcodange.lab/arcodange-org/url-shortener:5.4.2 # -e db_url=/urls.sqlite
``` ```
# What is it? # What is it?

View File

@@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "6.3.2" appVersion: "6.5.3"

View File

@@ -5,7 +5,7 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: gitea.arcodange.duckdns.org/arcodange-org/url-shortener repository: gitea.arcodange.lab/arcodange-org/url-shortener
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""
@@ -49,12 +49,14 @@ ingress:
annotations: annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/router.tls.certresolver: letsencrypt cert-manager.io/cluster-issuer: step-ca
traefik.ingress.kubernetes.io/router.tls.domains.0.main: arcodange.duckdns.org
traefik.ingress.kubernetes.io/router.tls.domains.0.sans: url.arcodange.duckdns.org
traefik.ingress.kubernetes.io/router.middlewares: localIp@file traefik.ingress.kubernetes.io/router.middlewares: localIp@file
tls:
- secretName: url-arcodange-lab-tls
hosts:
- url.arcodange.lab
hosts: hosts:
- host: url.arcodange.duckdns.org - host: url.arcodange.lab
paths: paths:
- path: / - path: /
pathType: Exact pathType: Exact
@@ -64,7 +66,6 @@ ingress:
pathType: Prefix pathType: Prefix
- path: /assets/ - path: /assets/
pathType: Prefix pathType: Prefix
tls: []
# - secretName: chart-example-tls # - secretName: chart-example-tls
# hosts: # hosts:
# - chart-example.local # - chart-example.local