Skip to content
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

Merged

Commits on Apr 22, 2024

  1. 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.
    UlrichEckhardt committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a7a1832 View commit details
    Browse the repository at this point in the history
  2. 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.
    UlrichEckhardt committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    441287a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea5da11 View commit details
    Browse the repository at this point in the history
  4. Vanilla/Clockwork: Extend response() method

    In particular, you can now send a 'Content-type' header, so that
    this can be used to serve any type of file in the response.
    UlrichEckhardt committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f564768 View commit details
    Browse the repository at this point in the history
  5. 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.
    UlrichEckhardt committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e69060f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Vanilla - make Web UI setup without installation step the default, re…

    …moved "uri" setting, code tweaks.
    itsgoingd committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f976d3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9639b3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e29ae41 View commit details
    Browse the repository at this point in the history