mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-04 06:15:32 +02:00
run in docker-compose: viaproxy: ignore files, fix readme
This commit is contained in:
parent
0c162e3ce3
commit
04c6fdc13b
2 changed files with 8 additions and 2 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -5,4 +5,10 @@ code_records/
|
|||
scratch.js
|
||||
bots/**/action-code/**
|
||||
bots/**/
|
||||
keys.json
|
||||
keys.json
|
||||
services/viaproxy/jars/**
|
||||
services/viaproxy/logs/**
|
||||
services/viaproxy/plugins/**
|
||||
services/viaproxy/ViaLoader/**
|
||||
services/viaproxy/saves.json
|
||||
services/viaproxy/viaproxy.yml
|
||||
|
|
|
@ -19,7 +19,7 @@ then point to your `settings.js` `host` and `port` to viaproxy:
|
|||
|
||||
This easily works with "offline" servers.
|
||||
|
||||
Connecting to "online" servers involves more configuration: see `auth-method` in `viaproxy.yml` (TODO describe)
|
||||
Connecting to "online" servers with viaproxy involves more configuration: see `auth-method` in `services/viaproxy/viaproxy.yml` (TODO describe)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue