selfhosted

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

gregoryw3, in Proxmox Ubuntu VM has "graphical" console

You might have grabbed the wrong iso. There are two ISOs for Ubuntu, one is desktop which comes with a desktop and the other is server which only comes with a text console.

You can install a desktop onto a server image if necessary, however I would recommend just using a desktop iso and don’t bother with adding on and setting up all the desktop software.

If you want to be able to select text, copy and paste, I just SSH from Windows Terminal or Mac iTerm2

Alternatively if it is a desktop iso then you might have accidentally installed a package that broke things or have gone a tty interface. There’s so many different possibilities it’s going to be hard to help more.

wreckedcarzz, in Plex To Launch a Store For Movies and TV Shows
@wreckedcarzz@lemmy.world avatar

The Slashdot post points to this article www.theverge.com/…/plex-store-movies-tv-shows

Jyek, in What should I use my RPi4 for?

I run a modded Minecraft server for my friends, PiHole for my home network, DDclient, and a discord bot for my discord server on a RPi4 8GB. I also use another as an emulation station.

cyberpunk007, in Plex To Launch a Store For Movies and TV Shows

Time to move to jellyfin I guess

Osiris,

Jellyfins pretty great. It’s much simpler than Plex and has quite a few less features, but it does what it does really well

Smash,

Sadly in the 4 years I’m using it jellyfin still couldn’t figure out how to correctly display series season covers and has some streaming bugs (no audio when audio is DTS and PGS subs are enabled ect)

rezz,

You should redo your org from scratch and let all the default plugins do the work. Mine looks great and I never changed anything, just followed the recommended file org pattern for Movies and TV Shows.

RootBeerGuy,
@RootBeerGuy@discuss.tchncs.de avatar

Exactly. 99% of these issues are not naming the files as Jellyfin needs, which I understand can be annoying if you have a large number of files to move to it. And having the right access permissions for files, if you are on Linux.

CazRaX,

Filebot is nice for that, it is what I used when I first got into Plex and realized the reason I had so many problems is because of the way I named files. This was before I even knew Sonarr and Radarr existed, now you can get them to do it.

Osiris,

Yup! Somewhere along the line they improved how it tags and fetches show Metadata. Now the default setup is great

otter,

What are some missing features? I’m only familiar with jellyfin

Chewy7324,

Iirc Plex supports transcoding for downloads, while Jellyfin only allows downloading the original file. But I’ve heard transcoding downloads is broken on Plex, so ymmv.

Intro skip is only available as a plugin on Jellyfin.

Also, Findroid has a better ui and supports downloads, while the official app has more features (ie. settings/admin panel).

otter,

Didn’t know about findroid, looks cool

I’ll probably keep both installed

RootBeerGuy,
@RootBeerGuy@discuss.tchncs.de avatar

They have both good usecases. I have findroid installed on my families devices since all they need is just playing media. It is great for that.

I myself have both because I can administrate the server from my phone via the official app. I also use mostly findroid for watching my media.

helenslunch,
@helenslunch@feddit.nl avatar

Findroid keeps saying it’s not supported on my Pixel 7 for some reason

RootBeerGuy, (edited )
@RootBeerGuy@discuss.tchncs.de avatar

Thats because if you get it from f-droid, it is on Izzy’s repo and there only the 32 bit version is available. The Pixel 7 is 64 bit only.

I have the same issue, solved it by using obtainium and getting the package directly from their github.

helenslunch,
@helenslunch@feddit.nl avatar

Sure enough, that fixed it, thanks.

What’s the deal with devs not keeping up with FDroid repos?

RootBeerGuy,
@RootBeerGuy@discuss.tchncs.de avatar

Izzys repo is not fdroid. And the developers never managed to put it themselves on fdroid. So its a mess of many things.

oDDmON,

The lifetime license is definitely declining in value.

cyberpunk007,

Agreed, but we probably all knew it had to decline at some point. Nothing is really free.

I’m just glad I feel like I definitely got my money’s worth. Feb 2014 is when I got it. So 10 years, 75$. I cant complain 😂

ebits21,
@ebits21@lemmy.ca avatar

Jellyfin really is free :p

cyberpunk007,

I’m not really sure what you’re implying here

emeralddawn45,

You said nothing is really free.

avidamoeba, (edited )
@avidamoeba@lemmy.ca avatar

Sorry, why are we switching away from Plex because of this? Genuinely asking.

E: Wow at the downvotes to an honest question. 🥲

cyberpunk007,

See my long winded response here

lemmy.ca/comment/6529326

Potatofish,

So I read it and I still don’t see the outrage.

Croquette,

It’s in the second paragraph. This is the beginning of the monetization for everything in Plex now that they have a good user base. They are starting to ramp up the milking.

It will become like any other shitty streaming service eventually.

Potatofish,

And? As long as I can watch my content, why should I care? It’s a business with employees and they need to make money somehow.

Croquette,

If you cannot comprehend why people are outraged at a product they used getting degraded, not sure what to tell you.

Potatofish,

It still does what it did when I started using it. What’s the problem?

avidamoeba,
@avidamoeba@lemmy.ca avatar

Thanks. I understand this perspective.

paraphrand,

Wow, the option to purchase things is really that bad huh?

cyberpunk007,

If you follow the history, you’d get it. Just another nail in the coffin.

AntonChigurh,
@AntonChigurh@lemmy.world avatar

Emby is good

SchizoDenji, in Ditching PaaS: Why I Went Back to Self-Hosting

Biggest problem with this us actually outages/availability. Aws has 3-nine or 4-nine availability regardless and has several people ensuring it.

atzanteol, in Ditching PaaS: Why I Went Back to Self-Hosting

My journey has been similar yet distinctly different. I went from “put it all on one server” to running servers in AWS. But the cost was preventing me from doing much more than run a couple of compute nodes. I hated the feeling of “I could setup a server to do X but it’s gonna cost another $x/month”. So I’ve been shifting back to my own servers.

I do like devops and automation though. Automation is brilliant for creating easily reproducible and stable environments - especially for things you don’t touch very often… Proxmox was what let me start moving back “on prem” as it were. There are “good enough” terraform plugins for proxmox that let me provision standardized VMs from a centralized code-base. And I’ve got ansible handling most of the setup/configure beyond that. I’ve now got like 20 VMs whereas before I only had 2 EC2 nodes due to cost. So much happier…

jkrtn,

I’m just getting started on Proxmox and had no idea plugins like that were available. Anything in particular that works well for you? I’d like to try it out.

atzanteol, (edited )

The plugins are for terraform - not proxmox. There’s two that I’ve found that have varying levels of “working”:

The telmate one seems more popular but the bgp one worked better for me (I forget what wasn’t working with the other one). They use the proxmox API to automate creating VMs for me.

Samsy, in What should I use my RPi4 for?
  • Wireguard + wireguard-ui
  • Linkwarden
  • Filebrowser
  • Dockge
  • Trilium
  • Paperless-ngx
  • OCIS
  • AdGuard Home
  • Jellyfin
  • Rocket-Chat
  • Vaultwarden
  • Mailcow

That’s my actual mess.

mr_pip,
@mr_pip@discuss.tchncs.de avatar

Wait aren’t the system requirements for Mailcow crazy high? How can you run it + other software on a mere Pi? Also: do you have a static IP?

Samsy,

Yes, that’s correct, mailcow runs on a vps outside with a static IP, I missed that op only asks for RPI hosted.

Scipitie,

Thanks for sharing! The only thing I’m surprised to see in your list is paperless - how long does OCR take on a pi?

Samsy,

Idk, exactly I put near 500 pdfs in it, and after 3 days it was complete

huquad,

I wish you hadn’t posted this \s. Now I have so much more to play with on my server. Great software here!

delta_alpha_november, in Docker Container Status Displays on Public Website

Homepage (github.com/gethomepage/homepage) works fairly well for that use case imho.

If you’re running it on a separate server you would have to expose the docker API to it, which you might not want to do. It might be easier to just run it on the same server and proxy it from the bps.

WeirdGoesPro,
@WeirdGoesPro@lemmy.dbzer0.com avatar

That’s what I was planning to do to configure it. Glad to hear that was the right plan.

And I’ll definitely check out homepage—thank you so much for your reply!

7Sea_Sailor,

I haven’t researched this, but my gut tells me one should be able to connect the two servers via Wireguard (direct tunnel, tailscale, zerotier, what have you) and discretely access the docker api without making it publicly available.

rambos,

Homepage is awesome

atzanteol, in What should I use my RPi4 for?

Most people seem to just want to use RPIs as a very slow Linux server for some reason…

Use it to play around with hardware integration with the GPIO pins. Get a sensor HAT and start recording temperatures, write some code that turns on/off an LED, build a robot controller, etc. There are lots of kits and documentation on the various things you can do!

anamethatisnt,

I’ve been wanting to use multiple raspberry pi zero w with sensory hats to feed data to a central home monitoring system. Would be a fun project.

atzanteol,

It is! Especially if you want to write the code yourself. It’s an interesting design problem if you start to consider cases where the PI may be offline (mobile on a battery in my case). Do you lose that data? Store and forward? In memory or to a local data store? It’s a fun rainy-weekend project.

Word of caution - HATs can be a rather inaccurate in their temperature monitoring. The Pi gets warm. I had done my work using a PTC thermistor that was distanced from the Pi itself. I’ve got a friend using a HAT and it’s been very off (up to 10C above ambient!). A Pi Zero may not give off as much heat as, say a Pi4 though. YMMV.

taaz, (edited )

Unluckily last time I wanted to do sensor stuff the ~20 euro air quality multi-sensor (co2, pm1-10, humidity, voc?) board got lost in transit and I didn’t bother since :(
The original plan was use it with my esp32 dev board (wroom32, so wifi) to have a portable sensor, this RPi was supposed to be the collection server (mqtt, influx, grafana).

I should revisit this idea soon, thanks for reminding me!

mlaga97,

SBCs like the RPi are kind of awkwardly in-between a microcontroller like an Arduino or ESP32 that you can actually trust with handling GPIO and data logging, and a real Linux system that can actually do meaningful computational work.

Pretty much the only task I’ve found them reliably appropriate for is running OctoPrint, really really light computer vision tasks for robotics, or hooking up an RTL-SDR to use as a police/HAM scanner. Outside of those, it’s so much easier to use either a cheaper and more reliable MCU or a much more powerful old laptop or desktop.

atzanteol,

That’s one of the nice things about them.

You can write code that has access to more resources. I had a RPI once that showed code build status on an led strip (red failed, green passed). It was a Java program that connected to AWS SQS for build event notifications. A micro controller would be much harder to do that on.

Darkassassin07, in What should I use my RPi4 for?
@Darkassassin07@lemmy.ca avatar

OpenVPN host to keep mobile devices behind pihole and able to access non-public lan services.

taaz,

got CGNAT here :( that’s why I am renting the hetzner machine

Darkassassin07, (edited )
@Darkassassin07@lemmy.ca avatar

Ah; then host the OpenVPN server from hetzner, the pi as a client, then configure the server to route traffic out through the pi client into your LAN. Your own little vpn tunnel, instead of using something like cloudflare tunnels.

Wan client > Hetzner > pi client > lan service

FiskFisk33, in Haier hits Home Assistant plugin dev with takedown notice

This is just plainly not illegal.

ShortN0te,

Sadly it does not matter. The company could keep the battle going for close to a decade until there is a final decision. It is financially draining and you have to give up a lot of time in order to attend the hearings (or even travel to the correct jurisdiction).

fine_sandy_bottom,

That’s not how legal matters work.

Firstly, imposing on someone else’s intellectual property is not “illegal”, because that usually refers to crimes. This is a civil issue, as in the some company is demanding the dev stops or else they’ll sue him or something.

Secondly, it doesn’t really matter whether the dev is “right” or could prevail against a legal claim - because you just wouldn’t bother trying. Imagine you have an ok job, take care of your family, and made this plugin on a whim just because you can. Your days are full of taking your kids to the park, spending time with your wife, playing around with your hobbies, that stuff. Maybe you’re not wealthy, but your salary is enough to look after your family and make your mortgage repayments. Then Haier threatens to sue you, and although you could likely prevail mounting a defense would probably cost you a years worth of mortgage repayments. Maybe you could represent yourself but that might take a years worth of saturdays writing and responding to legal stuff that you don’t really know much about. Bear in mind that there’s no financial support from the open source community.

It just doesn’t really matter whether Haier has a legit claim.

FiskFisk33,

Yeah, you’re right, that’s the problem. That system makes sense if big corpos use it to “test” each other for copyright infringement, but when an individual gets involved they just get steamrolled wether they’re in the right or not, since the system assumes they have a team of lawyers on retainer in order to work as intended.

supervent, (edited ) in What should I use my RPi4 for?

A tor guard/middle relay or bridge/snowflake and i2pd node.

taaz,

I might have a look actually, though if any of these require publicly accessible IP then that won’t be possible because of CGNAT :(

supervent,

Snowflake and i2pd could work but not in the best conditions.

savedbythezsh, in This Week in Self-Hosted (19 January 2024)

Sucks about VMWare, that’s a blow for sure

jubilationtcornpone,

It’s a song that’s been played so many times the record is starting to get worn out.

Big manufacturer buys software company.

Big manufacturer does not understand software business, software company, or software company’s customers.

Big manufacturer makes a bunch of cost reductions based on incorrect assumptions.

Big shot at big corp customer calls peon (like me) at budget time to ask why we spend so much money on this “VMWare”.

Peon explains that "VMWare is very important software which used to be “Best in Class” but has become “Overpriced, second rate, yada yada…” And suggests we switch to Hyper-V.

Big shot asks (a little suspiciously) if we would save money without any negative impact to operations.

Peon says, “Yes.”

Big shot writes big check to Microsoft.

Other big shot at big manufacturer is stuck trying to figure out where all the customers went; not realizing that big manufacturer pissed all over the peons who actually have to use their [now] shitty software.

Big manufacturer decides the acquisition was a failure, learns nothing from it, and sells the shell of the once popular software company for a fraction of what they paid for it.

BearOfaTime, (edited )

I’m not so sure the VMWare/Broadcom story is as much ignorance as many are, but rather intentional. They see the big bucks are in the large cloud providers, and knowing it’s not easy to switch away from your current virtualization, they can bend them over a barrel for a year or two and see massive profit gains. Those providers may consider transitioning to other products, but VMware will lock them in with new contracts first.

And for the resellers and SMB customers, it’s pennies compared to the cloud providers.

Fine, I can see the SMB space embracing things like Proxmox/KVM. It runs on x86 hardware, so if we see companies like Dell providing on server hardware, it’s game over in the SMB space for VMware. Imagine having to choose to renew a VMware license for 30% more, or just build new hosts running Proxmox, and transition. Especially since all hardware has a limited lifespan, often 3-5 years in SMB. So a server replacement is just around the corner… Good time to transition.

SMB has hit the point of being the “next market”. There’s a smaller set of enterprise environments, many more SMB’s, and there’s more volatility in the SMB space. So being able to support them, and manage mergers, etc, without worrying about licensing, is a huge benefit. Licensing in SMB is a hellscape, especially when dealing with mergers/transitions.

troglodytis, in What should I use my RPi4 for?

Grab yourself an antenna and filter and feed adsbexchsnge, flightaware, and flightradar24.

jivandabeast,

This! Im planning on getting this set up on a spare pi one of these days™. You get a free premium acc on the tracking sites, so you can track where tf all those planes and helicopters above your house are going

taaz,

I used RTL-SDR dongle and it basically just worked! Also got some recordings of the nearby airport, really cool !

taaz,

I did this for a hot second (already have RTL-SDR set here) but the current location of the RPi is just bad for reception and moving it closer to some window would mean connecting through wifi (can’t lay ethernet cables, renting) and that’s bad for other services where low response times are preffered/needed (pihole) :(

Lifebandit666,

Instead of connecting it to WiFi, have a look into power line adapters. They route your internet through the copper wiring in your house.

I have a router in my subterranean ground floor linked to a power line adapter, a wired router in my front room a floor up so my PC, TV, Playstation, etc are connected via LAN, and another power line 2 floors above that plugged into another WiFi router running in bridge mode, which supplies WiFi to the top two floors, and another playstation wired in to that router

Basically it means that my ground floor router is hooked to the internet and everything else in the house that needs wiring in is wired in because of the power line, and the WiFi is coming from 2 routers, one on the top floor and one on the ground.

My ISP thought a WiFi router on the ground floor of a 4 storey house was a great idea, but they’re stupid. WiFi should be in the highest point of your house.

With a few Power line adapters you can sort your internet out for £25

qjkxbmwvz, in What should I use my RPi4 for?

Immich! It’s an amazing self hosted Google Photos replacement.

Zigbee definitely fun with HomeAssistant. I have an SLZB-06M adapter which has PoE (important for me) and is a fairly “open” product (don’t need to jump through hoops to flash firmware). I read somewhere that it may offer Thread support at some point but wouldn’t count on that.

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

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 23599800 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 174

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 6307840 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 27