Initial seoul project import
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user