Add Maintainerr addon

This commit is contained in:
Pierre
2026-03-05 15:59:21 +01:00
parent 991c90398b
commit c4374e2c90
10 changed files with 394 additions and 0 deletions

6
maintainerr/build.json Normal file
View File

@@ -0,0 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/maintainerr/maintainerr:latest",
"amd64": "ghcr.io/maintainerr/maintainerr:latest"
}
}