selfhosted

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

capital, in Sounds like Haier is opening the door!

Just set a rate limit? This could have been a code change and a blog post.

Mugmoor,
@Mugmoor@lemmy.dbzer0.com avatar

But then how would they get all the tech blogs to write about them?

DontNoodles, in Fighting with immich

I stand with you for the subdomain and bare metal thing. There are many great applications that I’m facing trouble implementing since I don’t have control over A domain settings within my setup. Setting mysite.xyz/something is trivial that I have full control over. Docker thing I can understand to some extent but I wish it was as simple as python venv kind of thing.

I’m sure people will come after me saying this or that is very easy but your post proves that I’m not alone. Maybe someone will come to the rescue of us novices too.

Shimitar,

Us novices?

No, it’s not that. The point is not that using a sub domain is easy or not, you might not have access to using one or maybe your setup is just “ugly” using one or you just don’t want to use one.

Its standard practice in all web based software to allow base URLs. Maybe the choice of framework wasn’t the best one from this point of view.

As for docker, deploying immich on bare metal should be fairly easy, if they provided binaries to download. The complex part is to build it not deploy.

But you gave me an idea: get the binaries from the docker image… Maybe I will try.

Once you have the bins, deploying will be simple. Updating instead will be more complex due to having to download a new docker image and extract again each time.

DontNoodles,

Another such application that I wish had easy implementation for what you call base URLs is Apache Superset. Such a great application that I’m unable to use in my setup.

simin, in I love my Gitea. Any tips and tricks?

private repo?

LodeMike, in VPN speed

Bro if you need rediculous speeds like that get a seed box. 200+ is more than enough and you’ll likely cap out on CPU/thread utilization after that.

rambos, (edited )

I don’t need, but wasn’t sure am I using full capacity of what I’m paying for and want to learn more. This is my hobby, I enjoy setting up things more than using the server lol edit: and yeah feels like CPU capped

darelik,

I enjoy setting up things more than using the server lol

Also me in life, in games… I like min-maxing, making it as efficient as things will allow.

So I asked chatgpt what professions would be best for a person like that and from the 10 answers it spat out, surprise surprise, I’ve worked as 2 out of the top 3.

ChrislyBear, in VPN speed

VPN limiting your bandwidth? Sounds like a CPU issue. You’ll be surprised how much CPU overhead it takes to encrypt and decrypt traffic at such high speeds.

rambos,

Yeah this seems right. My CPU utilization goes to 100% during speedtest and I have celeron 😆 Thank you!

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

Imo this is not enshitification yet, but I’m concerned it could pave the way! It all depends on whether they make using your own content harder to promote this, or if it’s just a side hustle to add another revenue stream.

narc0tic_bird, in VPN speed

Use Wireguard instead of OpenVPN.

rambos,

I am, but as others said I think my CPU cant handle it

Toes, in VPN speed

You mentioned that your cpu is getting maxed out on wireguard. That makes a lot of sense since it’s generally not hardware accelerated, old low end CPUs could struggle here.

What choices do you have for protocols with your VPN software?

Try AES128 UDP mode with openVPN.

rambos,

I want to use glueten container, but I’m flexible about everything else. I can try openVPN server, but not sure what AES128 means (I know its some kind of encryption, but don’t know how to use that in my case). There are many different servers to chose, Ill try few with UDP openVPN. thanks

Toes,

Ok in that case. The goal is to use a cipher suite that works well on your device that is still secure. AES is accelerated on most processors these days. But you’ll want to confirm that by looking up your specific cpu (both host and client machines!) and checking for AES acceleration.

AES-128-GCM would be my suggestion.

UDP mode provides less overhead, so it should be faster for you.

Alternatively you could use IPsec instead of openvpn but that’s a chore to configure. But it has the benefit of being free and being natively supported by many devices.

You would still want to configure an appropriate cipher suite that’s fast and secure.

rambos,

My CPU (g3930) supports Intel AES New Instructions if thats it. Ill look more into it, thank you

Toes, (edited )

Yeah give that a go. Glad to help 🙂

vegetaaaaaaa, in File server with on-demand sync, preserve the filesystem, and runs without external DB?
@vegetaaaaaaa@lemmy.world avatar

SFTP mountpoint + rsync (or grsync GUI) or unison (or unison-gtk GUI)?

vegetaaaaaaa, in Docker Container Status Displays on Public Website
@vegetaaaaaaa@lemmy.world avatar

I use netdata badges to display the current status of services/HTTP checks to my users.

originalucifer, (edited ) in Suggestions for NAS (or other hardware) solution to home setup
@originalucifer@moist.catsweat.com avatar

whats your budget?

with a NAS i tend to go with a commercial product, and only for that purpose. it stores the data, maybe serves it up as file server. thats the NAS one job.

my processing happens on another box, like your pi. i want the nas focused on its single purpose.

so my suggestion would be to pickup a netgear/synology whatever, but only use it as a nas.

if you want to expand that pi, just use a real machine and upgrade yourself to maybe a nice docker setup.

thirdBreakfast,
@thirdBreakfast@lemmy.world avatar

This is where I landed on this decision. I run a Synology which just does NAS on spinning rust and I don’t mess with it. Since you know rsync this will all be a painless setup apart from the upfront cost. I’d trust any 2 bay synology less than 10 years old (I think the last two digits in the model number is the year), then if your budget is tight, grab a couple 2nd hand disks from different batches (or three if you budget stretches to it,).

I also endorse u/originalucifer’s comment about a real machine. Thin clients like the HP minis or lenovos are a great step up.

rutrum, in Suggestions for NAS (or other hardware) solution to home setup
@rutrum@lm.paradisus.day avatar

I’ve been using OpenMediaVault inside Proxmox.

I’ve been very happy with OMV, for the short time I’ve been playing with it. Its FOSS and the web interface makes it very clear all the layers of abstraction you can use to manage a NAS. I highly recommend it.

And proxmox is good too, also FOSS (proxmox VE). I also has another slick web interface to manage stuff. I like the web interfaces because, albiet intimidating, it exposes alot of options available to me, which give me opportunities to research and understand how it works.

But I’m still working on getting everything with it set up, so take my suggestion with a grain of salt!

bestbakerycookie,

OMV looks really nice! Do I need to choose between NextCloud and OMV? Looks to me like they have some overlapping functionality (Ex. storing files).

MNByChoice, in Suggestions for NAS (or other hardware) solution to home setup

Kinda related: what if I install something like Debian/Ubuntu on it? Can I still use the NAS hardware in the same way?

This question confuses me. Debian and Ubuntu can be setup to be NASes.

NAS is a description of a mid-level function that various software provide a part of.

Various file systems and volume managers can provide snapshots and rollbacks. To aid your research LVM, ZFS, and many others support snapshots.

There are various ways to then expose the formatted space to the network. To aid research NFS, SMB, and iSCSI are options.

Anyway, I hope this is helpful to someone.

ArbiterXero, in VPN speed

While this is conclusively stoned as “cpu” issues, in case anyone else finds this thread…

While your isp can’t read the data over the VPN, they CAN see that you’re using a VPN and intentionally slow down your connection with traffic shaping because you’re putting so much data through the vpn.

rambos,

Oh good to know

helenslunch, in Suggestions for NAS (or other hardware) solution to home setup
@helenslunch@feddit.nl avatar

Do I have to use a special NAS-specific OS to make use of the NAS hardware? Like to do snapshots and stuff?

No you don’t have to. It’s usually just the easiest way to get one up and running and will have some additional configuration options.

Kinda related: what if I install something like Debian/Ubuntu on it? Can I still use the NAS hardware in the same way?

Yeah of course. Most NAS OSs are just forks of Debian anyway.

I looked into some solutions like TrueNAS and Synology. I prefer an OS that’s free software

TrueNAS is FOSS.

vegetaaaaaaa,
@vegetaaaaaaa@lemmy.world avatar

TrueNAS is FOSS.

I don’t think it is? www.truenas.com/docs/core/…/coreeula/

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