-
-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serve web UI without installation #694
Serve web UI without installation #694
Commits on Apr 22, 2024
-
Vanilla/config: Adjust documentation
Document that you can set the installation path to `false` in order to serve the web UI in-place, i.e. without copying it to some publicly served folder.
Configuration menu - View commit details
-
Copy full SHA for a7a1832 - Browse repository at this point
Copy the full SHA a7a1832View commit details -
Vanilla/ClockworkMiddleware: Treat whole dir as web UI
This treated only the root (typically '/clockwork') as part of the web UI. Now, it treats that and everything inside that dir as parts of the web UI.
Configuration menu - View commit details
-
Copy full SHA for 441287a - Browse repository at this point
Copy the full SHA 441287aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5da11 - Browse repository at this point
Copy the full SHA ea5da11View commit details -
Vanilla/Clockwork: Extend
response()
methodIn particular, you can now send a 'Content-type' header, so that this can be used to serve any type of file in the response.
Configuration menu - View commit details
-
Copy full SHA for f564768 - Browse repository at this point
Copy the full SHA f564768View commit details -
Vanilla/Clockwork: Serve other web UI assets as well
This used to only serve the root HTML doc as container for the iframe with the actual app. Now, it treats anything under the root path (typically '/clockwork') as a web asset and serves it accordingly.
Configuration menu - View commit details
-
Copy full SHA for e69060f - Browse repository at this point
Copy the full SHA e69060fView commit details
Commits on Oct 20, 2024
-
Vanilla - make Web UI setup without installation step the default, re…
…moved "uri" setting, code tweaks.
Configuration menu - View commit details
-
Copy full SHA for f976d3c - Browse repository at this point
Copy the full SHA f976d3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9639b3c - Browse repository at this point
Copy the full SHA 9639b3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e29ae41 - Browse repository at this point
Copy the full SHA e29ae41View commit details