ChiefLewus

joined 11 months ago
 

I’m looking for options to save my config and compose files for my various containers. I do take backups of everything as is and I’ve been trying to keep notes about it on my computer but I’d like a more centralized solution.

I’ve recently started moving all my documentation to wiki.js. I’ve been curious about Gitea/Github for storing my config and compose files but I’ll admit I don’t know much about git. Wiki.js I believe is able to export to a git repository. Would that be ideal?

 

I’m struggling with this subject even after reading and videos. I’m trying to use nginx proxy to expose a handful of services to the public internet.

My domain is managed by Cloudflare and I believe I have Nginx setup properly with SSL api from cloudflare. Im struggling to understand the dns settings section of cloudflare.

Am I to make an A record with my domain and point it to my public IP? Then enable Cloudflare proxy service. Then a CNAME record would be the subdomain to whatever service I want and then setup properly in nginx proxy?

If I don’t have a static IP from my ISP is there a way to automatically update my dynamic IP in Cloudflare so I don’t loose access?

I’ve been trying to get this to work for the past two days now with very little success.