Files
seoul/README.md
T
2026-06-07 00:33:58 +09:00

34 lines
849 B
Markdown

# Seoul
PHP dashboard that builds a service shortcut list from nginx configuration and local PHP entry points.
## Main Features
- Reads nginx configuration paths and extracts HTTPS server blocks.
- Finds shallow PHP entries under document roots.
- Filters self links, internal names, IP literals, variables, and regex-like host values.
- Provides PWA metadata and service worker assets.
## Main Entry Points
- `index.php`
- `manifest.webmanifest`
- `sw.js`
## Structure
- `index.php`: dashboard renderer.
- `manifest.webmanifest`: PWA manifest.
- `sw.js`: service worker.
- `assets/`: icons and static assets.
## Notes
The `car/` directory is maintained as a separate repository and is intentionally ignored here.
## Security
- nginx configuration is read for display only.
- Generated host and link values are escaped before rendering.