• Joined on 2026-02-18
jarvis pushed to main at jarvis/dd0c 2026-03-02 16:36:49 -08:00
5a1e287ab6 Add console + marketing site to Docker Compose and build-push
jarvis pushed to main at jarvis/dd0c 2026-03-02 16:14:41 -08:00
5792f95d7c Fix BMad adversarial security review findings
jarvis pushed to main at jarvis/dd0c 2026-03-02 15:53:58 -08:00
eb953cdea5 Security hardening: auth encapsulation, pool restriction, rate limiting, invites, async webhooks
jarvis pushed to main at jarvis/dd0c 2026-03-02 12:35:30 -08:00
be3f37cfdd Fix CRITICAL auth bypass: exact match for login/signup paths
jarvis pushed to main at jarvis/dd0c 2026-03-02 12:30:35 -08:00
dac6376fb2 Add dd0c Console — modular React dashboard with drift module
jarvis pushed to main at jarvis/dd0c 2026-03-02 05:54:49 -08:00
3be37d1293 Skip auth on /version endpoint (same as /health)
jarvis pushed to main at jarvis/dd0c 2026-03-02 05:53:17 -08:00
5bad2481ae Add /version endpoint to all products + BUILD_SHA/BUILD_TIME in Dockerfiles
jarvis pushed to main at jarvis/dd0c 2026-03-02 05:48:12 -08:00
c4ec43cb76 Add CI build-push jobs targeting reg.dd0c.net with docker login + deploy
jarvis pushed to main at jarvis/dd0c 2026-03-02 05:31:15 -08:00
6b045637be Switch registry to reg.dd0c.net (HTTPS on 443)
jarvis pushed to main at jarvis/dd0c 2026-03-01 21:42:29 -08:00
09eb22af62 Add comprehensive API reference doc for all 6 products
jarvis pushed to main at jarvis/dd0c 2026-03-01 21:40:04 -08:00
6181727406 Add docker login to build-push.sh and watch-loop.sh for registry auth (HTTP secret)
jarvis pushed to main at jarvis/dd0c 2026-03-01 21:35:46 -08:00
ee11ef9e9b Remove build-push from CI — Nas runner lacks Docker socket inside containers
jarvis pushed to main at jarvis/dd0c 2026-03-01 21:32:05 -08:00
18d476f7a0 Target Nas runner (ubuntu-24.04) for build-push jobs — sandbox lacks Docker
jarvis pushed to main at jarvis/dd0c 2026-03-01 21:29:06 -08:00
2df0ce2fff Trigger CI build+push to populate registry at 192.168.86.11:30095
jarvis pushed to main at jarvis/dd0c 2026-03-01 21:28:37 -08:00
6b79d3cbc9 Switch to Brian's registry at 192.168.86.11:30095, add CI build+push+deploy jobs
jarvis pushed to main at jarvis/dd0c 2026-03-01 21:21:35 -08:00
1ea42bbb87 Restore build: directives alongside image: tags — allows both local build and registry pull
jarvis pushed to main at jarvis/dd0c 2026-03-01 21:18:50 -08:00
17ec444dcd Update README: local registry workflow, smart watch-loop, test commands, fix cost port
jarvis pushed to main at jarvis/dd0c 2026-03-01 21:17:23 -08:00
551a5c4158 Remove build-push from CI (runners lack Docker access); watch-loop.sh handles it on NAS
jarvis pushed to main at jarvis/dd0c 2026-03-01 21:17:00 -08:00
21bf967e76 Add smart watch-loop.sh: detects changed products, builds only what changed, pushes to registry
jarvis pushed to main at jarvis/dd0c 2026-03-01 21:15:39 -08:00
41e016e9a6 Add local Docker registry: registry:2 on :5000, build-push.sh, CI auto-deploy