Skip to content

REST service that provides access to users, servers, and statistics of Skyrim Multiplayer

License

Notifications You must be signed in to change notification settings

clayne/skymp-master-api

 
 

Repository files navigation

skymp-master-api

REST service that provides access to users, servers, and statistics of Skyrim Multiplayer.

GitHub Secrets

  • HOST: 108.108.108.108
  • PORT: 22
  • USER: linux_user
  • KEY: -----BEGIN RSA PRIVATE KEY----- ...
  • MASTER_REPO: skyrim-multiplayer/skymp-master-api
  • JWT_SECRET: idk
  • DB_PASSWORD: your_pass
  • EMAIL_USER - currently unused
  • EMAIL_PASS - currently unused
  • S3_AWS_ACCESS_KEY_ID - unused
  • S3_AWS_SECRET_ACCESS_KEY - unused
  • DISCORD_CLIENT_ID - nic11 maintains it, I fill with random characters
  • DISCORD_CLIENT_SECRET - nic11 maintains it, I fill with random characters

Listens only 127.0.0.1

It is hardcoded. See index.ts. Use Nginx to make the service accessible from the Internet.

About

REST service that provides access to users, servers, and statistics of Skyrim Multiplayer

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.0%
  • Pug 24.7%
  • Shell 2.6%
  • Other 0.7%