alexander171294 / RustMon

Rust game admin tool for servers (RustMonitor)
Apache License 2.0
21 stars 3 forks source link

linux/arm/v7 support #33

Open dianfaya opened 2 years ago

dianfaya commented 2 years ago

need support for arm device to run on Raspberry Pi

alexander171294 commented 2 years ago

Hi! how are you?

I'm not sure why you can't run it on arm device?, I mean, what is the error or problem when you try to run it?

dianfaya commented 2 years ago

I'm running on Docker, here the log

Status: Downloaded newer image for alexander171294/rustmon:latest WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

dianfaya commented 2 years ago

solved change device but get this error {"statusCode":404,"message":"Cannot GET /","error":"Not Found"} any detail documentation for installing on Docker?

alexander171294 commented 2 years ago

Hi!, are you running the dockerfile from rustmon or user-data-srv folder?

dianfaya commented 2 years ago

First run: docker run -p 80:80 -itd alexander171294/rustmon:latest Second: docker run -p 80:3000 -e STEAM_API="YOUR-STEAM-API-KEY" -e CACHE_HOST="YOUR-REDIS-HOST" -e CACHE_AUTH="YOUR-REDIS-PASSWORD" -e CACHE_PORT="YOUR-REDIS-PORT" -itd alexander171294/rustmon-service:latest just copy and paste into terminal

then access my Docker IP too difficult for me to understand how to use it, is there a more complete documentation with steps?

alexander171294 commented 2 years ago

hmm, try to run just the first command (dashboard), and open it in your browser, because the second command is for start the backend of steam api, but if you don't know anything about that, I think you may don't need it .