run in docker-compose: viaproxy: ignore files, fix readme

This commit is contained in:
bartek szabat 2024-10-29 12:45:54 +01:00
parent 0c162e3ce3
commit 04c6fdc13b
2 changed files with 8 additions and 2 deletions

8
.gitignore vendored
View file

@ -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

View file

@ -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)