Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/community-sourced-minecraft/proxy
https://github.com/community-sourced-minecraft/proxy
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/community-sourced-minecraft/proxy
- Owner: community-sourced-minecraft
- License: agpl-3.0
- Created: 2024-04-22T17:47:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T22:43:11.000Z (8 months ago)
- Last Synced: 2024-08-02T15:04:04.197Z (5 months ago)
- Language: Go
- Size: 132 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proxy
## Developing
### Prerequisites
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)
- [Go](https://golang.org/)### Running
```bash
docker compose -f compose.dev.yml up -d# Apply the development configuration that Gate uses
cp config.dev.yml config.ymlgo run .
```## Thanks