Reverse Proxy - no root access

Yeah, it’s a bummer there’s no donation link. I’d love to donate to the Caddy project but don’t quite wanna put $25/mo up billed annually for the cheaper commercial license :stuck_out_tongue:

Thanks for the offer though!

Hey @Dimtar,

I missed earlier that you didn’t export your variables in your .bashrc. Exporting makes them available to processes launched from the shell. Try again with:

export CLOUDFLARE_EMAIL=abc
export CLOUDFLARE_API_KEY=123

and you won’t have to declare them inline.

1 Like

Thanks mate, a good note to add to the thread.

I used screen so I ended up setting them in ~/.screenrc

setenv CLOUDFLARE_EMAIL abc
setenv CLOUDFLARE_API_KEY 123

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.