Logo
Explore Help
Register Sign In
paul/picpeak
1
0
Fork 0
You've already forked picpeak
Code Issues Pull Requests Actions Packages Projects Releases 1 Wiki Activity
All Workflows docker-build.yml
617 workflow runs
Actor
All actors paul
Status
All status Success Failure Waiting Running
fix(setup/update): detect native installs first (/opt/picpeak/app/backend or systemd unit); avoid false docker updates on root
test.yml #497:Commit adf576fbe1 pushed by paul
main
2025-09-09 20:12:24 +02:00
2m48s
View workflow file
fix(setup/update): detect native installs first (/opt/picpeak/app/backend or systemd unit); avoid false docker updates on root
mirror-to-github.yml #496:Commit adf576fbe1 pushed by paul
main
2025-09-09 20:09:36 +02:00
37s
View workflow file
fix(native/http): disable CSP upgrade-insecure-requests and HSTS unless ENABLE_HSTS=true; prevents HTTPS upgrades on HTTP installs
version-and-release.yml #495:Commit 24b4a314a9 pushed by paul
main
2025-09-09 20:06:33 +02:00
1m9s
View workflow file
fix(native/http): disable CSP upgrade-insecure-requests and HSTS unless ENABLE_HSTS=true; prevents HTTPS upgrades on HTTP installs
test.yml #494:Commit 24b4a314a9 pushed by paul
main
2025-09-09 20:05:22 +02:00
3m46s
View workflow file
fix(native/http): disable CSP upgrade-insecure-requests and HSTS unless ENABLE_HSTS=true; prevents HTTPS upgrades on HTTP installs
mirror-to-github.yml #493:Commit 24b4a314a9 pushed by paul
main
2025-09-09 20:01:36 +02:00
40s
View workflow file
feat(native): auto-serve SPA when dist exists (unless SERVE_FRONTEND=false); add clear logging; serve index.html for /admin
version-and-release.yml #492:Commit fb16b7bbb8 pushed by paul
main
2025-09-09 19:59:10 +02:00
1m8s
View workflow file
feat(native): auto-serve SPA when dist exists (unless SERVE_FRONTEND=false); add clear logging; serve index.html for /admin
test.yml #491:Commit fb16b7bbb8 pushed by paul
main
2025-09-09 19:58:00 +02:00
3m47s
View workflow file
feat(native): auto-serve SPA when dist exists (unless SERVE_FRONTEND=false); add clear logging; serve index.html for /admin
mirror-to-github.yml #490:Commit fb16b7bbb8 pushed by paul
main
2025-09-09 19:54:12 +02:00
44s
View workflow file
feat(native): serve built frontend from backend; build frontend during install/update; ensure env flags (SERVE_FRONTEND, FRONTEND_DIR)
version-and-release.yml #489:Commit 61ad2d61c1 pushed by paul
main
2025-09-09 19:10:59 +02:00
1m6s
View workflow file
feat(native): serve built frontend from backend; build frontend during install/update; ensure env flags (SERVE_FRONTEND, FRONTEND_DIR)
test.yml #488:Commit 61ad2d61c1 pushed by paul
main
2025-09-09 19:09:52 +02:00
3m45s
View workflow file
feat(native): serve built frontend from backend; build frontend during install/update; ensure env flags (SERVE_FRONTEND, FRONTEND_DIR)
mirror-to-github.yml #487:Commit 61ad2d61c1 pushed by paul
main
2025-09-09 19:06:05 +02:00
44s
View workflow file
feat(native): build frontend and serve SPA from backend (SERVE_FRONTEND); fix Cannot GET /admin on native installs
version-and-release.yml #486:Commit 9fe10bcce2 pushed by paul
main
2025-09-09 17:48:03 +02:00
1m10s
View workflow file
feat(native): build frontend and serve SPA from backend (SERVE_FRONTEND); fix Cannot GET /admin on native installs
test.yml #485:Commit 9fe10bcce2 pushed by paul
main
2025-09-09 17:46:52 +02:00
3m43s
View workflow file
feat(native): build frontend and serve SPA from backend (SERVE_FRONTEND); fix Cannot GET /admin on native installs
mirror-to-github.yml #484:Commit 9fe10bcce2 pushed by paul
main
2025-09-09 17:43:07 +02:00
42s
View workflow file
fix(setup/native): handle forced updates safely by fetch+checkout/reset instead of pull; stable on rewritten histories
version-and-release.yml #483:Commit 3697344cd0 pushed by paul
main
2025-09-09 17:33:08 +02:00
1m10s
View workflow file
fix(setup/native): handle forced updates safely by fetch+checkout/reset instead of pull; stable on rewritten histories
test.yml #482:Commit 3697344cd0 pushed by paul
main
2025-09-09 17:31:58 +02:00
3m39s
View workflow file
fix(setup/native): handle forced updates safely by fetch+checkout/reset instead of pull; stable on rewritten histories
mirror-to-github.yml #481:Commit 3697344cd0 pushed by paul
main
2025-09-09 17:28:18 +02:00
39s
View workflow file
fix(setup/native): Debian 12 compatibility (reliable RAM detection, sudo-less run_as_user, git safe.directory); ensure SQLite data dir; use user for migrate
version-and-release.yml #480:Commit dc482e614a pushed by paul
main
2025-09-09 17:25:26 +02:00
1m5s
View workflow file
fix(setup/native): Debian 12 compatibility (reliable RAM detection, sudo-less run_as_user, git safe.directory); ensure SQLite data dir; use user for migrate
test.yml #479:Commit dc482e614a pushed by paul
main
2025-09-09 17:24:20 +02:00
3m49s
View workflow file
fix(setup/native): Debian 12 compatibility (reliable RAM detection, sudo-less run_as_user, git safe.directory); ensure SQLite data dir; use user for migrate
mirror-to-github.yml #478:Commit dc482e614a pushed by paul
main
2025-09-09 17:20:29 +02:00
41s
View workflow file
chore(native): ensure SQLite data dir exists in setup and at runtime; keep native paths consistent under /opt/picpeak/app
version-and-release.yml #477:Commit 7f9cb33a40 pushed by paul
main
2025-09-09 15:31:31 +02:00
1m9s
View workflow file
chore(native): ensure SQLite data dir exists in setup and at runtime; keep native paths consistent under /opt/picpeak/app
test.yml #476:Commit 7f9cb33a40 pushed by paul
main
2025-09-09 15:30:20 +02:00
3m44s
View workflow file
chore(native): ensure SQLite data dir exists in setup and at runtime; keep native paths consistent under /opt/picpeak/app
mirror-to-github.yml #475:Commit 7f9cb33a40 pushed by paul
main
2025-09-09 15:26:35 +02:00
44s
View workflow file
fix(native): correct setup paths to /opt/picpeak/app, update repo URL, add sqlite prod support; docs path fixes
version-and-release.yml #474:Commit b992b151d3 pushed by paul
main
2025-09-09 11:47:15 +02:00
1m18s
View workflow file
fix(native): correct setup paths to /opt/picpeak/app, update repo URL, add sqlite prod support; docs path fixes
test.yml #473:Commit b992b151d3 pushed by paul
main
2025-09-09 11:45:56 +02:00
4m2s
View workflow file
fix(native): correct setup paths to /opt/picpeak/app, update repo URL, add sqlite prod support; docs path fixes
mirror-to-github.yml #472:Commit b992b151d3 pushed by paul
main
2025-09-09 11:41:53 +02:00
1m27s
View workflow file
docs(readme): reflect new External Media reference mode and update roadmap (gallery feedback status)
test.yml #471:Commit ee13556c5c pushed by paul
main
2025-09-06 10:20:44 +02:00
3m48s
View workflow file
docs(readme): reflect new External Media reference mode and update roadmap (gallery feedback status)
mirror-to-github.yml #470:Commit ee13556c5c pushed by paul
main
2025-09-06 10:16:54 +02:00
37s
View workflow file
fix(frontend): add missing externalMedia service and mount admin external-media routes; verify Vite build
version-and-release.yml #469:Commit ab324f1928 pushed by paul
main
2025-09-06 09:22:58 +02:00
1m46s
View workflow file
fix(frontend): add missing externalMedia service and mount admin external-media routes; verify Vite build
test.yml #468:Commit ab324f1928 pushed by paul
main
2025-09-06 09:21:11 +02:00
3m58s
View workflow file
First Previous ... 3 4 5 6 7 ... Next Last
Powered by Gitea Version: 1.26.1 Page: 417ms Template: 106ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API