lot of updates

This commit is contained in:
Morten Olsen
2025-08-01 14:40:16 +02:00
parent a25e0b9ffb
commit 26b58a59c0
16 changed files with 694 additions and 435 deletions

View File

@@ -1,4 +1,10 @@
const GROUP = 'homelab.mortenolsen.pro';
const NAMESPACE = 'homelab';
export { GROUP, NAMESPACE };
const FIELDS = {
domain: {
domainId: `${GROUP}/domain-id`,
},
};
export { GROUP, NAMESPACE, FIELDS };