selfhosted

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

TooLazyDidntName, in Do any of you have that one service that just breaks constantly? I'd love to love Nextcloud, but it sure makes that difficult at times

Works great for me. I had it running in a snap for awhile, but now I just have it in a proxmox Debian container running a LAMP stack. I have over a terabyte of stuff saved and multiple computers syncing too, so its well used.

potatopotato, in Do any of you have that one service that just breaks constantly? I'd love to love Nextcloud, but it sure makes that difficult at times

Installed it in k3s and then pulled up the Android app but all it does is say every single file is a duplicate and overload my notifications tray while not uploading anything

OpticalMoose, in Comparing compression in AV1, x264, and x265
@OpticalMoose@discuss.tchncs.de avatar

Thanks for posting. I’m still new to this and had no idea what settings I should be using.

jackoneill, in AppleTV complete replacement opinions

I ran an Apple TV in the living room for a long time to access my Plex server and whatever subscription my wife has this month. As time went on it got more and more glitchy until it came to the point where I had to power cycle the thing every few days. Replaced it with a cheap fire stick, annoyed the crap out of me. Replaced that with a cheap Roku, it was only slightly better than the shitty firestick.

My wife got me the NVIDIA shield pro for Christmas this year, and I picked up the p2920 controller for it. My god this thing is awesome - not only is it the best tv box I’ve ever used, I can use moonlight to play games on my rig or GeForce now to stream games. I highly recommend this thing

NightAuthor,

Roku really should not sell most of their cheapest options, they’re very bad, while the top of the line Rokus are very solid.

randomcruft,
@randomcruft@lemmy.sdf.org avatar

I’m seeing a few comments on the Nvidia. I know of them, but had not really given them a serious look. Thank you so much!

PrettyLights, (edited ) in File size preference for Radarr?

Use Quality Profiles and default to a lower quality. You can set the profile for each item when adding it, or change it after the fact.

trash-guides.info/…/radarr-setup-quality-profiles…

Itsamelemmy, in File size preference for Radarr?

In the profiles? Not sure if that’s the correct term, but there’s settings for all the quality profiles 720p 1080p etc with a slider that can set minimum and maximum size for that quality.

WhyYesZoidberg, (edited ) in [solved] WireGuard VPN IP Issue

None of the images in your post loads for me fyi using Voyager

Smash,

That’s strange, I uploaded them to i.ibb.co

CaptainBlagbird,
@CaptainBlagbird@lemmy.world avatar

I guess there’s a filter that automatically replaces that site with removed…

CaptainBlagbird,
@CaptainBlagbird@lemmy.world avatar

Yeah they’re broken, the domain name says removed instead.

Smash,

Can you at least access the direct links? The images are displayed correctly for me on Jerboa and lemmy web ui

i.ibb.co/…/Screenshot-20231229-204929-Wire-Guard.…i.ibb.co/…/Screenshot-20231229-204929-Wire-Guard.…i.ibb.co/…/Screenshot-20231229-204929-Wire-Guard.…

ricecake, in How safe is self-hosting a public website behind Cloudflare?

You’ll be fine enough as long as you enable MFA on your Nas, and ideally configure it so that anything “fun”, like administrative controls or remote access, are only available on the local network.

Synology has sensible defaults for security, for the most part. Make sure you have automated updates enabled, even for minor updates, and ensure it’s configured to block multiple failed login attempts.

You’re probably not going to get hackerman poking at your stuff, but you’ll get bots trying to ssh in, and login to the WordPress admin console, even if you’re not using WordPress.

A good rule of thumb for securing computers is to minimize access/privilege/connectivity.
Lock everything down as far as you can, turn off everything that makes it possible to access it, and enable every tool for keeping people out or dissuading attackers.
Now you can enable port 443 on your Nas to be publicly available, and only that port because you don’t need anything else.
You can enable your router to forward only port 443 to your Nas.

It feels silly to say, but sometimes people think “my firewall is getting in the way, I’ll turn it off”, or “this one user needs read access to one file, so I’ll give read/write/execute privileges to every user in the system to this folder and every subfolder”.

So as long as you’re basically sensible and use the tools available, you should be fine.
You’ll still poop a little the first time you see that 800 bots tried to break in. Just remember that they’re doing that now, there’s just nothing listening to write down that they tried.

However, the person who suggested putting cloudflare in front of GitHub pages and using something like Hugo is a great example of “opening as few holes as possible”, and “using the tools available”.
It’s what I do for my static sites, like my recipes and stuff.
You can get a GitHub action configured that’ll compile the site and deploy it whenever a commit happens, which is nice.

PoopMonster, in Migrated my self-hosted Nextcloud to AIO and I absolutely love it

I wish I could’ve like next cloud more, but it seemed bloated as all hell and was slow regardless of what machine I tried running it on :(. I might give it another go one day.

rtxn, in Can I build a NAS out of a desktop? [Request]

Absolutely anything can be turned into a NAS, as long as you’re aware of your own needs and the hardware’s capabilities. A NAS is just a computer with some specific requirements.

When I first built my NAS, it only used parts that I got for free. A cheap micro ATX board with only two RAM slots, an i3-4160 CPU, 2x2G RAM, a worn-out SSD, and a 1T HDD. It couldn’t run something like TrueNAS, but it was enough for Proxmox and some Alpine containers running services like Samba, Transmission, Wireguard, and a small Debian VM for me to fuck around with. The single storage disk means there is no redundancy, so I only store replaceable data on it, like TV shows and installers.

There are many hardware-focused channels on video platforms that offer guides for budget home servers. Wolfgang’s Channel is good, and Hardware Haven and Raid Owl just finished a competition of building a sub-$200 home lab.

navi, in Stalwart v0.5.0

Hosting the software is only part of the problem, and not the hardest one from my experience.

The great spam catcher of Microsoft and Google are incrediblely dense and arcane, mail will often be rejected or swallowed from small mail servers.

olmium,

You’re right and it’s crazy how much spam still comes through.

LunchEnjoyer, in Those who are self hosting at home, what case are you using? (Looking for recommendations)
@LunchEnjoyer@lemmy.world avatar

Fractal seems far superior at least in the budget range. Personally just bought a R5 second-hand for roughly 40euros. Totally worth it imo 😁

0110010001100010, in Can I build a NAS out of a desktop? [Request]
@0110010001100010@lemmy.world avatar

No reason why not. May be a little power-hungry depending on the spec but if you already have it go for it. FreeNAS (now TrueNAS) is the usually suggested OS to run: www.truenas.com/freenas/

Since you have 4 HDD slots probably run 4 disks in a RAID 5 so think of how much space you need. RAID 5 is n-1 so if you have 4x 10TB drives you will be left with 30TB of space before formatting. You can calculate here: www.raid-calculator.com

Then either mirror the SSDs for OS and caching or just use one. Depends on your budget really.

comfydecal,

Nice, thanks so much for the info!

bc3114,

Maybe I’m dumb but looking at wikipedia I’m a bit confused. Seems like you can do this on almost any linux distro. What is the reason behind setting up a dedicated OS, cost of operation, stability, performance?

lemmyvore,

Not everybody has the knowledge to deal with Linux. A product line TrueNAS or Unraid has a friendly GUI that can be used by a non-technical user.

PupBiru,
@PupBiru@kbin.social avatar

kinda the same reason people suggest something like linux mint over slackware, gentoo, arch, etc… mint is easy to install and is preconfigured to be an easy to use user desktop environment. you can configure any other option to be have like that, but they tend to be a bit more “DIY”, which is great if you know what you’re doing!

dedicated NAS OSes will have good software out of the box that make it easy to configure and manage various common disk-related configurations (RAID, SMB, NFS, etc). you can certainly do all this yourself, but it might not have a pretty, unified user interface, or you might have to deal with software that isn’t compatible with some version of a library that’s in your distro of choice… all resolvable things, but they take time to solve: anywhere from installing a package manually to applying a kernel patch and recompiling the kernel to get something to work

bc3114,

I see, thanks for the info!

cmnybo,

Power consumption is the main issue. If it’s an old, power hungry desktop and you live somewhere with expensive electricity, it can be quite costly to run. If you have an energy efficient desktop or have cheap power then it will be fine. Just make sure it has a good quality power supply if it’s going to run 24/7.

Kolanaki, in What happens to my instance if my domain expires?
@Kolanaki@yiffit.net avatar

Nothing aside from losing any traffic if people don’t know the IP address directly to the server. All a domain does is redirect traffic to the website with an easy to remember name.

000,

The domain is pretty important to Lemmy. If you lose control of it, your instance is effectively dead since the federation will not recognize your traffic until you get the domain back. There’s no way to change the domain of an instance so you’d have to start from scratch.

jgkawell, in Looking for a self hosted Dementia Clock
@jgkawell@lemmy.world avatar

I don’t know of anything built for that purpose but you could use home assistant dashboards to pull it off pretty easily if you already have an instance set up.

uninvitedguest,
@uninvitedguest@lemmy.ca avatar

That’s an interesting thought. Thank you, I’ll toy around with that.

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