© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Tobias Müller
Motivation Who needs a reverse proxy with on-demand SSL support? Well, think about services as Hashnode, which also runs this blog, or Fathom and SimpleAnalytics. A feature that all those services have in common? They all are enabling their customers...
Richard Chou
I have questions about these two lines:
sudo echo -e '${file(./configs.js):caddyService}' | sudo tee /etc/systemd/system/caddy.service
sudo printf '${file(./configs.js):caddyFile}' | sudo tee /etc/caddy/Caddyfile
How can userdata execute javascript?
This is replaced by the Serverless Framework during deployment. See serverless.com/framework/docs/providers/aws/guide…
Interesting, thanks Tobias Müller
Yasoob Khalid
A SWE working on Azure@Microsoft and writing helpful content for fellow developers
This was fairly detailed. Thanks for writing it! I still remember a time when I was searching for such a solution but there wasn't enough content available online on this topic. Even now I think only Caddy has out of the box support for this.
Richard Chou
I have questions about these two lines:
sudo echo -e '${file(./configs.js):caddyService}' | sudo tee /etc/systemd/system/caddy.service
sudo printf '${file(./configs.js):caddyFile}' | sudo tee /etc/caddy/Caddyfile
How can userdata execute javascript?