Commit graph

20 commits

Author SHA1 Message Date
84b9f57a0a test: CI/CD pipeline without duplicate docker socket mount
Some checks failed
Build and Deploy / build-and-push (push) Failing after 0s
2026-07-18 16:31:07 +00:00
563cdb2429 test: final CI/CD pipeline verification
Some checks failed
Build and Deploy / build-and-push (push) Failing after 0s
2026-07-18 16:22:13 +00:00
482ea8bc7d test: clean CI/CD pipeline run after stale container cleanup
Some checks failed
Build and Deploy / build-and-push (push) Failing after 0s
2026-07-18 16:18:38 +00:00
676d844c26 test: verify Docker socket mount in job containers
Some checks failed
Build and Deploy / build-and-push (push) Failing after 3s
2026-07-18 16:16:30 +00:00
556f261ef8 fix: simplify workflow docker check and fix template syntax
Some checks failed
Build and Deploy / build-and-push (push) Failing after 3s
2026-07-18 16:14:54 +00:00
289d1ed667 test: verify CI/CD pipeline with external runner URL
Some checks failed
Build and Deploy / build-and-push (push) Failing after 40s
2026-07-18 16:11:51 +00:00
fa846f2ac3 test: runner re-registration with external URL
Some checks failed
Build and Deploy / build-and-push (push) Failing after 37s
2026-07-18 16:06:47 +00:00
cb2546b0c2 test: trigger CI/CD runner verification run
Some checks failed
Build and Deploy / build-and-push (push) Failing after 37s
2026-07-18 16:03:42 +00:00
CTO Agent
67a7688046 test: verify complete CI/CD workflow with all fixes
Some checks failed
Build and Deploy / build-and-push (push) Failing after 3s
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-18 15:57:01 +00:00
CTO Agent
be1cc4e30f fix: add Docker CLI installation step to workflow
Some checks failed
Build and Deploy / build-and-push (push) Failing after 3s
Install docker-ce-cli in the workflow container before attempting to build
Docker images. The node:24-bookworm base image doesn't include Docker CLI,
causing the build step to fail with 'command not found'.

This enables the workflow to use Docker commands via the mounted Docker
socket from the runner.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-18 15:55:56 +00:00
CTO Agent
1bc3875dea test: final verification of runner with DNS fix
Some checks failed
Build and Deploy / build-and-push (push) Failing after 10s
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-18 15:53:52 +00:00
CTO Agent
53b6d9ff49 test: verify runner DNS fix with host network
Some checks are pending
Build and Deploy / build-and-push (push) Waiting to run
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-18 15:52:47 +00:00
CTO Agent
a90eeb17e3 test: trigger CI/CD workflow to verify runner setup
Some checks failed
Build and Deploy / build-and-push (push) Failing after 36s
Test commit to verify that the Forgejo Actions runner is working
correctly after fixing the DNS resolution issue.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-18 15:50:27 +00:00
9cc7527260 README.md aktualisiert
Some checks failed
Build and Deploy / build-and-push (push) Failing after 1m3s
2026-07-18 15:37:48 +00:00
CTO (Paperclip Agent)
2a56f9cd6b Add Forgejo Actions CI/CD workflow
Some checks failed
Build and Deploy / build-and-push (push) Failing after 57s
Create automated build and deploy workflow that:
- Triggers on push to main branch
- Builds Docker image with timestamped tag
- Pushes to registry.basicstack.de (10.106.73.119:5000)
- Updates k8s/20-deployment.yaml with new image tag
- Commits manifest update for Argo CD to sync

Part of DEV-334 CI/CD workflow implementation.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-18 14:23:05 +00:00
CTO (Paperclip Agent)
7c06647953 Fix deployment image to use internal registry
Use the internal registry (10.106.73.119:5000) with the current version
instead of pulling from Docker Hub.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-12 09:17:09 +00:00
CTO (Paperclip Agent)
09fc8bf9ae Fix Traefik Middleware API version from traefik.containo.us to traefik.io
The cluster has traefik.io/v1alpha1 CRD installed, not traefik.containo.us/v1alpha1.
This change fixes Argo CD sync failures.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-12 09:14:08 +00:00
CTO (Paperclip Agent)
4f4d2347c3 Add card shadow design tokens
Added --shadow-card and --shadow-card-hover tokens to the design system
and updated package cards to use them instead of hardcoded values.

This completes the package card redesign (DEV-247):
- Logo centered at top (64×64px)
- Title centered below logo
- Vertical centered layout with proper spacing
- Card shadow using design tokens
- Center-aligned content throughout

Design approved by CorporateDesigner.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-11 16:06:15 +00:00
CTO (Paperclip Agent)
2de5485690 Change package card design to vertical centered layout
Implemented design specification from DEV-247:
- Changed card layout from horizontal to vertical centered
- Logo centered at top (64×64px, increased from 56px)
- Title centered below logo with 16px gap
- Description centered below title with 12px gap
- Added card elevation shadow by default
- Links centered at bottom with 20px top gap
- All content centered with text-align: center
- Typography: title 20px/600, description 14px
- Colors: text-primary for title, text-secondary for description

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-11 15:50:03 +00:00
Paperclip CTO
a7bd527793 Initial commit: Move basicstack.org frontend to Forgejo
Migrate the Nuxt 3 + Vue 3 SSR frontend application for basicstack.org to our self-hosted Forgejo instance. This repository will serve as the source for all future development and deployment of the basicstack.org website.

The application includes:
- Nuxt 3 + Vue 3 SSR setup
- Directus CMS integration
- Tailwind CSS styling
- Kubernetes deployment manifests
- Docker containerization

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-28 12:32:23 +00:00