saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
573 stars 65 forks source link

Preventing updates from resetting Cloudflare proxy status #72

Closed vpatel9202 closed 2 years ago

vpatel9202 commented 2 years ago

It seems that anytime we update a container, Saltbox resets Cloudflare DNS settings and turns off proxy for the respective subdomain. I know this is required for initial set up, but as far as I know, we did not have to turn off proxying during updates with Cloudbox. Is there some fundamental difference in the way Saltbox handles this that would require having proxy turned off for each update? Currently, I have to go into Cloudflare settings and manually turn on the proxy service for each subdomain after an update.

saltydk commented 2 years ago

https://docs.saltbox.dev/reference/accounts/#options-in-adv_settingsyml Read this and you'll find your answer.

vpatel9202 commented 2 years ago

Sorry, I didn't see that in the docs when I set it up initially. Appreciate it, thanks!