- .gitea/workflows/docker.yml: builds and pushes image to
devops.cloudhost.es/malin/paste.es on every push to main,
tags as :latest and :<short-sha>, uses GHA layer cache
- docker-compose.yml: updated to pull pre-built image from Gitea
container registry instead of building locally
- docker-compose.build.yml: new override file for local dev builds
(docker compose -f docker-compose.yml -f docker-compose.build.yml up --build)
- docker-compose.runner.yml: act_runner service — mount docker socket,
auto-registers with RUNNER_REGISTRATION_TOKEN from .env
- .env.example: added RUNNER_REGISTRATION_TOKEN section
- README.md: document CI/CD setup, runner registration, and updated
quick-start to use registry pull workflow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Rewrite README entirely in Spanish referencing paste.es / cloudhost.es
- Update docker-compose to build from local Dockerfile, use .env file,
mount data/ volumes and respect PORT env var
- Add .env.example with full commented reference for all supported
HEMMELIG_* variables (analytics disabled by default for privacy)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Set Spanish as default language with ephemeral/encrypted privacy focus
- Translate all user-facing strings and legal pages to Spanish
- Replace Norwegian flag with Spanish flag in footer
- Remove Hemmelig/terces.cloud links, add cloudhost.es sponsorship
- Rewrite PrivacyPage: zero data collection, ephemeral design emphasis
- Rewrite TermsPage: Spanish law, RGPD, paste.es/CloudHost.es references
- Update PWA manifest, HTML meta tags, package.json branding
- Rename webhook headers to X-Paste-Event / X-Paste-Signature
- Update API docs title and contact to paste.es / cloudhost.es
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>