Replies: 2 comments 1 reply
-
@pcaveness The document for UI is not clear, PR is always welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
-
okay, i was unaware that i needed to create libre.env file separate. i see that now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems a bit confusing when installingfrom docker that it doesn't pull everything necessary to run LibreSBC.
You must first clone the git and then perform the docker pull.
This is different from normal, where pulling an image from docker it will collect everything you need to run the container.
You have to run the line provided in the docker page from the (git pull)/build/docker/ directory.
After doing these steps, the docker page shows that you access the UI by running
./libreui-linux-amd64 -L http://127.0.0.1:8080 -H 0.0.0.0 -P 9099
but i cannot find ./libreui-linux-amd64 anywhere in the git and it does not seem to be mentioned anywhere.
I can run the webui like normal from the /webui/ directory but that doesnt match.
Also the slack channel is invite only. Is there a discord or way to request an invite?
Beta Was this translation helpful? Give feedback.
All reactions