Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yamatt/fly-minecraft-server

A scale to zero Minecraft server running on Fly.io
https://github.com/yamatt/fly-minecraft-server

flyio minecraft minecraft-server scale-to-zero

Last synced: 26 days ago
JSON representation

A scale to zero Minecraft server running on Fly.io

Awesome Lists containing this project

README

        

# Fly Minecraft Server

This is a scale to zero Minecraft server in fly.io using GitHub Actions and without needing to use Terraform and have to manage state.

When the server is not used, it switches off, reducing costs. Note that you still need to reserve an IP in fly.io which will have a monthly cost.

## Setup

You will need a fly.io account, then install and setup the [fly.io CLI](https://fly.io/docs/flyctl/install/) then run:

```bash
flyctl launch --name
```

Where `` is the name of your minecraft server

## Licence

MIT