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

This commit is contained in:
2026-05-05 02:05:16 -04:00
parent 82213c2917
commit 8ba6decc1f
7 changed files with 156 additions and 0 deletions

View File

@@ -199,5 +199,23 @@
owner = "firefly-iii";
group = "caddy";
};
# Firefly III Data Importer Laravel APP_KEY (base64:<32 random bytes>)
firefly-iii-data-importer-app-key = {
file = ../secrets/server/firefly-iii-data-importer-app-key.age;
mode = "0400";
owner = "firefly-iii-data-importer";
group = "caddy";
};
# Firefly III Personal Access Token used by the data importer (FIREFLY_III_ACCESS_TOKEN).
# First-deploy ciphertext is a placeholder string; rotate after creating
# the PAT in the Firefly UI (Profile → OAuth → Personal Access Tokens).
firefly-iii-fidi-token = {
file = ../secrets/server/firefly-iii-fidi-token.age;
mode = "0400";
owner = "firefly-iii-data-importer";
group = "caddy";
};
};
}