Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add a welcome page to the static resources #4289

Merged
merged 3 commits into from
Dec 11, 2018
Merged

Commits on Dec 11, 2018

  1. Add a welcome page to the static resources

    This is largely a precursor for the removal of the bundled webclient. The idea
    is to present a page at / which reassures people that something is working, and
    to give them some links for next steps.
    
    The welcome page lives at `/_matrix/static/`, so is enabled alongside the other
    `static` resources (which, in practice, means the client API is enabled). We'll
    redirect to it from `/` if we have nothing better to display there.
    
    It would be nice to have a way to disable it (in the same way that you might
    disable the nginx welcome page), but I can't really think of a good way to do
    that without a load of ickiness.
    
    It's based on the work done by @krombel for #2601.
    richvdh committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    f537432 View commit details
    Browse the repository at this point in the history
  2. Disable pager for ci script

    ... otherwise it hangs
    richvdh committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    2755a0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd52978 View commit details
    Browse the repository at this point in the history