Compare commits
3 commits
bd0e3ff589
...
c2703447c7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c2703447c7 | ||
![]() |
47745359dc | ||
![]() |
7ab508d6d9 |
3 changed files with 4 additions and 3 deletions
|
@ -3,4 +3,7 @@
|
|||
./authelia.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
|
||||
}
|
||||
|
|
|
@ -133,7 +133,7 @@ in {
|
|||
meta = with lib; {
|
||||
description = "Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.";
|
||||
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;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
{
|
||||
services.restic = {
|
||||
# enable = true;
|
||||
|
||||
backups.main = {
|
||||
repository = "b2:situla-${config.mine.shared.settings.brand_lower}:.";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue