mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #916] Allow configuration of MeshCentral SMTP settings in Docker #2509
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2509
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 @joeldeteves on GitHub (Jan 3, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/916
Is your feature request related to a problem? Please describe.
The MeshCentral config gets overwritten each time the Docker container is restarted. This is fine, but the current entrypoint script does not allow configuration of SMTP settings.
Describe the solution you'd like
Add SMTP variables + config to the tactical-meshcentral container entrypoint script
Describe alternatives you've considered
Additional context
See https://info.meshcentral.com/downloads/MeshCentral2/MeshCentral2UserGuide-0.2.9.pdf for more info
@silversword411 commented on GitHub (Jan 3, 2022):
Ignore me...brain was somewhere else. Meant to hit done on notification. #DontDayDreamAndClearNotificationStreamAtTheSameTime
@sadnub commented on GitHub (Jan 5, 2022):
You can use the MESH_PERSISTEN_CONFIG=1 option in the mesh container to avoid the mesh config being overwritten
@joeldeteves commented on GitHub (Jan 5, 2022):
Hi @sadnub, it would be nice to have these variables configurable through the Docker environment. Do you mind keeping this one open? I'm happy to work on it and add another PR when I have time.
@sadnub commented on GitHub (Jan 10, 2022):
Yeah no problem! Can just add the variables at the top of the mesh container entrypoint
@wh1te909 commented on GitHub (Jan 11, 2022):
merged