Open RubyKolbee opened 3 days ago
This is not enough information for me to help.
What commands did you run?
What does it log?
What URL did you go to?
Ok so I got It to go online by running bun run dev in the site folder but now I only see Beszel Please sign in to your account
Here is what i see
Are you there?
Check the section in the readme about compiling:
https://github.com/henrygd/beszel?tab=readme-ov-file#compiling
I already did Still cannot get past that page
Are you trying to compile the binaries?
If so you should never need to run the dev
command.
Run make
in the /beszel
folder. It should create a build
folder with the binaries.
Is there any way I can rename the thing to a new name that i want to put for it? like on the main status page?
What do you mean by "the thing"? What do you mean by "the main status page"?
This Where it says Beszel i want it to say my company
Not yet. There's an open issue for it here: #214
I will probably add that functionality eventually, but right now my priorities are features, bug fixes, documentation, and tests.
Looks like you were able to compile it though?
No I wasent able to compile it this is a past instance i had setup is there anyway i can access the files and change the name that way?
To run locally you need to do bun run dev
in the site folder like you said.
Also go run . serve
in cmd/hub
.
Then you should be able to open http://localhost:8090.
If you want to run the agent locally, that's in cmd/agent
You see its running on my vps can I just open a tunnel then access it?
See this is the page i see
http://localhost:8090 not http://localhost:5173
You must be running go run . serve
in cmd/hub
So Im trying to do this manual install where the compiling thing is and when I try to start it I go to the web and It didn't work