pgadmin_web_ui
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# pgAdmin 4 — PostgreSQL Web Interface
|
||||
|
||||
**pgAdmin 4** is een volledige web-gebaseerde PostgreSQL admin tool.
|
||||
Hiermee kun je queries uitvoeren, tabellen beheren, schema's bekijken en
|
||||
meer — allemaal via de browser.
|
||||
|
||||
## Installatie
|
||||
|
||||
```bash
|
||||
# 1. Upload deze map naar de NAS
|
||||
# 2. SSH naar de NAS
|
||||
# 3. Start de container
|
||||
|
||||
echo WaQTUw2t | sudo -S /usr/local/bin/docker-compose up -d
|
||||
```
|
||||
|
||||
## Toegang
|
||||
|
||||
| Manier | URL |
|
||||
|---|---|
|
||||
| Direct (LAN) | http://192.168.1.211:5434 |
|
||||
| Extern (SSL) | https://postgres.el-kadi.nl |
|
||||
|
||||
## Inloggen
|
||||
|
||||
- **Email:** mo@el-kadi.nl
|
||||
- **Wachtwoord:** WaQTUw2t (of `PGADMIN_PASSWORD` env var)
|
||||
|
||||
De PostgreSQL server is al voorgeconfigureerd via `servers.json`:
|
||||
- Host: 192.168.1.211
|
||||
- Port: 5433
|
||||
- Database: homelab
|
||||
- User: mo
|
||||
|
||||
## Handige links
|
||||
|
||||
- [pgAdmin Documentatie](https://www.pgadmin.org/docs/)
|
||||
- [PostgreSQL documentatie](https://www.postgresql.org/docs/)
|
||||
Reference in New Issue
Block a user