mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-08 04:14:01 -05:00
[GH-ISSUE #755] Local server reports "Not Okay" #8662
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 @varadins on GitHub (Aug 21, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/755
In my config, I have the local server set to "http://localhost:8120" but it appears Komodo is not able to see/hit this.
Am I configuring this correctly?
@MP-Tool commented on GitHub (Aug 21, 2025):
It depends on your
periphery.config.toml. By default checkssl_enabled = trueconfig/periphery.config.toml is enabled. This cloud be your problem, tryhttps.@varadins commented on GitHub (Aug 22, 2025):
What is the location of the config/periphery.config.toml? I don't seem to have one on my system.
@MP-Tool commented on GitHub (Aug 22, 2025):
It would be helpful if you describe you configuration a little more.
If you have installed the periphery as systemd service with the install script, the
periphery.config.tomlshould be located in/etc/komodo/periphery.config.toml.If you run the peripheriy as docker container please refer to the documentation.