selfhosted

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

rambos, in Raspberry as NAS, multiple HDDs and an enclosure

Pi NAS is a big pile of cables and adapters IMO. You can buy used PC with multiple SATA or M2 ports for 100€

thedirtyknapkin,

yeah, once you have the drives, building the rest of the system can be done for dummy cheap if you look at like cheap used workstations that some company or school is offloading. and it would still probably be a more capable system all around.

mirdaki, in I want to set up a selfhosted RSS reader but feel a bit lost

Hey, glad to welcome you to self hosting!

There are a few different components to RSS. The feed (in this case Instagram or something like webtoons), an aggregator (the software that pulls in all the feeds you’re interested in and keeps track of things like read status), and a client (the actual interface you interact with to read your feeds)

A lot of time, the aggregator will include a web client you can use, so these can be bundled together. But, because RSS is an open specification, you could use a client other than the one that comes with an aggregator. Examples of this are Miniflux or FreshRSS. If you’re interested in Nextcloud, there is also an RSS plugin for that

The other part, the feed, is often provided by a website directly. Webtoons does this for instances. For each comic, there is a URL that points to the feed. Some sites will have a little RSS icon that direct you to the feed. While other sites will have you manually add a something likr “/rss” or “/atom.xml” to find that feed

But other sites, like Instagram, don’t provide feeds directly. To get those feeds, you’ll need some kind of service that scrapes content from Instagram and creates a feed from that. I’m sure there are selfhosted options for this, but because the original content had to come from a third party anyway, I don’t mind using a public service to create feeds for me. I personally use openrss.org, which doesn’t require an account to use, though I’m sure there are others as well. It has support for Instagram and a bunch of other sites too. I will warn that by the nature of having a service that scrapes another, things may break sometimes. I don’t follow any Instagram feeds through openrss, but I have some other sites/feeds that I do get through them and am generally happy with it

TLDR: Put something like Miniflux on your server and add the Instagram feeds you want through openrss.org to Miniflux

Does that help?

AgnosticMammal,

I think this’d help massively by explaining the components to RSS.

As for instagram or the other sites that do not have RSS, you could choose to self host your own RSS generator, such as RSS-Bridge or RSSHub.

With self hosted though, you could even customise those feed generators and customise your own feeds.

kanzalibrary,

Thank you so much for this!

Fisk400,

This is super helpful, thank you for taking the time to write this.

vegetaaaaaaa, (edited )
@vegetaaaaaaa@lemmy.world avatar

But other sites, like Instagram, don’t provide feeds directly. To get those feeds, you’ll need some kind of service that scrapes content from Instagram and creates a feed from that. I’m sure there are selfhosted options for this

github.com/RSS-Bridge/rss-bridge !

fart_pickle, in Raspberry as NAS, multiple HDDs and an enclosure

I’m using terramaster as hdd enclosure. I have two of those, both connected to lenovo thinkcentre. I’ve tried rpi but I needed more power hence the lenovo thingy.

hperrin, (edited ) in This Week in Self-Hosted (26 January 2024)

I released a relevant thing this week:

hub.docker.com/r/sciactive/nephele

It works well with nginx-proxy-manager.

savedbythezsh,

You should reach out to the creators and let them know! selfh.st/contact/

hperrin,

Good idea. Thanks. :)

Mythnubb, in This Week in Self-Hosted (26 January 2024)

I’m kind of excited for LubeLogger, since all the other fuel/maintenance trackers are going down the drain. Currently using Fuelio but I’m not a huge fan.

iluminae, in Proxmox HA, Docker Swarm, Kubrenetes, or what?

I use k8s at work a lot - I choose to use Nomad at home, you may want to add that to your shortlist.

jelloeater85,
@jelloeater85@lemmy.world avatar

How you liking it? Seemed a little hard to learn to me, and I do TF and Ansible.

1984,
@1984@lemmy.today avatar

I thought it was quite simple but it depends on your experience of course. It’s a single binary and a single config file, so I felt it was soo much simpler.

You can buy a good udemy course for 10 dollars too which really helps in the beginning.

iluminae,

Yea it’s very easy to learn enough to run, it has built-in service discovery and secrets now, and writing parameterized jobs feels so much nicer than a helm chart in k8s.

10/10, would orchestrate again

diminou,

Thank you for Nomad, will give this one a try at home!

testfactor, in Proxmox HA, Docker Swarm, Kubrenetes, or what?

I’d rule out k8s if you’re looking for simple administration.

BCsven, in Raspberry as NAS, multiple HDDs and an enclosure

there is a device you drop a pi into, and others like this. argon40.com/products/argon-eon-pi-nas

jelloeater85, in Raspberry as NAS, multiple HDDs and an enclosure
@jelloeater85@lemmy.world avatar

Hey this and put FreeNAS / TrueNAS on this.

TERRAMASTER F2-223 2Bay NAS Storage – High Performance for SMB with N4505 Dual-Core CPU, 4GB DDR4 Memory, 2.5GbE Port x 2, Network Storage Server (Diskless) a.co/d/iT25GwL

jgkawell, in Proxmox HA, Docker Swarm, Kubrenetes, or what?
@jgkawell@lemmy.world avatar

The solutions you’ve mentioned aren’t exactly equivalent. Proxmox is a hypervisor while Docker Swarm and Kubernetes are container orchestration engines. For example, I use Proxmox in a highly available cluster running on three physical nodes. Then I have various VMs and LXC containers running on those nodes. Some of those VMs are Kubernetes nodes running many Docker containers.

I highly recommend Proxmox as it makes it trivial to spin up new containers and VMs when you want to test something out. You can create and destroy VMs in an instant without messing with any of your actual hardware. That’s the power of a good hypervisor.

For orchestration, I would actually recommend you just stick with Docker Compose if you want something very simple to manage. Resiliency or high-availability usually brings with it a lot of overhead (both in system resources as well as maintenance costs) which may not be worth it to you. If you want something simple, Proxmox can run VMs in a highly-available mode so you could have three Proxmox nodes and set any VMs you deem essential to be highly-available within the cluster.

For my set up, I have certain services that are duplicated between multiple Proxmox nodes and then I use failover mechanisms like floating IP addresses to automatically switch things over when a node goes down. I also run most things in Kubernetes which is deployed in a highly-available manner across multiple Proxmox nodes so that I can lose a physical node and still keep (most) of my services running. This however is overkill for most things and I really only do it because I use my homelab to learn and practice different techniques.

synae, in Proxmox HA, Docker Swarm, Kubrenetes, or what?
@synae@lemmy.sdf.org avatar

I run k8s, mostly because I use it for work and really enjoy the gitops approach to management. Previously I used docker compose.

possiblylinux127, in Proxmox HA, Docker Swarm, Kubrenetes, or what?

First off, replace WiFi with Ethernet. Seriously, it will be way more reliable. There are plenty of janky adapters that will work fine.

Once you have that done you can setup a Proxmox cluster. Proxmox won’t be a good experience with WiFi.

rambos,

OP can try power line if nothing else works

1984, in Proxmox HA, Docker Swarm, Kubrenetes, or what?
@1984@lemmy.today avatar

You really should look into Nomad: developer.hashicorp.com/…/nomad-vs-kubernetes

I sat up a nomad cluster in my home lab just a few days ago, on top of instances in proxmox. Works really well and is simple to maintain and understand.

johntash, in Proxmox HA, Docker Swarm, Kubrenetes, or what?

+1 for Nomad. Ive used k8s a lot and still use it, but i prefer Nomad for home purposes. You dont even need a consul cluster to run it anymore so it’s pretty simple to start.

pl_woah, in Raspberry as NAS, multiple HDDs and an enclosure

You can do it. I use a powered USB hub and a raspberry pi, and 5 hard drives.

It is a mess of cables but was simple enough.

I also sprang for a UPS because most filesystem’s I tried like zfs and btrfs didn’t appreciate random brownouts from running 4 drives off the pi itself.

Right now they’re xfs and used for a minio install and torrent storage

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #