1
299
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]

Hello everyone! Mods here 😊

Tell us, what services do you selfhost? Extra points for selfhosted hardware infrastructure.

Feel free to take it as a chance to present yourself to the community!

🦎

2
9
submitted 2 hours ago by [email protected] to c/[email protected]

Weekly Highlights Six days in and June is already turning out to be quite the eventful month. While development and releases tend to slow down in the summertime, there was no shortage of noteworthy self-hosted activity this week

3
25
submitted 5 hours ago by [email protected] to c/[email protected]

I have been using an old PC as NAS and running docker containers (Immich, Nextcloud, paperless-ngx etc.). I got 5 3.5" HDD disks and a Nvme. Even on idle, I am consuming 50-60w. A friend of mine is selling a Qnap NAS which is a dedicated machine and probably consumes less power, although I don't know if it's worth it.

4
32
submitted 9 hours ago by [email protected] to c/[email protected]

How do you backup important things you store in selfhosted clouds?

I’m currently thinking about hosting Ente myself for syncing all my pictures. Maybe also spinning up nextcloud for various other shared files. However, for me one main benefit of using services like iCloud is the mitigated risk of losing everything in case the hardware fails (and fire, theft, water-damages, …).

Do you keep regular updates on hosted services? Do you keep really important stuff on other providers? Do you have other failsafes?

5
21
File collecting program? (sh.itjust.works)
submitted 21 hours ago* (last edited 21 hours ago) by [email protected] to c/[email protected]

I find myself often having to transfer a random files from another person's device to mine. Existing file sharing solutions aren't exactly ideal because they either require me to remember a very long URL (file shares), or requiring me to log in on others' device (cloud). I'm wondering if there's a program where anyone can upload files, but can only be viewed and downloaded from the server by authenticated users. I understand it's not wise to accept files from unauthenticated users, but it would be so damn convenient. If there isn't one, I suppose that would be my next project.

6
48
submitted 1 day ago by [email protected] to c/[email protected]

I’m thinking of using Storj because I’d like a trustless solution. Are there any other good alternatives in the decentralized or Web3 space?

7
14
submitted 1 day ago by [email protected] to c/[email protected]

Another Lemmy thread led me to thinking about getting a cheap VPS for my homelab. I'm double-NATted by my ISP, so I can't do traditional port forwarding. I'd like to get a cheap VPS, install Tailscale on it, and access my homelab from anywhere without having to have Tailscale on every device I use (at work where I can't install it, for example).

I found a cheap VPS company and the plan I was looking at gives 1000 GB bandwidth per month. Some of the things I want to access are media servers (Navidrome and Jellyfin). So if I set up the VPS with nothing but a reverse proxy and Tailscale, will all my Jellyfin traffic go through the VPS and count as bandwidth used?

8
25
submitted 1 day ago* (last edited 17 hours ago) by [email protected] to c/[email protected]

After my previous server got hacked (presumably), I am now looking for new solutions to my needs. CalDAV/CardDAV is a big one.

So far I switched from a content management system (PHP) to a static site generator for my blog, and I'm not looking back.

I wonder if it makes sense to also step away from PHP wrt CalDAV/CardDAV.

As ever so often, this list has some nice info.

I'd like to keep dependencies low. Python would be a good choice because it's already installed on my Debian Stable system. But would it be safer?

Back when I started this compatibility with clients was an issue; but I don't use Android anymore. In any case, is this still an issue?

edit: no, I don't use a web based app; and I'd prefer the server doesn't require admin via web UI either.


Thanks for all your replies! I chose Radicale, already set it up. Only what is needed, simple config files. Very nice. It runs under an nginx reverse proxy and they communicate encrypted (and of course the outside is also encrypted and password-protected). And the web UI can be disabled.

The documentation is very tutorial-like and security conscious.

9
7
submitted 1 day ago* (last edited 1 day ago) by [email protected] to c/[email protected]

I'm currently running my Immich server on a mini PC with proxmox

It's got 3x N97 CPU cores available to it and 7gb of ram It's using the default ViT-B-32__openai model, I was wondering if I can use a more powerful model, but I'm not sure which one or if I should enable hardware acceleration etc.

This is my yaml file

  immich-machine-learning:  
    container_name: immich_machine_learning  
    # For hardware acceleration, add one of -[armnn, cuda, rocm, openvino, rknn] to the image tag.  
    # Example tag: ${IMMICH_VERSION:-release}-cuda  
    image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}  
    # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration  
    #   file: hwaccel.ml.yml  
    #   service: cpu # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference - use the `-wsl` version for WSL2 where applicable  
    volumes:  
      - immich-model-cache:/cache  
    env_file:  
      - stack.env  
    restart: always  
    healthcheck:  
      disable: false  

I looked at the docs but it's a bit confusing so that's why I'm here.

10
63
submitted 1 day ago by [email protected] to c/[email protected]

From their release notes:

A few highlights ✨:

  • Keep sort and order criteria during navigation
  • Implement loading spinner for marking as favourite/read
  • Many bug fixes
11
49
submitted 2 days ago by [email protected] to c/[email protected]

cross-posted from: https://sh.itjust.works/post/39436154

Hello everyone, I'm building a new server for the house, it will act as a NAS for everyone and host a few services like paperless, immich, baikal, jellyfin, syncthing probably navidrone, etc. The main reason I'm building a new one is that my current one is a HP prebuilt with a 3rd gen i5 and 8GB ram that is slowly beating the bucket, my 4TB HDD is completely full and there's no more sata ports nor space in the case.

I am fully psychologically prepared to be 24/7 tech support, but after all I already am, and in this way I have to support services for which I know how they work (and that I trust!) and not some strange Big Tech service whose UI and inner workings changes every other day.

For reference my new build is:

  • CPU: Ryzen 5 PRO 4560G + stock cooler. Has integrated graphics, can use it for Jellyfin transcoding.
  • RAM: Corsair Vengeance 2x8GB (from my desktop before I upgraded to 64GB RAM. If needed in the future I will upgrade the capacity and probably switch to ECC, I've chosen the CPU since it has support for it)
  • SSD NVME (boot+VM storage): Verbatim VI3000 512GB
  • Storage (SATA): 4x12TB Seagate Enterprise (White label) to use ZFS and Raid Z1 + 1x512GB Samsung SSD as cache.

I'm planning on using proxmox on bare metal and spin up VM/containers as needed, for which I'm wondering:

  • I know proxmox can manage ZFS arrays, is it better to create the array via proxmox, then share it as needed via something like openmediavault in vm/container OR to create a TrueNAS VM and passthrough the SATA controller to it, then manage everything via TrueNAS? I've done the latter in the past on another server, it's holding strong

  • I don't know if exposing the server to the open internet is a good idea (of course with fail2ban and a firewall properly configured) or to just keep a VPN connection to the server always open. I think the latter would be more secure, but also less user-friendly for parts of the family. I'm using wireguard currently to remote into my server when needed, and sometimes networks like eduroam in my university block it completely.

    • Self signed SSL certificates might also be a problem in the latter case
  • Since I will experiment with this server a little bit, I was thinking of keeping:

    • One VM for services for the family (exposed to internet or VPN)
    • One VM for services I still want to expose (I currently expose a couple websites for friends with data archived in my NAS)
    • One VM for me to experiment with before going in "production" for the family

Each VM would host its services using Docker+Portainer. My question is: is this too convoluted? Should I just use proxmox's LXC containers (which I have no experience with) and host services there?

I was also thinking of spinning up a pfsense/opnsense box and put the server into a separate VLAN from the domestic lan. But that will be a project for a second time. Unfortunately the way ethernet is wired in my house and for the physical space I have available prevent me from separating the networks by physically using another router.

Thanks!

12
47
submitted 2 days ago by [email protected] to c/[email protected]

Basically as the title says.

I'd like to know what is there on selfhosted solutions if people are using any, to keep tabs on stuff for managing projects. But - here's the thing, I want a thing to help take notes, not a thing that's gonna "make decisions" / "suggest a business plan".

So, basically I'm looking for something self-hosted that incorporates things like (manual!) man-hours tracking, gantt charts, kanban and other organizative diagrams, general (ie.: not "code-oriented") issue tracker.

Ideally to be deployed as an assiatnce to keep track of stuff on a small shop operating a force of 8~12 devs. Me and one other person want to help shield our devs from clients as the company is starying to grow more, enough that asking the devs for hard data on how they are managing themselves (to know if there's room for another project or if overtime is needed, for example) is starting to deprive them of actual devel time. We want to avoid reaching the stage of meetings that could have been emails.

Thanks in advance. Suggestions are welcome, we do have enough time to test a few alternatives before settling on one we just don't know what exists out there that is not "sign in on Github".

13
60
submitted 3 days ago by [email protected] to c/[email protected]

All docker files look something like this

services:
  service_name:
    image: author/project:latest
    container_name: service_name
    volumes:
      - service_data:/app/data/

volumes:
  service_data:

Yes, this makes the data to persist, but it creates a directory with a random name inside /var/lib/docker/volumes/
This makes it really hard to actually have ownership of the data of the service (for example to create backups, or to migrate to another host)

Why is it standard practice to use this instead of having a directory mounted inside at the same level you have your docker-compose.yml?
Like this - ./service_data:/app/data

14
63
submitted 3 days ago by [email protected] to c/[email protected]

I have experimented with FinAmp, Jellyfin, Plexamp, and Symformium.

I really hate to say it, but Plexamp is the best out of all of them. The thing is, I wanted to ditch Plex because I do not like them anymore.

Can anyone recommend me a good free app for Android that can stream my music collection?

15
49
submitted 3 days ago by [email protected] to c/[email protected]

Looking to do a small personal website that will keep folx up-to-date on new music releases I put out, events I'm hosting, and random ramblings.

Curious as to what options are out there - free and easy to use would be ideal set up.

16
384
submitted 5 days ago by [email protected] to c/[email protected]
17
21
submitted 4 days ago by [email protected] to c/[email protected]

I know this isn't the best community for this topic but Lemmy doesn't have anything more specific (yet). I want to know what's going on that I have this setting in FreshRSS:

And this behavior:

Something tells me it isn't a bug, just going over my head. I'm still new to selfhosting so it's not all clear to me how it works yet.

18
66
submitted 4 days ago by [email protected] to c/[email protected]

I use a SIP provider for the landline at home. When on vacation I want to be able to make outbound calls with my landline number. I know this can be done, but I have no idea how. Does anyone here have some pointers for required hardware, software and configuration?

19
14
submitted 3 days ago by [email protected] to c/[email protected]

Hi, Within our district, we have multiple autonomous group with their own activities. We all agree it's nice and okay for group members to join activities in other groups. Consensus about information sharing is tough. All have their own habits and technical (IT) skills are scarce. The idea now is to have one from each group to arrange the communication between the groups, and that one distribute the event's in their group. I think it's a lot of work and causes delay's etc.

My idea now: A self hosted website with an event calendar. It's okay for the world to see. People can just send an invite from their own calendar to it, and if the sender is on a whitelist, it gets accepted and placed/removed/updated (whatever the invite is)

Anyone any idea if something like it exists?

Optional: the events get sent out from the website (using it's own sender id) to subscribed members. And in a perfect world, their responses would end up at the original meeting planner so they have an idea of how many could show up. And I can think of many more nice features (subscribe only to certain groups etc) but there is also an idea to keep it simple.

20
54
submitted 5 days ago by [email protected] to c/[email protected]

Hello, i want to get into the self hosting game and have some questions about it. I hope that this community may help me (i already learnt so much by reading posts in this community).

  1. I want to self host an NAS and some home server applications like Immich, Homeassistant, Jellyfin and parts of the *Arr stack. Would it be advisable to get a mini-PC and a separate NAS or can i put this on the same appliance together? Was thinking about getting a NAS from Terramaster and i am not sure if i need a separate mini PC.
  2. If i would go with the all in one solution, would TrueNAS Scale be enough? I saw some recommendations to get Promox and run TrueNAS Scale for the NAS management and Promox container for everything else.
  3. If i would go with the separate solutions how would i handle seeding? Since the mini-PC would run the *Arr Suite with qBittorrent would it be able to download directly to the NAS and hardlink the stuff there or would seeding require two copies, one on the mini-pc and another one on the NAS?

I hope my problems are clear, i tried searching for it but did not find a satisfying answer, which is why i am asking here. Thanks in advance

21
155
submitted 6 days ago* (last edited 5 days ago) by [email protected] to c/[email protected]

I recovered from a small disaster today using the neko dockerised web-browser.

I set up a remote backup with Proxmox running on a HP mini and a Synology a month ago at a friend's house 3000 km away. I thought I'd reserved all the IP addresses, but last night the Synology IP address changed, so the NFS shares to Proxmox and Jellyfin broke. That wasn't to hard to fix remotely, but I don't want it to happen every time the DHCP lease expires.

So now I need to log into their router and reserve the IP addresses...

I can get on the local network there by ssh-ing into one of my entities (via Tailscale), but how do I get to the web interface of the router?

Enter neko. It spins up a browser in a Docker container that can be accessed over a web address. So I created an LXC, installed docker and spun it up, then was able to use that to open the local-only web interface to the router.

neko is intended for watch parties, so multiple people can be logged in to the same browser window at a time - there's a toggle to take control of the window for clicks and typing, but apart from that it's all pretty straight forward. There's a very noticeable lag, but it got the job done.

Perhaps there was an easier lighter-weight way of doing this? In the old old days there was a text browser called Lynx - so perhaps there's some modern iteration that could have done this job?


Edit: There is an easier lighter-weight way of doing this!

Thanks to @[email protected], @[email protected] and others who mentioned 'ssh tunneling' - TIL I could just connect a local port (8080 in my case) to port 80 on the router (192.168.1.1:80 in my case) via the VM I have ssh access to over tailscale ([email protected]) with:

ssh -L 8080:192.168.1.1:80 [email protected]

ssh -L <local port to use>:<remote machine to access with port> <ssh address of jump machine>

When executed, that looks like I've just ssh'ed into that machine, but until I log out of that connection I can open up 127.0.0.1:8080 in my browser and I'm in the router's web interface - still a tiny bit of lag, but way smoother experience with less carry on.

Amazeballs.

22
34
submitted 5 days ago by [email protected] to c/[email protected]

Fellow self hosting friends, I screwed up. Not only have I deleted Immich's PostgreSQL folder but I also didn't have backups (of the database, of the photos I do).

I've tried to recover the deleted folder but there's not much left even with proper tools. I've checked and the photos are still there, so my question is: Is there a way for immich to rebuild the database with the photos there? Should I start from scratch and re-upload?

23
64
submitted 5 days ago* (last edited 3 days ago) by [email protected] to c/[email protected]

Hello. I'm looking for a software to save web pages from my computer and phone and read them later in my ereader device that has wifi connection and a rudimentary browser. Ideally, the software would turn the web pages into some sort of reader view mode to make them more fluid for the ereader, but that's not necessary. I want something as simple as possible that I can host locally on a raspberry pi-like device. I don't need long term archival or fancy features. Do you have any recommendations? I believe you're the best people to know a nice tool for that job.

Edit: Thank you, everyone! I got a bit overwhelmed here, but I will check everything in my time.

24
52
submitted 6 days ago* (last edited 4 days ago) by [email protected] to c/[email protected]

Hello everyone,

I'm thinking about a project and would like to ask for a second opinion from more experienced people. I sadly didn't find a community dedicated to that on Lemmy and here's the closest I know about. Let me know if I need to move the subject elsewhere, I understand this is on the fringe.

I have experience self-hosting many things on an old gaming PC at home.

Recently my phone which I use for music (navidrome) and satnav in car via Android Auto keeps crashing. The easiest solution would be to get a new phone but this one isn't even two years old so I'm frustrated with modern tech and want to build my own satnav solution.

One limitation I have is that my car only has one USB port to benefit from the car audio system and infotainment. I've chosen to give the USB port to an MP3 player with my music on it.

My idea is to then get a Raspberry Pi 5 or something equivalent , probably the Pi for the community resources for the satnav system.

Add a GPS receiver to it, a generic phone screen, a few physical buttons, maybe bluetooth dongle to connect a bluetooth speaker and potentially a foldable keyboard to type addresses and install something like BRouter for local satnav. Try to figure out how to add physical buttons for media control and also manual brightness.

I'd power it with external powerbanks. The screen would be the size of a phone, or maybe even and old phone or something, to benefit from the third party market of phone holders.

The goal is relatively simple: Local offline satnav with rerouting. Full control of the data, updates and tech used. Portable so it easily comes with me from car to car over the years. Modular, so I could potentially add stuff like rear cam later on.

Why not get a dedicated GPS device? Because I don't want to rely on a greedy corporations when I think I can do it myself (Garmin recently pulled a bad prank with a new subscription plan for instance.) And it's simply just fun to attempt a project like this.

I have plenty of free time to learn and figure it out, but if there's something obvious that I missed and makes the project a no-go, I'd love to know before I purchase everything.

Any feedback?

UPDATE 1st June: I'm going forward with the project. I've been looking extensively at how on Earth I am going to power this and the Raspberry Pi 5 isn't a good contender because it requires 5V/5A which is very difficult to comply with in a car without tinkering that I deem advanced. I'm now considering using a Pi4. Checking if the 4 is strong enough for satnav and music.

25
129
submitted 6 days ago by [email protected] to c/[email protected]
view more: next ›

Selfhosted

46672 readers
355 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS