849 B
849 B
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.phpmanifest.webmanifestsw.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.