docs: update all markdown files, switch remote to Gitea
Deploy to VPS / deploy (push) Failing after 34s

- Update root README.md: remove Leptos/WASM/SQLite, document Next.js
- Update frontend README.md: replace create-next-app boilerplate
- Update frontend AGENTS.md: project-specific overview
- Update CLAUDE.md: remove all auth references
- Update backend ARCHITECTURE.md: remove adminAuth from middleware list
- Switch git remote from gitlab to gitea (origin → gitea)
This commit is contained in:
asepharyana
2026-07-26 11:38:53 +07:00
parent 831fddd1bf
commit 2ecba1691b
5 changed files with 118 additions and 207 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ services/backend/
│ │ ├── logger/
│ │ │ └── index.ts # Pino logger with child context support
│ │ ├── middlewares/
│ │ │ └── index.ts # Express middleware (errorHandler, asyncHandler, adminAuth)
│ │ │ └── index.ts # Express middleware (errorHandler, asyncHandler, rateLimit)
│ │ └── utils/ # Utility functions (placeholder)
│ │
│ ├── modules/ # Feature modules (Modular MVC pattern)