mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-04-25 08:04:02 -05:00
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:
parent
66962ac940
commit
c1bb5fb6cc
7
.gitmodules
vendored
7
.gitmodules
vendored
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user