Commit graph

3 commits

Author SHA1 Message Date
780df1e348 Add MIT license and fix Debian packaging
- Add MIT License for maximum permissivity
- Update Cargo.toml with complete package metadata including license
- Update README.md with license information and explanation
- Fix Debian package systemd service installation conflict
  (remove manual installation, let debhelper handle it automatically)

The MIT License allows anyone to use, modify, and distribute this
software with minimal restrictions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 13:46:19 +02:00
ebd0fcc448 Redesign main page with minimalist "No" and move interactive UI to /playground
- Create elegant minimalist main page with centered "No"
- Add automatic dark mode support for main page
- Move original interactive API testing interface to /playground
- Add footer links to main page for navigation
- Update routing to serve both pages appropriately
- Update documentation to reflect new page structure

The main page now provides a clean, focused experience while the
playground remains available for API testing and exploration.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-27 16:47:29 +02:00
dbe9e90942 Update README to use Caddy instead of nginx
Replace nginx reverse proxy configuration with Caddy configuration.
Caddy provides automatic SSL certificates and simpler configuration.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-27 16:36:44 +02:00