Open SAVsciense opened 1 year ago
I ran into something similar and the issue ended up being the mod configuration in the minecraft server. Checkout this issue I made explaining what was found https://github.com/lucko/spark-docs/issues/3, perhaps you just need to change the config key from bytesocksUrl to bytesocksHost (for now).
I ran into something similar and the issue ended up being the mod configuration in the minecraft server. Checkout this issue I made explaining what was found lucko/spark-docs#3, perhaps you just need to change the config key from bytesocksUrl to bytesocksHost (for now).
I understand now that this is related to luckperms and not spark profiling, so maybe what I have mentioned here is not helpful.
did you solve the issue in the end? @SAVsciense and can you explain what did you do
i solved it, for me it works.
Hi, I'm trying to make a selhosted luckpermsWeb. I raised a bytebin docker container and it works great The web editor is already working, but not in dynamic mode.
Server running in docker https://github.com/itzg/docker-minecraft-server
Server type - Spigot Server version - 1.19.2
I am trying to raise websockets in docker
docker-compose.yml:
But I am getting these errors
docker logs mc-server:
This creates a channel
I also have nginx configured. Because the plugin was throwing the sun.security.provider.certpath.SunCertPathBuilderException error. Therefore, I had to raise nginx to provide an https connection.
nginx.conf:
I don't think that's the problem either. Because:
curl -IL localhost:3001
(direct port) andcurl https://localhost:3000
(https because nginx redirect) output is 404curl localhost:*/create
websocat ws://host.docker.internal:*/<id>
Unfortunately, I have not found documentation for bytesocks anywhere. On the LuckPerms wiki under "Self hosting the web interfaces" also no mention of bytesocks