
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
ui5-middleware-index
Advanced tools
UI5 middleware for delivering a dedicated welcome/start page
:wave: This is a community project and there is no official support for this package! Feel free to use it, open issues, contribute, and help answering questions.
Middleware for ui5-server, delivering the $index.html
of choice (instead of the directory listing).
@ui5/cli@3.0.0
(to support specVersion: "3.0"
):warning: UI5 Tooling Compatibility All releases of this tooling extension using the major version
3
require UI5 Tooling V3. Any previous releases below major version3
(if available) also support older versions of the UI5 Tooling. But the usage of the latest UI5 Tooling is strongly recommended!
npm install ui5-middleware-index --save-dev
$yourapp/ui5.yaml
)<boolean>
, default: false
<string>
, default: index.html
the file to redirect to when the root path /
is requested<string>
, default: index.html
deprecated
file inside $yourapp
to deliver for http://<host>:<port>/
$yourapp/package.json
:"devDependencies": {
// ...
"ui5-middleware-index": "*"
// ...
}
$yourapp/ui5.yaml
:server:
customMiddleware:
- name: ui5-middleware-index
afterMiddleware: compression
configuration:
welcomeFile: "index_peter.html"
The middleware delivers the configured index
HTML-file to the client if the FQDN + trailing slash /
is requested in the browser.
If you want to contribute to ui5-middleware-index
, please use Prettier
for code formatting/style and apply the rules from ./.prettierrc
. Thanks 🙏!
This work is dual-licensed under Apache 2.0 and the Derived Beer-ware License. The official license will be Apache 2.0 but finally you can choose between one of them if you use this work.
When you like this stuff, buy @vobu, @stefanbeck3, github.com/margopolo a beer or buy @pmuessig a coke when you see them.
FAQs
UI5 middleware for delivering a dedicated welcome/start page
The npm package ui5-middleware-index receives a total of 1,706 weekly downloads. As such, ui5-middleware-index popularity was classified as popular.
We found that ui5-middleware-index demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.