Im just asking here like, can i clone the juxtaposition-ui repository from github to my ubuntu desktop system, and then config everything in juxtaposition-ui, in a way that it will work on both Wii U, and 3DS while having the ability to use your PNID acc to chat on the juxtaposition-ui repository clone? You know what i mean, its just my english is kind of bad because, i am polish.
I just am trying to make my own miiverse clone, called DVerse and im in search of how to make a miiverse clone. I know, i shouldent even ask but really, i am asking so i can know.
The last i found was reverse, Indigo, those were the only i found. But for me it looks like they only support 3DS.
Yep, you can self-host and modify Juxtaposition because it’s open-source. As a little self-promotion, I would recommend my pretendo-docker project to make that process easier.
No, that is not possible because the Pretendo account system does not currently support third-party applications. You will have to self-host your own account server, and your users will need to create their own accounts on your server.
That’s fine, you are free to use Juxtaposition as a starting point. Please just be aware that the AGPL license will require you to make your own clone open source under the same license when you release it.
1st reply of yours: i did use that pretendo docker project, and its hella good! i love your pretendo docker, i was even trying to make DVerse first on there, but i hate the fact that i cant change my production rank to beta in pretendo-docker. Still i love it!
2nd reply of yours: Thats sad, i thought it would work, Thanks for replying though.
3rd reply of yours:Okay, i understand thank you alot.
My 2nd question: How can i host the account server and juxtaposition-ui so they can both connect?
There’s a script in the scripts directory that lets you make a PNID into a developer, which gives it “beta” access on your server
Pretendo-docker already does that by itself. You can make your local changes appear by rebuilding and restarting the Docker containers: docker compose up -d --build
.
If you don’t want to use Docker, that’s also fine, but it will be more effort to set up. I would suggest using the pretendo-docker configuration as a starting point.
(By the way, you can quote reply by highlighting the text and clicking the quote button.)
I know that, but why i cant start the server with some removed repositories? I removed mc, pikmin and only left splatoon, meanwhile from the server i left: account, BOSS, mitmproxy-pretendo, juxtaposition-ui, miiverse-api folders because i thought it would work with only that but when i did docker compose up -d --build, i couldent start server, so can you explain why does it need the minecraft repository, pikmin 3? oh yeah i also removed the SSSL and SSSL-DNS folders, its because i wanted to make the server to be a miiverse clone server with its own account server
The project uses Docker Compose to control the containers, so you’d need to edit the compose.yml
file and remove/comment out the sections for the servers you don’t need.
okay thank you alot!