48 lines
801 B
Markdown
48 lines
801 B
Markdown
# HST - Hierarchical Semantic Tags
|
|
|
|
## Servidor
|
|
- IP: 72.62.2.84
|
|
- Directus: http://72.62.2.84:8055
|
|
|
|
## Base de Datos
|
|
- DB: `hst_images`
|
|
- Usuario: nocodb
|
|
- 973 tags en 5 tablas
|
|
|
|
## Tablas
|
|
|
|
| Tabla | Registros | Descripción |
|
|
|-------|-----------|-------------|
|
|
| hst | 658 | Tags históricos |
|
|
| spe | 145 | Especialidades |
|
|
| vsn | 84 | Versiones |
|
|
| flg | 65 | Flags |
|
|
| vue | 21 | Vistas |
|
|
|
|
## API Pública
|
|
|
|
### Endpoints
|
|
```
|
|
GET /items/hst
|
|
GET /items/spe
|
|
GET /items/vsn
|
|
GET /items/flg
|
|
GET /items/vue
|
|
```
|
|
|
|
### Ejemplo
|
|
```bash
|
|
curl http://72.62.2.84:8055/items/hst?limit=10
|
|
```
|
|
|
|
## Containers Docker
|
|
- directus_hst (8055)
|
|
- postgres_hst (5432)
|
|
- hst-images (80/443) - nginx proxy
|
|
- filebrowser (8081)
|
|
|
|
## Acceso Admin
|
|
- URL: http://72.62.2.84:8055
|
|
- Email: admin@tzzr.systems
|
|
- Password: tzzr2024
|