mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 18:46:50 +07:00
change schema final
This commit is contained in:
parent
42f6c415b6
commit
550ca5228c
31 changed files with 470 additions and 396 deletions
|
|
@ -1,9 +1,12 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "ColinLeDev";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
description = "Discord verification";
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "ColinLeDev";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
TXT = [ "dh=279643a6f8677dedb1c5c63d007fc4516149679c" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "CuteDog5695";
|
||||
email = "cutedog5695@gmail.com";
|
||||
repo = "https://github.com/CuteDog5695/cutedog5695.github.io";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "CuteDog5695";
|
||||
email = "cutedog5695@gmail.com";
|
||||
repo = "https://github.com/CuteDog5695/cutedog5695.github.io";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
TXT = [ "dh=a7c19efb0f6bc38b97a33760f6c1ee84df4151b1" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
TXT = [ "dh=6024027bc233825451e290ac37a4b4a1f838ee70" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "satr14washere";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "satr14washere";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
TXT = [ "dh=d509fc9014e196311ed887c2e410cdefa833436e" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "Roki100";
|
||||
discord = "289479495444987904";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
owner = {
|
||||
username = "Roki100";
|
||||
discord = "289479495444987904";
|
||||
};
|
||||
};
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
TXT = [ "dh=5633078cd5bfd347a896ddb0f0de017c5423aa06" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "shadowe1ite";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = true;
|
||||
owner = {
|
||||
username = "shadowe1ite";
|
||||
};
|
||||
};
|
||||
proxy = true;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "shadowe1ite.github.io." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "orangci";
|
||||
email = "c@orangc.xyz";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "orangci";
|
||||
email = "c@orangc.xyz";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,12 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "ColinLeDev";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
description = "My personal portfolio hosted on my server";
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "ColinLeDev";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "proxy.col1n.fr." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "CuteDog5695";
|
||||
email = "cutedog5695@gmail.com";
|
||||
repo = "https://github.com/CuteDog5695/cutedog5695.github.io";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "CuteDog5695";
|
||||
email = "cutedog5695@gmail.com";
|
||||
repo = "https://github.com/CuteDog5695/cutedog5695.github.io";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "elkhaff";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
owner = {
|
||||
username = "elkhaff";
|
||||
};
|
||||
};
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "portofolio-pixel.pages.dev." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "support@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustStudio7/Website";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "support@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustStudio7/Website";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "jacobrdale";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "jacobrdale";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "hexon404.onrender.com." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "FWEEaaaa1";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "FWEEaaaa1";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
A = [ "128.204.223.115" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,16 +1,18 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "joestr";
|
||||
email = "strasser999@gmail.com";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "joestr";
|
||||
email = "strasser999@gmail.com";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
A = [ "142.132.173.34" ];
|
||||
AAAA = [ "2a01:4f8:1c0c:6cc0::1" ];
|
||||
MX = [
|
||||
{
|
||||
exchange = "achlys.infra.joestr.at.";
|
||||
preference = 10;
|
||||
exchange = "achlys.infra.joestr.at.";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "support@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustStudio7/Website";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "support@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustStudio7/Website";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "support@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustStudio7/Website";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "support@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustStudio7/Website";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "Bananalolok";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "Bananalolok";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
A = [ "69.197.135.205" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "EducatedSuddenBucket";
|
||||
email = "me@esb.is-a.dev";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "EducatedSuddenBucket";
|
||||
email = "me@esb.is-a.dev";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "educatedsuddenbucket-github-io.onrender.com." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "heypxl";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "heypxl";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "heypxl.github.io." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "vortexprime24";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "vortexprime24";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "fire.hackclub.app." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "Roki100";
|
||||
discord = "289479495444987904";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "Roki100";
|
||||
discord = "289479495444987904";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "satr14washere";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
owner = {
|
||||
username = "satr14washere";
|
||||
};
|
||||
};
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "5th-site.pages.dev." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "Stef-00012";
|
||||
email = "admin@stefdp.lol";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "Stef-00012";
|
||||
email = "admin@stefdp.lol";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "proxy.stefdp.lol." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,13 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "ukriu";
|
||||
email = "partofmyid@ukriu.com";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
description = "my website";
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "ukriu";
|
||||
email = "partofmyid@ukriu.com";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "ukriu.pages.dev." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "Stef-00012";
|
||||
email = "admin@stefdp.com";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "Stef-00012";
|
||||
email = "admin@stefdp.com";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "proxy.stefdp.com." ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue