-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hey there!
I found this project today while deprecating some old processes I had for iCal in Zoho, and found this project - which solves 90% of every problem I've been having trying to consolidate calendars.
However, I have a strict network provisioning and deployment setup at home, where any sensitive value (like iCal links) need to be consumed via docker or podman secrets (and then injected into the env). I'd rather parition values that might change away from the source code.
The current setup you've made seems to be statically parsing the config file - which won't work for my needs. I've considered going to long way around and having the /config.yml file assembled in a Docker iamge - but that feels overkill.
It might be easier for you to have the env interpolated into the config.yml as it's read - but wanted to know if this is something you'd be willing to solve? I can also give it a shot, but I haven't picked up any go yet.