Pretendo account server
Go to file
dependabot[bot] 781aa2a159
chore(deps): bump ip and socks
Removes [ip](https://github.com/indutny/node-ip). It's no longer used after updating ancestor dependency [socks](https://github.com/JoshGlazebrook/socks). These dependencies need to be updated together.


Removes `ip`

Updates `socks` from 2.7.1 to 2.8.4
- [Release notes](https://github.com/JoshGlazebrook/socks/releases)
- [Commits](https://github.com/JoshGlazebrook/socks/compare/2.7.1...2.8.4)

---
updated-dependencies:
- dependency-name: ip
  dependency-version: 
  dependency-type: indirect
- dependency-name: socks
  dependency-version: 2.8.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 22:21:34 +00:00
.github/workflows Update docker.yml 2024-07-28 22:47:10 +02:00
migrations updated migrations 2023-05-02 22:01:39 -04:00
src Merge pull request #99 from ItzSwirlz/dev 2025-02-01 20:10:24 +00:00
.dockerignore chore: add .env to .dockerignore 2024-06-24 17:51:43 -04:00
.eslintignore Enable strict mode in TS and fix most issues with it 2023-03-17 17:39:46 -04:00
.eslintrc.json chore: removed unnecessary type declarations 2024-04-14 19:16:25 -04:00
.gitignore Update .gitignore 2023-02-28 20:23:51 -05:00
Dockerfile chore: mkdir and chown on one layer 2024-07-01 15:30:23 -04:00
example.env Mii uploads: use config for bucket name 2025-01-18 17:52:58 +00:00
LICENSE Create LICENSE 2022-08-13 20:43:16 -04:00
package-lock.json chore(deps): bump ip and socks 2025-05-19 22:21:34 +00:00
package.json Add pnid scrubbing script 2024-12-18 14:37:15 +01:00
pnid-scrub.js Add pnid scrubbing script 2024-12-18 14:37:15 +01:00
README.md Added SETUP.md and updated README 2023-04-27 16:01:58 -04:00
SETUP.md fix(setup): rename SES environment var 2025-01-13 12:37:21 +01:00
tsconfig.json Enable strict mode in TS and fix most issues with it 2023-03-17 17:39:46 -04:00

Account server

Replacement for several account-based services used by the WiiU and 3DS. It replaces the NNID api as well as NASC for the 3DS. It also contains a dedicated PNID api service for getting details of PNIDs outside of the consoles (used by the website)

Setup

See SETUP.md for how to self host