mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
Struggling to setup the local host that I run the monitor UI on as a server? #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LawMixer on GitHub (Jul 31, 2024).
Right now, I'm trying to migrate from Pterodactyl and I couldn't see anything that you can host your containers in the same machine as the monitor UI - not unless I'm missing something.
I think it would be a good suggestion as if there was built-in templates for servers (like your own) or documentating how too for people like me, haha.
@mbecker20 commented on GitHub (Jul 31, 2024):
Hi, the difference here is that Monitor Core does not connect to your system directly, it must go through a periphery agent. See https://docs.monitor.mogh.tech/docs/intro#architecture-and-components.
So in addition to running the Core docker container, also install the periphery agent, and then you can add your localhost server. See https://docs.monitor.mogh.tech/docs/connecting-servers.
Let me know if anything is still unclear, or you have any ideas to improve the documentation.
@LawMixer commented on GitHub (Aug 1, 2024):
I think the documentation on how to setup connecting servers, need to be more clear.
For me, I have the periphery agent and it's running, but what do I put as my servers in the server tab?
@LawMixer commented on GitHub (Aug 1, 2024):
After some digging, I found it out
http://ip-here:8120, could use something in the documentation saying that.@mbecker20 commented on GitHub (Aug 1, 2024):
I improved the server setup with more placeholders to guide the user. Sorry it wasn't so clear. I do have it in the docs, the second page of "connecting servers". https://docs.monitor.mogh.tech/docs/connecting-servers/add-server
@LawMixer commented on GitHub (Aug 1, 2024):
Thank you, so far I love it! I will have to open up another issue for GitHub tokens being in the dashboard settings instead of that, and maybe GitHub Actions or something.
@mbecker20 commented on GitHub (Aug 3, 2024):
@LawMixer I will also include git / registry provider management in the UI in the next release. It will still support config file definition for those who prefer to do it that way. This way, you shouldn't even have to worry about any config file.
@LawMixer commented on GitHub (Aug 3, 2024):
Let's go, thank you! Amazing project!