Horse Isle Server Program: Difference between revisions
Jump to navigation
Jump to search
Created page with "Horse isle server program is a server emulator for the Flash Game "Horse Isle: The Secret Land of Horses"" |
No edit summary |
||
| Line 1: | Line 1: | ||
Horse isle server program is a server emulator for the Flash Game "Horse Isle: The Secret Land of Horses" | Horse isle server program is a server emulator for the Flash Game "Horse Isle: The Secret Land of Horses" | ||
== Docker == | |||
It is possible to setup HISP in Docker; | |||
<code> | |||
git clone https://github.com/islehorse/HISP.git --recursive | |||
cd HISP | |||
docker compose up -d | |||
</code> | |||
after this you should have the following services: | |||
<code> | |||
http://localhost:12323/ - "master" site, equivalent to http://hi1.horseisle.com/ | |||
http://localhost:12322/ - "game" site, equivalent to http://pinto.horseisle.com/ | |||
xmlsocket://localhost:12321/ - the actual game server | |||
</code> | |||
if you want these services to be accessible by the wider internet, you will have to setup a reverse proxy to forward http; | |||
at the same time, you need to modify ```/etc/hisp/servers.json``` to | |||
== Manual Setup == | |||
Latest revision as of 08:20, 22 October 2025
Horse isle server program is a server emulator for the Flash Game "Horse Isle: The Secret Land of Horses"
Docker
It is possible to setup HISP in Docker;
git clone https://github.com/islehorse/HISP.git --recursive
cd HISP
docker compose up -d
after this you should have the following services:
http://localhost:12323/ - "master" site, equivalent to http://hi1.horseisle.com/
http://localhost:12322/ - "game" site, equivalent to http://pinto.horseisle.com/
xmlsocket://localhost:12321/ - the actual game server
if you want these services to be accessible by the wider internet, you will have to setup a reverse proxy to forward http; at the same time, you need to modify ```/etc/hisp/servers.json``` to