eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

206
active users

#caddyserver

0 posts0 participants0 posts today
Elias Probst<p><span class="h-card" translate="no"><a href="https://san-junipero.gimme-sympathy.org/@gewt" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>gewt</span></a></span> move to <a href="https://mastodon.social/tags/CaddyServer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CaddyServer</span></a> and there won't be a need for <a href="https://mastodon.social/tags/certbot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>certbot</span></a> anymore, since it comes with built-in <a href="https://mastodon.social/tags/ACME" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ACME</span></a> support and all tools and knobs one could wish for.</p><p>It comes with many sane defaults and thereby allows to run quite complex setups - yet only requiring very minimal configs.</p><p><a href="https://caddyserver.com/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">caddyserver.com/</span><span class="invisible"></span></a></p>
Scott Williams 🐧<p>I have again tried and failed to get my <a href="https://mastodon.online/tags/Nextcloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nextcloud</span></a> server to be happy with <a href="https://mastodon.online/tags/caddyserver" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>caddyserver</span></a>. It seems others have gotten pretty URLs with a subdomain to work and I got it sort of half-working, in that it's showing a nextcloud page, but with no CSS and an otherwise page not found.</p><p>My current ISP blocks port 80, so I have to use dns-01 with apache, which is one of those things that isn't great if I were to abruptly kick the bucket and my wife would eventually lose access to our server.</p>
Elias Probst<p><span class="h-card" translate="no"><a href="https://chaos.social/@alios" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>alios</span></a></span> I don't know whether there's a module for a fully declarative self-contained CA in <a href="https://mastodon.social/tags/nixpkgs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nixpkgs</span></a>, but you could run your own CA using "services.step-ca" and retrieve certs via <a href="https://mastodon.social/tags/ACME" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ACME</span></a> (either through the corresponding applications' support or using "security.acme").</p><p>If you're using <a href="https://mastodon.social/tags/CaddyServer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CaddyServer</span></a>, you also might want to simply use its built-in support to run an ACME CA (also based on smallstep) or utilize its ACME support to automatically retrieve certs at runtime for all defined hosts.</p>
chris@strafpla.net<p>Because the excellent (and beloved for a decade or so) <a href="https://mstdn.strafpla.net/tags/reeder" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>reeder</span></a> by <span class="h-card" translate="no"><a href="https://gloria.social/@rizzi" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>rizzi</span></a></span> does not support <a href="https://mstdn.strafpla.net/tags/TLSClientAuth" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TLSClientAuth</span></a> for feeds* I spent a few hours on Yak-Shaving and on learning about <a href="https://mstdn.strafpla.net/tags/caddyserver" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>caddyserver</span></a> <a href="https://mstdn.strafpla.net/tags/systemd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systemd</span></a>-<a href="https://mstdn.strafpla.net/tags/resolved" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>resolved</span></a> and - in the end - about <a href="https://mstdn.strafpla.net/tags/iCloudPrivateRelay" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iCloudPrivateRelay</span></a>.<br>If a local request is handled like an external request it may be because ... it's coming in as an external request.<br>___<br>* I’m sure I’m the only one left on the planet who has rss feeds with Client Certificates, so this is fine!</p>
lil5 :golang: 🌱 :react:<p>I’ve been looking at the alternatives to Rest API’s; <a href="https://fosstodon.org/tags/GraphQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GraphQL</span></a>, <a href="https://fosstodon.org/tags/gRPC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gRPC</span></a>, <a href="https://fosstodon.org/tags/tRPC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tRPC</span></a></p><p>gRPC has an interesting proto file, except for;<br>1️⃣ the overly complicated language generators<br>2️⃣ the very poor JavaScript first Typescript second mentality, building a request with classes 🤢.</p><p>GraphQL seems to fix a problem that is already fixed using http3 (just use <a href="https://fosstodon.org/tags/CaddyServer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CaddyServer</span></a> !) sending multiple requests at once. </p><p>tRPC only works for typescript mono repo’s 🚫</p>
Elias Probst<p><span class="h-card" translate="no"><a href="https://learnk8s.news/@learnk8s" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>learnk8s</span></a></span> fun fact: CoreDNS is based on (and was initially just a plug-in for it) Caddy 1, the nowadays famous webserver started (and back then mostly single-handedly developed) by <span class="h-card" translate="no"><a href="https://infosec.exchange/@mholt" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>mholt</span></a></span> </p><p>Caddy has greatly matured since then and the second generation brought some fundamental changes, but the Corefile format of CoreDNS is still straight-up derived from the original Caddyfile format.</p><p><a href="https://mastodon.social/tags/CoreDNS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CoreDNS</span></a> <a href="https://mastodon.social/tags/CaddyServer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CaddyServer</span></a> <a href="https://mastodon.social/tags/Caddy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Caddy</span></a> <a href="https://mastodon.social/tags/Caddyfile" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Caddyfile</span></a> <a href="https://mastodon.social/tags/Corefile" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Corefile</span></a> <a href="https://mastodon.social/tags/K8S" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>K8S</span></a> <a href="https://mastodon.social/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kubernetes</span></a></p>
Robert Rudolf<p>Hi, after a few days here, it's time for an <a href="https://fosstodon.org/tags/introduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>introduction</span></a>. I'm a big fan of everything <a href="https://fosstodon.org/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a>. I'm a self-employed EU-based <a href="https://fosstodon.org/tags/geek" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>geek</span></a>, taking care of my customers' servers and hosted apps, including <a href="https://fosstodon.org/tags/CaddyServer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CaddyServer</span></a>, <a href="https://fosstodon.org/tags/NextCloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NextCloud</span></a> and <a href="https://fosstodon.org/tags/MailCow" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MailCow</span></a> instances, and everything else customers desire.</p><p><a href="https://fosstodon.org/tags/Security" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Security</span></a> and <a href="https://fosstodon.org/tags/Privacy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Privacy</span></a> are a big concern of mine, also.</p><p>I love to spend time in <a href="https://fosstodon.org/tags/Nature" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nature</span></a> to clear my mind. If there is time, I like to read.</p><p>After a few days here, all I can say is I love it!</p>