This is a fully fledged hosting solution for gmsv_apakr_plugin.
To deploy to Cloudflare Workers
, use the button and follow the instructions below.
In the API Token, set "Account Resources" and "Zone Resources" to "All accounts" and "All zones" respectively:
https://developers.cloudflare.com/fundamentals/setup/find-account-and-zone-ids/
You may also need to create a blank worker to have it show the details if you do not have any domains set-up.
The included docker-compose.yml
has everything you need to create a container. All you need is Docker Compose.
Once you have cloned the repository, run the following code to build and start the container:
docker compose up -d --build
The server will be available at 127.0.0.1:9660
as well as 0.0.0.0:9660
.
The listening address as well as port can both be changed in the .env
file.
If you are running the server behind a reverse proxy, the DENO_HOST
address should be 127.0.0.1
.
You can also use any other type of hosting platform, as long as you use Deno to run the server. The command to run the server would be:
deno run -A src/deno.ts