mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-14 02:38:58 +02:00
Add a dummy test record as well to determine if the script actually worked.
This commit is contained in:
parent
9baecf63f8
commit
84fdf8d93b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
choose = paths: builtins.head (builtins.filter (p: builtins.pathExists p) paths);
|
choose = paths: builtins.head (builtins.filter (p: builtins.pathExists p) paths);
|
||||||
# Domain and Cloudflare DDNS records configured here. Update this list to add/remove records.
|
# Domain and Cloudflare DDNS records configured here. Update this list to add/remove records.
|
||||||
domain = "prg-radio.org";
|
domain = "prg-radio.org";
|
||||||
records = ["git" "grafana" "anubis" "wavelog" "partdb" "mail" "mailadmin" "@"];
|
records = ["git" "grafana" "anubis" "wavelog" "partdb" "mail" "mailadmin" "@" "test"];
|
||||||
recordsStr = lib.concatStringsSep " " records;
|
recordsStr = lib.concatStringsSep " " records;
|
||||||
zoneId = "9fde8d0fa53502f2d1b7e0b1d3765d49";
|
zoneId = "9fde8d0fa53502f2d1b7e0b1d3765d49";
|
||||||
envFile = "/home/traefikprg/cloudflare/cloudflare.env";
|
envFile = "/home/traefikprg/cloudflare/cloudflare.env";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue