Main public logs

Combined display of all available logs of NixOS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:47, 11 September 2025 Jaythomas talk contribs created page Vikunja (Created page with "[https://vikunja.io/ Vikunja] is a self-hostable to-do app with advanced scheduling and collaboration features. A bare minimum configuration with sqlite and a local web interface on http://localhost:3000 looks like: <syntaxhighlight lang="nix"> { services.vikunja = { enable = true; frontendScheme = "http"; frontendHostname = "localhost"; }; } </syntaxhighlight> When accessed for the first time, you will be prompted to create an administrator accoun...") Tag: Visual edit: Switched