Juxtaposition applet UI for the Wii U and 3DS
Go to file
mrjvs 8c1f23e5c2
Docker (#24)
* removed old dockerfile

* add all docker related files

* add certs folder to dockerfiles

* move config.json to root of repo

* update missed import

* remove old dockerfile

* add logs to ignore files
2022-05-08 10:15:19 -05:00
docker Docker (#24) 2022-05-08 10:15:19 -05:00
src Docker (#24) 2022-05-08 10:15:19 -05:00
.dockerignore Docker (#24) 2022-05-08 10:15:19 -05:00
.gitignore Docker (#24) 2022-05-08 10:15:19 -05:00
config.example.json Docker (#24) 2022-05-08 10:15:19 -05:00
Dockerfile Docker (#24) 2022-05-08 10:15:19 -05:00
package-lock.json Added yeah! support on web. Moved me page icon to top banner on mobile. (hopefully) fixed issue with navigation bar rendering under the gesture bar on iOS 2022-02-27 15:23:17 -06:00
package.json Fixed cookie domain 2022-02-19 18:34:47 -06:00
README.md Docker (#24) 2022-05-08 10:15:19 -05:00

Juxt-Web

Pretendo replacement for https://portal.olv.nintendo.net and https://ctr.olv.nintendo.net

What is this?

This is the PN miiverse replacement web UI, which works with the 3DS and Wii U Miiverse Applets

Install and usage

First install NodeJS and MongoDB. Download/clone this repo and run npm i to install all dependencies. Edit example.config.json to your liking and rename it config.json. Run the server via npm run start.

Check out the Wiki for information on how to set up your mongoDB to work with the application

What works

  • View most types of Miiverse posts
    • Text, Painting, Screenshot, Youtube, etc.
  • Yeah! Posts
  • View Communities
  • Follow Communities
  • Follow Users
  • View User Profiles
  • Guest browsing mode
  • Full Out-of-box experience
  • Authentication with an account server
  • User Bio and privacy settings

Currently implemented endpoints

  • [GET] /titles/show
  • [GET] /communities
  • [GET] /communities/[title ID]/new
  • [POST] /communities/follow
  • [GET] /users/show?pid=[user ID]
  • [GET] /users/me
  • [POST] /users/follow
  • [POST] /post/empathy

Footnotes

  • The rules still need to be rewritten, as of now they simply reflect what Nintendo came up with at the time
  • This still isn't fully production ready, as it lacks proper error handling in 99% of the client side JS.
  • Because of the above, as well as the sheer complexity of patching the applets themselves, I will not be offering support with setting this up for yourself for the time being. Once the documentation is complete in the wiki I'll be happy to help :)