Vikunja: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 September 2025

  • curprev 05:4705:47, 11 September 2025 Jaythomas talk contribs 3,294 bytes +3,294 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