Update sk1/README.md

This commit is contained in:
Nitheesh Kumar Subramanian 2026-05-13 08:12:30 +00:00
parent e90c4714bf
commit b6c86e7e69

View File

@ -230,4 +230,4 @@ This stops and removes containers, the Docker network, and named volumes (databa
| Certbot documentation (certbot.eff.org) | Official docs | `--standalone` certificate issuance |
| Nginx documentation (nginx.org) | Official docs | Reverse proxy config, SSL, logging |
| PostgreSQL 15 docs (postgresql.org) | Official docs | SQL schema, pg_dump backup |
| **Claude (Anthropic)** | Generative AI | Used for: generating boilerplate FastAPI route stubs, suggesting nginx proxy_pass configuration, drafting SQL schema, explaining Let's Encrypt certbot flags, reviewing shell script error handling. All generated output was reviewed, tested and adapted by the author. |
| **gwen ** | Generative AI | Used for: generating boilerplate FastAPI route stubs, suggesting nginx proxy_pass configuration, explaining Let's Encrypt certbot flags, reviewing shell script error handling.. |