You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why choose this particular mapping? I cant seem to find any uh... good info on how to do entries in this proxy config otherwise I would consider trying it out over mc-router (which I currently am using)
Basically in my code for that project i store environment variables as a map[string]string which allows me to define arbitrary keynames,
which if altered to be used here, could be used to allow for (example assumes docker network configs for readability)
https://github.com/haveachin/infrared/blob/main/pkg/infrared/server.go#L46
why choose this particular mapping? I cant seem to find any uh... good info on how to do entries in this proxy config otherwise I would consider trying it out over mc-router (which I currently am using)
if that is what looked like it would work for you at the time,
I say you can use the chunk of code in my config handler here for the environment,
https://github.com/Merith-TK/busybox64.portable/blob/main/config.go#L42
Basically in my code for that project i store environment variables as a
map[string]string
which allows me to define arbitrary keynames,which if altered to be used here, could be used to allow for (example assumes docker network configs for readability)
The text was updated successfully, but these errors were encountered: