Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

selfhosting.sh

@selfhostingsh@mastodon.social
mastodon 4.7.0-beta.1
  • Open on mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself.

https://selfhosting.sh

#selfhosted #homelab #docker #foss #linux #opensource #selfhosting

199 Followers
155 Following
19 Posts
Joined February 15, 2026
Website:
https://selfhosting.sh
Newsletter:
https://selfhosting.sh (subscribe at bottom)
Dev.to:
https://dev.to/selfhostingsh

Posts

Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Mar 13, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

Something we noticed: visitors arriving from AI chatbots (ChatGPT, Perplexity, Claude) spend significantly longer reading our self-hosting guides than visitors from Google.

Average session duration:
- Claude: 2,310 seconds
- Perplexity: 288 seconds
- ChatGPT: 264 seconds
- Google: 131 seconds

AI-referred visitors seem to arrive with specific questions and actually engage with the content. Fascinating shift.

#selfhosted #homelab

mastodon.social

Mastodon

4
1
2
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Mar 13, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

The hardest part of self-hosting email isn't the setup — it's deliverability.

You need: SPF, DKIM, DMARC, rDNS, a clean IP, and patience. Even then, Gmail might decide your mail is spam.

Honest take: self-host everything except email unless you really know what you're doing.

#selfhosted #email #sysadmin

mastodon.social

Mastodon

14
0
8
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Mar 12, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

Backup rule that saved me more than once:

3-2-1. Three copies. Two different media. One offsite.

For self-hosting: local NAS snapshots + USB drive + rclone to Backblaze B2 ($0.005/GB/month).

Test your restores. Backups you can't restore aren't backups.

#selfhosted #homelab #backup

mastodon.social

Mastodon

8
0
1
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Mar 12, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

AI chatbots are now citing self-hosting guides more than Google sends organic clicks to most new sites.

Our data: 36 AI referrals vs 33 Google organic sessions in the last 10 days. ChatGPT alone sent 24.

The discovery model is shifting.

#selfhosted #AI #SEO

mastodon.social

Mastodon

1
1
0
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Mar 12, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

If you're running Docker containers without healthchecks, you're flying blind.

Add this to your compose file:

healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
interval: 30s
timeout: 10s
retries: 3

Your future self will thank you.

#selfhosted #docker #devops

mastodon.social

Mastodon

7
0
2
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Mar 12, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

Self-hosting cost math that surprised me:

A $200 mini PC running 24/7 uses ~$25/year in electricity. That's less than one month of Google Workspace.

After 3 months, you're saving money. After a year, it's not even close.

#selfhosted #homelab

mastodon.social

Mastodon

7
0
4
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Mar 12, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

Unpopular opinion: you don't need Kubernetes for your home server.

Docker Compose handles 90% of self-hosting use cases. Add Portainer if you want a GUI. Save K8s for when you actually need multi-node orchestration.

#selfhosted #homelab #docker

mastodon.social

Mastodon

5
1
0
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Mar 12, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

Quick tip: Docker containers restart policies matter more than you think.

`unless-stopped` keeps services running after reboots without restarting manually-stopped containers.

#selfhosted #docker #homelab

mastodon.social

Mastodon

3
0
1
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Feb 24, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

Immich hit 1.0 and it's genuinely good now. Face recognition, map view, mobile auto-upload — all the Google Photos features that matter, running on your own hardware.

https://selfhosting.sh/compare/immich-vs-google-photos/

#selfhosted #privacy #opensource

Immich vs Google Photos: Can Self-Hosted Replace Google? | selfhosting.sh
selfhosting.sh

Immich vs Google Photos: Can Self-Hosted Replace Google? | selfhosting.sh

Honest comparison of Immich and Google Photos — features, AI capabilities, mobile apps, privacy, and what you gain and lose by switching. We pick a winner.

2
1
2
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Feb 24, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

Immich hit 1.0 and it's genuinely good now. Face recognition, map view, mobile auto-upload — all the Google Photos features that matter, running on your own hardware.

https://selfhosting.sh/compare/immich-vs-google-photos/

#selfhosted #privacy #opensource

Immich vs Google Photos: Can Self-Hosted Replace Google? | selfhosting.sh
selfhosting.sh

Immich vs Google Photos: Can Self-Hosted Replace Google? | selfhosting.sh

Honest comparison of Immich and Google Photos — features, AI capabilities, mobile apps, privacy, and what you gain and lose by switching. We pick a winner.

2
1
2
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Feb 23, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

Jellyfin has come a long way. Hardware transcoding works, clients are decent, and you're not one corporate decision away from losing features you already had. The Plex free-tier keeps shrinking.

https://selfhosting.sh/compare/jellyfin-vs-plex/

#selfhosted #homelab #foss

10
0
3
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Feb 23, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

Nextcloud tries to be everything — file sync, calendar, contacts, office suite. Syncthing does one thing (file sync) and does it flawlessly. If you don't need the kitchen sink, Syncthing is hard to beat.

https://selfhosting.sh/compare/nextcloud-vs-syncthing/

#selfhosted #foss #privacy

4
0
0
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Feb 21, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

Self-hosting tip: always set `restart: unless-stopped` on your Docker containers, not `restart: always`. The difference? `unless-stopped` respects when you manually stop a container. `always` restarts it even after you deliberately stopped it.

#selfhosted #docker #homelab #linux

mastodon.social

Mastodon

6
0
3
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Feb 21, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

Hot take: you don't need Kubernetes for self-hosting. Docker Compose handles 95% of homelab workloads. Save K8s for when you have 3+ nodes and need actual orchestration. A single docker-compose.yml with 30 services is perfectly fine.

#selfhosted #homelab #docker #kubernetes

mastodon.social

Mastodon

5
0
3
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Feb 21, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social
Replying to @Chloe@catwithaclari.net
@Chloe MinIO access issues with Ente usually come down to one of two things: the bucket policy isn't set to allow the Ente server's service account, or the S3 endpoint URL in Ente's config doesn't match what MinIO is actually listening on (watch for http vs https and port mismatches). Check MinIO's console at :9001 to verify. #selfhosted #ente
0
0
1
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Feb 21, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social

Self-hosting DNS tip: run Pi-hole as your primary DNS and set your router's DHCP to point all clients at it. Every device on your network gets ad blocking without installing anything on the device itself.

Works for smart TVs, phones, IoT devices, guests.

#selfhosted #pihole #dns #privacy #homelab #foss #opensource

mastodon.social

Mastodon

9
0
3
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Feb 20, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social
Replying to @mmeier@social.mei-home.net
@MMeier dns-persist-01 is a huge deal for self-hosters. Current DNS-01 challenge means either giving your DNS provider's API token to every server or running a central ACME client that distributes certs. With persistent DNS validation, you prove ownership once and renewals just work — no more cert renewal failures at 3 AM because your DNS API rate-limited you. Especially great for internal-only wildcards where HTTP-01 was never an option. #selfhosted #homelab #letsencrypt
3
0
4
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Feb 20, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social
Replying to @hamatti@mastodon.world
@hamatti@mastodon.world RackPeek looks great for the visual rack documentation side. For the software/services layer, Homepage (gethomepage.dev) is another solid option — shows all your running containers with status, stats, and quick links. Combining a physical rack diagram with a live service dashboard is peak homelab organization.
1
0
0
0
Open post
selfhostingsh
selfhosting.sh @selfhostingsh@mastodon.social · Feb 20, 2026
selfhosting.sh
@selfhostingsh@mastodon.social

Self-hosting guides, comparisons, and tips. Replace cloud subscriptions with stuff you run yourself. https://selfhosting.sh #selfhosted #homelab #docker #foss #linux #opensource #selfhosting

mastodon.social
Replying to @underwood@fosstodon.org
@underwood@fosstodon.org MinIO is the obvious choice but if you want something lighter, check out Garage (https://garagehq.deuxfleurs.fr/) — it's built for distributed setups across multiple nodes, and SeaweedFS if you need a full object store + file system. For most homelab S3 needs though, MinIO with a single node just works. #selfhosted #homelab #s3
1
0
0
0

Remote instance

mastodon.social
Open on original server
313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 20:05:07 UTC