Compare commits

..

3 commits

Author SHA1 Message Date
eyjhb
c2703447c7
restic: removed comment 2025-03-01 17:00:54 +01:00
eyjhb
47745359dc
authelia: added note about generating secrets 2025-03-01 17:00:42 +01:00
eyjhb
7ab508d6d9
rallly: fixed homepage 2025-03-01 17:00:34 +01:00
3 changed files with 4 additions and 3 deletions

View file

@ -3,4 +3,7 @@
./authelia.nix ./authelia.nix
./authelia-nginx.nix ./authelia-nginx.nix
]; ];
# generate new authelia client secret like so
# authelia crypto hash generate pbkdf2 --variant sha512 --random --random.length 72 --random.charset rfc3986
} }

View file

@ -133,7 +133,7 @@ in {
meta = with lib; { meta = with lib; {
description = "Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier."; description = "Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.";
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
homepage = "https://git.fricloud.dk/fricloud/server-configs/src/branch/main/machines/gerd/services/member-website/app.py"; homepage = "https://github.com/lukevella/rallly";
platforms = platforms.all; platforms = platforms.all;
}; };
}; };

View file

@ -2,8 +2,6 @@
{ {
services.restic = { services.restic = {
# enable = true;
backups.main = { backups.main = {
repository = "b2:situla-${config.mine.shared.settings.brand_lower}:."; repository = "b2:situla-${config.mine.shared.settings.brand_lower}:.";