Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yamatt/fly-minecraft-server
- Owner: yamatt
- License: mit
- Created: 2023-05-04T19:10:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T20:14:10.000Z (4 months ago)
- Last Synced: 2024-11-16T05:14:12.834Z (3 months ago)
- Topics: flyio, minecraft, minecraft-server, scale-to-zero
- Homepage:
- Size: 24.4 KB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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