this post was submitted on 19 Oct 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Does anyone know of a tool similar to https://github.com/tiredofit/docker-traefik-cloudflare-companion to automatically register CNAME entries in Cloudflare but for Caddy Server?

you are viewing a single comment's thread
view the rest of the comments
[–] dazchad@alien.top 1 points 11 months ago (2 children)

I suppose wildcard DNS would not work for you?

I have a *.svr.domain.tld on Google Domains (need to transfer somewhere else), and then on Caddyfile I can register individual foo.svr.domain.tld without touching DNS

[–] Mr-Mars-Machine@alien.top 1 points 11 months ago (1 children)

That's a very good one! I hadn't thought about it that way. Anyway, if there was some similar tool for Caddy it would be great. Thanks for your comment.

[–] Wreid23@alien.top 1 points 11 months ago (1 children)

Put your request in caddy forums and tag mholt he is very responsive . You could also sign up for open ai (chat gpt) feed it the compose.yml file in that github and ask it "what does this yml do" let it answer then ask "what modifications would be needed to make a similar script or yml that uses caddy in stead of traffik" when it gives you a working output (try it ) and go back to forums and say I want to make somethng like this and get feedback . Rinse and repeat and it may already exist as a combo of adding caddy packages + you just need the right caddyfile or json + addons to work with what may already exist as a feature with some docker tweaks

[–] Mr-Mars-Machine@alien.top 1 points 11 months ago

Put your request in caddy forums and tag mholt he is very responsive . You could also sign up for open ai (chat gpt) feed it the compose.yml file in that github and ask it "what does this yml do" let it answer then ask "what modifications would be needed to make a similar script or yml that uses caddy instead of traffik" when it gives you a working output (try it ) and go back to forums and say I want to make somethng like this and get feedback . Rinse and repeat and it may already exist as a combo of adding caddy packages + you just need the right caddyfile or json + addons to work with what may already exist as a feature with some docker tweaks. I fixed a few scripts / yml configs like this that I prob wouldnt havent gotten close to working without hours of headbanging / trial and error.

I will make sure to post this question in the Caddy forum. I just wanted to know the opinions and experiences of other people who also had this need, that's why I opened this Reddit thread.
Thanks!

[–] -eschguy-@alien.top 1 points 11 months ago

This is what I do