summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/plausible.xml
Commit message (Collapse)AuthorAge
* plausible: first review fix iterationMaximilian Bosch2021-06-02
| | | | | | | | | | | | | | * Most significant is probably the patching necessary to run plausible with postgres without superuser privilege. This change includes: * updating ecto_sql to 3.6 where `CREATE DATABASE` is only executed if it doesn't exist[1]. * patching a migration to only modify the `users.email` column (to use `citext` rather than creating the extension. `plausible-postgres` takes care of that). * Correctly declare dependencies in systemd. * A few minor fixes. [1] https://github.com/elixir-ecto/ecto_sql/commit/051baf669ef6ec92639ccc8b113d00b98047e927
* plausible: init at 1.3.0Maximilian Bosch2021-06-02