cvraut / whecho

linux echo but with webhooks! ⚓
MIT License
4 stars 0 forks source link

Add auto-resolution for machine name #7

Closed cvraut closed 7 months ago

cvraut commented 8 months ago

Config hard-codes the machine name which is fine for most use-cases, but network mounted file-systems shouldn't use a hard-coded machine name.

Perhaps allow the user to set a special value like "auto" to allow for just-in-time machine name resolution.

I think I would need to modify get_config from get_config.py

wndyy commented 7 months ago

just-in-time machine name resolution has been implemented :)