Replies: 2 comments 4 replies
|
Can you show the cammand you use to start the server? |
4 replies
|
Hey. You likely skipped the venv setup and setup.py. Run these in order inside the odysseus folder (so first cd): Then get your LXC's IP with ip a and open http://<lxc-ip>:7000 from your browser, localhost won't work since you're inside a container. The admin password is printed by setup.py, so check your terminal output in the container for it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I installed this on a Proxmox VE LXC using debian 13 as its base, and I can't seem to access it via the localhost:7000. As far as I'm aware it is running but there's no real indicator,
All reactions