[-] [email protected] 2 points 2 years ago

r/lostredditors

2
submitted 2 years ago by [email protected] to c/[email protected]

For the Debian + Docker folk. Do you use the default Debian packages for Docker or do you use the Docker Apt repository?

Why or why not?

I generally prefer to use the packages built into Debian, but there still(?) isn't a package for the v2 compose plugin. It's easy to manually install, but wondering if it's worth the change to the Docker packages.

[-] [email protected] 2 points 2 years ago

There's no technical problem with running a mail server on the same server as websites. The only concern is simply that web applications are much more likely to have bugs and get hacked than your mail server. If a web app does get hacked, all of your mail is potentially compromised. If you don't care about that, I'd say ... go for it.

[-] [email protected] 1 points 2 years ago

Sadly, I believe web push notifications still go through a centralised server provided by the browser developer.

[-] [email protected] 1 points 2 years ago

I thought limits only worked in swarms?

[-] [email protected] 1 points 2 years ago

I just checked the docs and didn't see anything about ntfy accepting smtp? This would be useful, what am I missing?

[-] [email protected] 1 points 2 years ago

You have climbed mountains and gained skills. Congratulations my friend, now bask in the soothing waters.

[-] [email protected] 1 points 2 years ago

One thing that threw me in the beginning was that the docs didn't show examples in context. As an example, if you look at the basicauth docs it shows:

basicauth /secret/* {
	Bob $2a$14$Zkx19XLiW6VYouLHR5NmfOFU0z2GTNmpkT/5qqR7hx4IjWJPDhjvG
}...
}

Where can I use this? Globally? In the top-level of the virtualhost definition? If I'm reverse proxying, do I put it inside the reverse_proxy stanza? I used Apache for years and the docs always stated what context directives could be used in, eg.

https://httpd.apache.org/docs/2.4/mod/core.html#acceptpathinfo

[-] [email protected] 1 points 2 years ago

I used Apache for many years. It’s great! But Caddy is simpler, easier and lighter weight.

[-] [email protected] 1 points 2 years ago

Because this is r/selfhosted. :-)

[-] [email protected] 1 points 2 years ago

I used Apache's webdav server for years for this kind of thing.

https://httpd.apache.org/docs/2.4/mod/mod_dav.html

Caddy also has webdav support:

https://caddyserver.com/docs/modules/http.handlers.webdav

[-] [email protected] 1 points 2 years ago

I switched from Traefik to Caddy a few years ago and have no ragrets. The only complaints I have about Caddy:

  • It doesn't support configuring virtual hosts automatically via docker labelsl (like Traefik).
  • Many features (like DNS auth for certs) require compiling Caddy. Which is easy but annoying.
view more: next ›

adamshand

0 post score
0 comment score
joined 2 years ago