There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Haystack

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Haystack ,

I use Caddy V2 (running in Docker/Podman). Configuration can be even simpler than the below. It automatically sorts out the SSL certs from Let’s Encrypt for you. If you use Cloudflare DNS challenge like I do, you can get SSL without the server having to be exposed to the internet.


<span style="color:#323232;">cloud.example.com {
</span><span style="color:#323232;">  encode zstd gzip
</span><span style="color:#323232;">  tls {
</span><span style="color:#323232;">    dns cloudflare {$CLOUDFLARE_API_TOKEN}
</span><span style="color:#323232;">    resolvers 1.1.1.1 1.0.0.1
</span><span style="color:#323232;">  }
</span><span style="color:#323232;">  reverse_proxy nextcloud.my.local.domain:80
</span><span style="color:#323232;">}
</span>

If you want it exposed then you can just use the default HTTP challenge.


<span style="color:#323232;">cloud.example.com {
</span><span style="color:#323232;">  encode zstd gzip
</span><span style="color:#323232;">  reverse_proxy nextcloud.my.local.domain:80
</span><span style="color:#323232;">}
</span>

And yes you can add any number of sites on subdomains like this and it will reverse proxy them to the correct server based on the domain name.

Haystack ,

If you’re open to code CAD look at build123d

Haystack ,

You can simply use a DNS provider like Cloudflare DNS along with ddclient

You just finished setting up all your services and it works fine - how do you now prepare for eventual drive failure? (kbin.social)

I know that for data storage the best bet is a NAS and RAID1 or something in that vein, but what about all the docker containers you are running, carefully configured services on your rpi, installed *arr services on your PC, etc.?...

Haystack ,

For real, saves so much space that would be used for VM backups.

Aside from that, I have anything important backed up to my NAS, and Duplicati backs up from there to Backblaze B2.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines