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

@@ -53,6 +53,7 @@
# ../../services/llama-cpp.nix
../../services/trilium.nix
../../services/firefly-iii.nix
../../services/ups.nix

View File

@@ -335,6 +335,11 @@ rec {
dataDir = services_dir + "/trilium";
};
firefly_iii = {
dataDir = services_dir + "/firefly-iii";
domain = "firefly.${site_config.domain}";
};
media = {
moviesDir = torrents_path + "/media/movies";
tvDir = torrents_path + "/media/tv";