2 Commits

Author SHA1 Message Date
7fe4286d34 feat(settings): add dedicated About page with version info
- Add AboutTab.svelte with app branding, version display, update checking
- Show update status and download link when new version available
- Include links to GitHub repo and issue tracker
- Display tech stack badges and license info
- Remove About section from GeneralTab (now separate tab)

Also improves development configuration:
- justfile now reads PORT, DEV_PORT, LLAMA_PORT, OLLAMA_PORT from .env
- docker-compose.dev.yml uses env var substitution
- Add dev-build and dev-rebuild recipes for Docker
- Update .env.example with all configurable variables
2026-01-22 12:39:19 +01:00
2c2744fc27 feat: add .env.example and fix hardcoded Ollama URL
- Add .env.example with all documented environment variables
- Fix conversation-summary.ts to use proxy instead of hardcoded localhost

Closes #9
2026-01-22 09:21:49 +01:00