No description
Find a file
Luke Granger-Brown 269c7df40a feat: allow configuring settings
This allows setting a settings attrset in the module, which will then
change that setting to the specified value. This is particularly useful
for e.g. the `entryPage` setting, which you can then make set to a
particular value.

There's an escape hatch for string-valued secrets which live in the
settings, like the Steam API key: string-valued settings can be
specified by using the __FILE suffix on the setting name (e.g.
steamAPIKey__FILE) and then specifying the path to a file instead.
The content of that file will be used as the setting instead.
2024-10-06 20:15:12 +01:00
lib feat: Add auto deployment service 2024-04-21 20:43:01 +02:00
nixos feat: allow configuring settings 2024-10-06 20:15:12 +01:00
npins style: format 2024-04-18 18:23:11 +02:00
stateless_uptime_kuma feat: allow configuring settings 2024-10-06 20:15:12 +01:00
tests fix: refactor tags handling 2024-04-18 20:26:18 +02:00
.gitignore init 2024-04-16 22:48:52 +02:00
default.nix feat: package python cli 2024-04-18 19:00:20 +02:00
LICENSE feat: add license 2024-04-18 18:36:25 +02:00
overlay.nix feat: package python cli 2024-04-18 19:00:20 +02:00
pyproject.toml feat: package python cli 2024-04-18 19:00:20 +02:00
README.md feat: add readme 2024-04-18 19:00:06 +02:00
shell.nix style: format 2024-04-18 18:23:11 +02:00
stateless-uptime-kuma.nix feat: package python cli 2024-04-18 19:00:20 +02:00
uptime-kuma-api.nix fix: add optional client dependencies for socketio 2024-04-21 13:58:31 +02:00

stateless UptimeKuma

Tool to deploy with nix uptime kuma probes