mirror of
https://github.com/amidaware/trmm-docs.git
synced 2026-04-26 04:35:53 +03:00
[GH-ISSUE #190] Document handling of /etc/hosts for mesh domain #342
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/trmm-docs#342
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @NiceGuyIT on GitHub (Aug 21, 2023).
Original GitHub issue: https://github.com/amidaware/trmm-docs/issues/190
Commit 716c0fe introduced the "management" of
/etc/hoststo handle the scenario of cloud init files. This change assumes a reverse proxy is not used and will cause problems for people using MeshCentral with reverse proxies.In my environment,
mesh.example.compoints to the reverse proxy to get the TLS cert, not127.0.0.1. Since$meshdomainis included in the checks/fix, updating might "break" the (unsupported) reverse proxy configuration.I don't expect the code to be updated to account for unsupported configurations. This issue is to update the documentation.
@NiceGuyIT commented on GitHub (Aug 21, 2023):
The "symptom" is the Connect greyed out in MeshCentral.
journalctlreports the following.@silversword411 commented on GitHub (Aug 22, 2023):
How would you suggest documenting it? Disclaimer in the unsupported first page?
@LastStopITSolutions commented on GitHub (Sep 24, 2023):
My PR essentially addresses this issue. The error isn't mentioned per se but if users follow my writeup to a T they shouldn't see this error.
@silversword411 commented on GitHub (Dec 6, 2023):
Which PR?