docs: reconstruct READMEs

This commit is contained in:
Masaki Yatsu
2025-10-12 15:24:28 +09:00
parent e19e2fa310
commit 29d6bb15c2
7 changed files with 560 additions and 170 deletions

20
metabase/README.md Normal file
View File

@@ -0,0 +1,20 @@
# Metabase
Business intelligence and data visualization platform:
- Open-source analytics and dashboards
- Interactive data exploration
- PostgreSQL integration for data storage
- Automated setup with Helm
- Session management through Vault/External Secrets
- Simplified deployment (no OIDC dependency)
## Installation
```bash
just metabase::install
```
## Access
Access Metabase at `https://metabase.yourdomain.com` and complete the initial setup wizard to create an admin account.