Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmbsbige/a2sservice
Steam game server implementation (A2S)
https://github.com/hmbsbige/a2sservice
a2s steam valve
Last synced: 3 months ago
JSON representation
Steam game server implementation (A2S)
- Host: GitHub
- URL: https://github.com/hmbsbige/a2sservice
- Owner: HMBSbige
- License: mit
- Created: 2024-02-09T11:40:05.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-05T22:07:35.000Z (5 months ago)
- Last Synced: 2024-08-06T00:35:04.319Z (5 months ago)
- Topics: a2s, steam, valve
- Language: C#
- Homepage: https://www.nuget.org/packages/A2SService
- Size: 55.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A2SService
Channel | Status
-|-
CI | [![CI](https://github.com/HMBSbige/A2SService/workflows/CI/badge.svg)](https://github.com/HMBSbige/A2SService/actions)
A2SService | [![NuGet.org](https://img.shields.io/nuget/v/A2SService.svg?logo=nuget)](https://www.nuget.org/packages/A2SService/)
FakeA2SServer | [![Docker](https://img.shields.io/badge/fakea2sserver-blue?label=Docker&logo=docker)](https://github.com/users/HMBSbige/packages/container/package/fakea2sserver)## Docker Compose Example
```yml
version: "3"
services:
fakea2sserver:
image: ghcr.io/hmbsbige/fakea2sserver
restart: unless-stopped
container_name: fakea2sserver
ports:
- 27015:27015/udp
environment:
- A2SName=原神
- A2SGame=Genshin Impact
- A2SMaxPlayers=255
- A2SVisibility=Private
- A2SVac=1
```