• v0.0.2 069315612a

    v0.0.2 Stable

    Korbs released this 2025-05-16 15:15:08 -04:00 | 1 commits to main since this release

    Badges

    You can now embed a real-time status badge onto your websites using an image, just add an image tag with a URL like https://status.example.org/embed/get-badge.

    You can also visit /embed on your status page to get a good example.

    Loading Indicator

    The page will now load faster and will show a loading indication that it's still retrieving data. Previously, it would load the page after it retrieves data.

    Components

    The "Full Status" section, each website monitor, and server monitor have been moved as their own components. This means you can also override the component's code by using the volumes property in your Docker setup. It must be a .astro file if you plan to do this.

    Example to override, in the frontend container, the FullStatus component:

    ...
        volumes:
            - ./customcomponent.astro:/frontend/src/components/FullStatus.astro
    ...
    

    Configurations

    Breaking Change: You need to add the new configuration options to your PocketBase configuration, as new "Text" options. The status page needs to pull this data or else it won't work.

    There are new options for the status page:

    Value Description
    CompanyName This name will show up in the footer.
    ShowMonitors Just like with ShowServers, you can show or hide all websites