Vladimir Zagainov 7b3b97c5f8
Some checks failed
CI / lint (push) Successful in 11m11s
CI / test (push) Successful in 11m1s
CI / build (push) Failing after 5m40s
CI / docker (push) Has been skipped
ci: add Go modules/build cache, fix master branch triggers
- Add actions/cache@v4 for GOMODCACHE and GOCACHE on lint/test/build
- Switch from setup-go built-in cache to explicit cache control
- Fix branch refs: main → master for PR, artifact, and docker jobs
- Use registry-based Docker layer caching (mode=max)
- Extract GO_VERSION env var for single-point version management
2026-05-30 20:49:23 +03:00
2026-05-23 17:57:37 +03:00
2026-05-30 19:53:37 +03:00
2026-05-23 17:57:37 +03:00

MrixsCraft Server

Minecraft серверная часть на Go (net/http + PostgreSQL).

Сборка

go build -o mrixscraft-server ./cmd/server

Запуск

export SERVER_PORT=8080
export DATABASE_URL="postgres://user:pass@localhost:5432/mrixscraft"

go run ./cmd/server

Переменные окружения

Переменная Описание По умолчанию
SERVER_PORT Порт HTTP-сервера 8080
DATABASE_URL DSN PostgreSQL
Description
No description provided
Readme 287 KiB
Languages
Go 65.6%
HTML 34%
Dockerfile 0.4%