feat: remove frigate from containers & add dns for other hosts
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
This commit is contained in:
@@ -134,7 +134,12 @@ in
|
||||
domain = "${d}${domain_int}";
|
||||
answer = "${ip d}";
|
||||
enabled = true;
|
||||
}) config.id);
|
||||
}) config.id)
|
||||
++ (lib.mapAttrsToList (host: h: {
|
||||
domain = "${host}${domain_int}";
|
||||
answer = tools.build_ip h.ip;
|
||||
enabled = true;
|
||||
}) config.globals.other_hosts);
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user