WebHooker/admin
RhenCloud 81d21ffb08
feat(web): add public landing page and move console to /admin
Serve a public landing page at / with buttons to the docs, GitHub repo,
Terms, Privacy and the admin login. Relocate the Nuxt admin console from
/ to /admin so the root is no longer the private console.

- add home-routes.ts (bilingual landing, auto dark mode, configurable
  DOCS_URL / GITHUB_REPO_URL) mounted at /
- move console to admin/pages/admin.vue; redirect / and unknown SPA
  routes to /admin
- point admin login/logout redirects at /admin
2026-08-02 07:40:14 +08:00
..
assets/css feat(admin): GitHub OAuth login, admin whitelist and Nuxt WebUI 2026-08-02 06:50:41 +08:00
components feat(admin): GitHub OAuth login, admin whitelist and Nuxt WebUI 2026-08-02 06:50:41 +08:00
composables feat(admin): GitHub OAuth login, admin whitelist and Nuxt WebUI 2026-08-02 06:50:41 +08:00
pages feat(web): add public landing page and move console to /admin 2026-08-02 07:40:14 +08:00
app.vue feat(admin): GitHub OAuth login, admin whitelist and Nuxt WebUI 2026-08-02 06:50:41 +08:00
bun.lock feat(admin): GitHub OAuth login, admin whitelist and Nuxt WebUI 2026-08-02 06:50:41 +08:00
nuxt.config.ts feat(admin): GitHub OAuth login, admin whitelist and Nuxt WebUI 2026-08-02 06:50:41 +08:00
package.json feat(admin): GitHub OAuth login, admin whitelist and Nuxt WebUI 2026-08-02 06:50:41 +08:00
types.ts feat(admin): GitHub OAuth login, admin whitelist and Nuxt WebUI 2026-08-02 06:50:41 +08:00