moonleay
[ developer | music addict ]
- 1 Post
- 3 Comments
Joined 11 months ago
Cake day: June 24th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
moonleay@feddit.orgto Linux@lemmy.ml•Setting up a secure blog (or any kind of website) using hugo, certbot, haproxy, and crowdsecEnglish2·10 months agoI use CI to compile the page and add it to nginx, which I then build into a docker container. Once it’s finished, I deploy it to my server and it gets served by traefik.
That’s another thing I was curious about. Is there a reason why you didn’t use docker?
You mentioned in another comment, that you used snap, because it is used in the official certbot instructions. Did you intend this to be 100% faithful to official docs?
moonleay@feddit.orgto Linux@lemmy.ml•Setting up a secure blog (or any kind of website) using hugo, certbot, haproxy, and crowdsecEnglish4·10 months agoHey,
cool seeing another bearblog in the wild (I also use Hugo + Bear for my blog).
Quick question: Why do you deploy the Hugo dev server and don’t build your page to static HTML?
For CI I currently use GitLab, but I want to move it to another git server (and therefore CI) in case they actually sell.