Add service ActualBudget
This commit is contained in:
parent
888d0e1271
commit
9d623b94e1
9 changed files with 132 additions and 0 deletions
|
|
@ -1,6 +1,15 @@
|
|||
# Single source of truth for all host definitions
|
||||
# Each host specifies its module path, deployment tags, and optional flags
|
||||
{
|
||||
actual = {
|
||||
module = ./actual;
|
||||
tags = [
|
||||
"lxc"
|
||||
"bacco"
|
||||
"actual"
|
||||
];
|
||||
};
|
||||
|
||||
arr = {
|
||||
module = ./arr;
|
||||
tags = [
|
||||
|
|
@ -34,6 +43,7 @@
|
|||
"immich"
|
||||
"firefly-iii"
|
||||
"paperless"
|
||||
"actual"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue