firefly-iii-data-importer: init
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user