Hostityourself/server/templates
Claude 4fb8c6b2c7
feat: git token management in app detail UI
Adds a 'Git Authentication' card to the app detail page with:
- Status badge (Token configured / No token)
- Password input to set/update the token
- Clear button (only shown when a token is stored)

Token is saved/cleared via PATCH /api/apps/:id — no new endpoints needed.

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
2026-03-26 08:32:58 +00:00
..
app_detail.html feat: git token management in app detail UI 2026-03-26 08:32:58 +00:00
index.html refactor: extract HTML/CSS/JS from ui.rs into template files 2026-03-24 13:03:10 +00:00
styles.css refactor: extract HTML/CSS/JS from ui.rs into template files 2026-03-24 13:03:10 +00:00
users.html refactor: extract HTML/CSS/JS from ui.rs into template files 2026-03-24 13:03:10 +00:00