https://github.com/wiilink24/mail-server
Server for the Nintendo Wii's messaging system
https://github.com/wiilink24/mail-server
Last synced: 2 months ago
JSON representation
Server for the Nintendo Wii's messaging system
- Host: GitHub
- URL: https://github.com/wiilink24/mail-server
- Owner: WiiLink24
- License: mit
- Created: 2023-04-08T18:13:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T15:26:44.000Z (9 months ago)
- Last Synced: 2024-09-08T17:09:37.397Z (9 months ago)
- Language: Go
- Size: 91.8 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mail Server
Server for handling the Nintendo Wii's message system.## How to use
You will need:
- PostgreSQL
- Mailgun (20k free message per month with Github Student Pack)
- Sentry (Error logging)Copy `config-example.xml` to `config.xml` and insert all the correct data.
Next you will need to patch your Wii to point to your domain. Editing all instances of `wiilink24.com` in our [Mail Patcher](https://github.com/WiiLink24/Mail-Patcher), then compiling will do that for you.
To get a Wii to actually request to your servers, you will need to proxy your domain. Consider something like Cloudflare.
Finally, `go build` and run the executable!
## Future plans:
- Open source API for dispatching messages across message boards.
- Creators will be able to have their own "community" to which users can subscribe to.
- Creators can then upload messages and send to subscribed message boards.- Direct integration with Dolphin Emulator