Can I configure custom app module in Caddyfile?

I need something like this:

{
  apps {
    my_module {
        foo bar
    }
  }
}

Is this possible?

Found correct solution by example: GitHub - mholt/caddy-dynamicdns: Caddy app that keeps your DNS records (A/AAAA) pointed at itself.

2 Likes

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