/

soap

Go implementation of an Unciv multiplayer server which operates on hidden services. It uses the SAMv3 API provided by I2P to set up an efficient, secure Unciv server for you and your friends.

STATUS: This project is maintained. It is feature-complete as far as I know.

Usage

Simply compile and run. More options might be added in the future but for now it’s no-frills.

go build
./soap

You can obtain the URL from the terminal output, or by visiting http://127.0.0.1:7699 to reach the information page which helps you share the server.

I run it with docker using the script ./docker.sh in this repo.

Client Configuration

This server is intended for use with regular UnCiv. In order to launch UnCiv with I2P as an HTTP Proxy, use the following comand:

java -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=4444 -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=4444 -jar Unciv.jar
Get the source code:
Show license
MIT License

Copyright (c) 2022 idk

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Hide license
I2P