Compare commits

..

3 commits

Author SHA1 Message Date
X9 Dev
8c60b5c74e ci: set runner log level to info (was debug)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 12:07:05 +02:00
X9 Dev
7976ae7b62 Add Forgejo CI/CD: auto-build and publish xetup.exe on push
- Forgejo Actions workflow: builds Windows x64 exe on push to main
- Runner config: golang:1.24-alpine container on xetup Docker network
- docker-compose.yml: runner with docker socket + config mount
- nginx: /dl shortlink + /forgejo-api proxy for landing page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 12:07:02 +02:00
X9 Dev
7850ee7f28 Fix embed.FS path separator on Windows
Use path.Join (always '/') for embed.FS reads, filepath.Join only for OS paths.
filepath.Join on Windows produces backslashes which embed.FS doesn't accept,
causing "failed to extract scripts" on startup.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 12:06:57 +02:00

View file

@ -1,5 +1,5 @@
log:
level: debug
level: info
runner:
file: /data/.runner