diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index bf4d206..eb4e1a5 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -55,6 +55,6 @@ jobs: run: | docker login git.hacecalor.net -u ${{ secrets.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }} docker compose pull - docker stack deploy -c docker-compose.yml zlb + docker stack deploy --with-registry-auth -c docker-compose.yml zlb docker image prune -f - run: 'echo "This job status is ${{ job.status }}"' diff --git a/docker-compose.yml b/docker-compose.yml index 46f79d2..13530ba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,12 +1,8 @@ services: zlb: - image: git.hacecalor.net/Ichitux/zlb:latest - build: - context: . - dockerfile: Dockerfile + image: git.hacecalor.net/ichitux/zlb:latest ports: - "35207:80" - restart: unless-stopped deploy: replicas: 1 update_config: diff --git a/src/assets/staff/djgui.jpg b/src/assets/staff/djgui.jpg new file mode 100644 index 0000000..bd8b19c Binary files /dev/null and b/src/assets/staff/djgui.jpg differ diff --git a/src/components/PracticalSection.tsx b/src/components/PracticalSection.tsx index 9ffe6f1..0e49b0d 100644 --- a/src/components/PracticalSection.tsx +++ b/src/components/PracticalSection.tsx @@ -66,9 +66,9 @@ const PracticalSection = () => {
{a.name}
-{a.distance}
+{t(a.nameKey)}
+{t(a.distanceKey)}
{methodLabel}
-{h.details}
+{t(h.detailsKey)}
{h.link && ( { rel="noopener noreferrer" className="inline-block mt-2 px-3 py-1 bg-primary text-primary-foreground text-xs rounded hover:bg-primary/90 transition-colors" > - {t("info.viewOnMap")} + {t(h.linkLabelKey ?? "info.viewOnMap")} )}