cross-posted from: https://allovertheplace.ca/users/RareBird15/statuses/114192881822237478

I’m curious to hear what others are #SelfHosting! Here’s my current setup:

Hardware & OS

Infrastructure & Networking

Security & Monitoring

Authentication & Identity Management

  • Authelia (Docker): Just set this up for two-factor authentication and single sign-on. Seems to be working well so far!

  • LLDAP (Docker): Lightweight LDAP server for managing authentication. Also seems to be working pretty well!
    #AuthenticationTools #IdentityManagement

Productivity & Personal Tools

Notifications & Development Workflow

  • Notifications via: #Ntfy (Docker) and Zoho’s ZeptoMail (#Zoho)
  • Development Environment: Mostly using VSCode connected to my server via Remote-SSH extension. #VSCodeRemote

Accessibility Focus ♿️🖥️

Accessibility heavily influences my choices—I use a screen reader full-time (#ScreenReader), so I prioritize services usable without sight (#InclusiveDesign#DigitalAccessibility). Always open to discussing accessibility experiences or recommendations!

I’ve also experimented with:

  • Ollama (#Ollama): Not enough RAM on my Pi.
  • Habit trackers like Beaver Habit Tracker (#HabitTracking): Accessibility issues made it unusable for me.

I don’t really have a media collection, so no Plex or Jellyfin here (#MediaServer)—but I’m always open to suggestions! I’ve gotten a bit addicted to exploring new self-hosted services! 😄

What’s your setup like? Any cool services you’d recommend I try?

#SelfHosted #LinuxSelfHost #OpenSource #TechCommunity #FOSS #TechDIY

@selfhost @selfhosted @selfhosting

  • Tuukka R@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    There’s nothing fundamentally bad about it, but of course it will be easier using sftp for that. Keep in mind that ftp traffic is completely unencrypted. Might not be a problem if your network is truly secure, though.

    Still, if one of the computers run Mac OS X or Linux, you can just use sftp. Then you can connect to that computer using an ssh client (on Windows there’s PuTTy for that), and if the computer with the ssh server is a Linux computer, you can also run programs, such as a web browser, on it so that the browser’s window is visible on your computer, even if that computer runs Windows or OSX. In both cases you’ll need to install an X Server. In the case of Windows the X server program is called xMing.

    When you’ve got an ssh server set up, which is easy, you can also immediately use sftp to connect to it. You’ll get the other benefits of being able to use SSH, and your file transmission is encrypted.

    • htmlzip@europe.pub
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      mind that ftp traffic is completely unencrypted. Might not be a problem if your network is truly secure, though.

      I think if I run this entirely inside my local area network it should be save…