Switch the account server to the PNID settings fork

The CDN base URL needs to be set to HTTP because the account server gets the Mii images using it, and nginx does not have a valid SSL certificate.
This commit is contained in:
Matthew Lopez 2024-05-15 16:36:34 -04:00
parent 66962ac940
commit c1bb5fb6cc
No known key found for this signature in database
GPG Key ID: 302A6EE3D63B7E0E
4 changed files with 20 additions and 4 deletions

7
.gitmodules vendored
View File

@ -11,8 +11,11 @@ ignore = dirty
[submodule "repos/account"]
path = repos/account
url = https://github.com/PretendoNetwork/account.git
branch = dev
# TODO: Switch this back after https://github.com/PretendoNetwork/account/pull/91 is merged
# url = https://github.com/PretendoNetwork/account.git
# branch = dev
url = https://github.com/CaramelKat/account.git
branch = user-information-app
ignore = dirty
[submodule "repos/website"]

View File

@ -8,7 +8,7 @@ PN_ACT_CONFIG_WEBSITE_BASE=https://pretendo.network
PN_ACT_CONFIG_REDIS_URL=redis://redis:6379
PN_ACT_CONFIG_S3_ENDPOINT=http://minio.pretendo.cc
PN_ACT_CONFIG_S3_ACCESS_KEY=minio_pretendo
PN_ACT_CONFIG_CDN_BASE_URL=https://pretendo-cdn.b-cdn.net
PN_ACT_CONFIG_CDN_BASE_URL=http://pretendo-cdn.b-cdn.net
PN_ACT_CONFIG_CDN_SUBDOMAIN=cdn
PN_ACT_CONFIG_EMAIL_HOST=maildev
PN_ACT_CONFIG_EMAIL_PORT=1025
@ -17,3 +17,4 @@ PN_ACT_CONFIG_EMAIL_USERNAME=pretendo_mail
PN_ACT_CONFIG_EMAIL_PASSWORD=password
PN_ACT_CONFIG_EMAIL_FROM="Jon Pretendo <jon@maildev.pretendo.cc>"
PN_ACT_CONFIG_GRPC_PORT=5000
PN_ACT_CONFIG_SERVER_ENVIRONMENT=prod

@ -1 +1 @@
Subproject commit af54670fbc82b80f4500c943600c5019860cbbd3
Subproject commit f8bb78fd51430785edd06c9b8fa2312498898dbd

View File

@ -9,6 +9,18 @@ async function runAsync() {
// Wii U: https://wiiubrew.org/wiki/Title_database and https://yls8.mtheall.com/ninupdates/titlelist.php?sys=wup
// 3DS: https://www.3dbrew.org/wiki/Title_list and https://yls8.mtheall.com/ninupdates/titlelist.php?sys=ktr
await createServiceServer(
"PNID Settings",
"3f3928cc6f780638d360f0485cef973f",
[
// Wii U Account Settings
"000500101004B000",
"000500101004B100",
"000500101004B200",
],
1,
"0".repeat(64)
);
await createNexServer(
"Friend List",
"00003200",