firefly-iii: init
All checks were successful
Build and Deploy / mreow (push) Successful in 1m14s
Build and Deploy / yarn (push) Successful in 55s
Build and Deploy / muffin (push) Successful in 1m58s

This commit is contained in:
2026-05-05 01:40:29 -04:00
parent b248f3592f
commit 82213c2917
6 changed files with 73 additions and 0 deletions

View File

@@ -191,5 +191,13 @@
owner = "caddy";
group = "caddy";
};
# Firefly III application encryption key (base64:<32 random bytes>)
firefly-iii-app-key = {
file = ../secrets/server/firefly-iii-app-key.age;
mode = "0400";
owner = "firefly-iii";
group = "caddy";
};
};
}