service/blackbox: init

This commit is contained in:
Felix Buehler 2023-06-25 21:25:55 +02:00
parent 1b5e41e7ad
commit d4fa5996ae
6 changed files with 1034 additions and 0 deletions

View file

@ -124,5 +124,6 @@
});
}
);
my.services.blackbox.http_endpoints = lib.mapAttrsToList (key: value: value.dashboard.link) config.webapps.apps;
};
}