A web app that does status checking. Configured through a simple
config.toml
(or environment variables).
Copy the compose.yaml
and config_example.toml
to a local folder. Rename config_example.toml
to config.toml
and fill out the configuration. Then run:
docker compose up -d
This will pull the latest simple-status-page
image and run it. The status page will be available on port
8000
.
It's recommended to run the app behind a reverse proxy that does TLS termination.
Configuration can also be done via environmental variables. The env vars take precedence over the config file.
Copy the example development config filter
cp config_dev_example.toml config.toml
Actix Web with sled as a datastore.
watchexec -w src -r cargo run
Angular webapp. Set the webserver.url
config value to your svelte
host:port
, otherwise you will have CORS issues.
pnpm i
pnpm run dev
As of v0.9.0, this software is licensed under GPL-v3.0. Prior versions were published under AGPL.
Simple Status Page - a simple service status app built with rust
Copyright (C) 2023-2025 Simon Stefan Barth
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.