selfhosted

Esta revista es de un servidor federado y podría estar incompleta. Explorar más contenido en la instancia original.

smoysauce, en Looking for photo storage with face recognition

Immich is pretty much a self hosted version of Google Photos. I highly recommend it. It’s under very active development. I’ve been using it for a few months now and it’s been rock solid despite all the dev on it.

tunefork, en need advice for a self-hosted or cloud hosted server for file transfers from remote locations

just answering to file transfer problem: i’m using filebrowser.org for my clients to upload images and videos. it doesnt have solutions for choppy internet tho.

for that, i could recommend syncthing.net that synchronizes folder contents, and can resume if there’s network problems. however you’d need to create a process that moves the synchronized files out of the folders once done, to prevent buildup at the client side. i would recommend using a separate share for every reporter…

smallaubergine,

File browser looks interesting thank you! I've heard of syncthing and will also check that out

randomguy2323, en need advice for a self-hosted or cloud hosted server for file transfers from remote locations

An SFTP server in my own experience is not that reliable for spotty cellular network. Probably the best will be using something like this : www.resilio.com/individuals/. I believe with this one if the connection is lost it can recheck for the missing part of the file and restart again.

smallaubergine,

Thanks I will check resilio out!

wolfshadowheart, en You know how hard it was to fit my home lab there
@wolfshadowheart@kbin.social avatar

I don't think angles are very good for hard drives unfortunately. Make the PC parallel with the table leg?

Perrin42, en Cost friendly data backup

I'm a big fan of Backblaze; $50 per year for unlimited backup for one device, and you can generate your own encryption key so they can't access your data.

Reborn2966,

i have ~200GB and i paid ~$1 last year. crazy cheap.

TenderVomit,

Is that the backblaze personal backup service? I see it for $70 per year or $130 for two years.

Perrin42,

I admit my data might be out of date. I've been using them for several years now.

Dantastic,

I don't think Backblaze's personal unlimited tier is going to easily support op's Synology. I'm sure there's a way to get it to work, but their B2 service integrates with Synology and is the appropriate route to take. Op's looking for redundancy. I wouldn't want to rely on an unsupported work around to guarantee my data when they offer a service that's targeted towards what they want to accomplish.

Backblaze B2 is probably going to be the cheapest and seamless options since they say it integrates with Synology NAS. It's $5/TB/month.

Microsoft Azure Archive storage looks like it might be cheaper per month, but that's just going based on storage costs alone. This guide has a pretty decent explanation of examples of the cost to upload and store it.

Backblaze B2 has the synology integration and op wouldn't have to think about the costs of being able to access or retrieve the data from something like Azure cold or archive storage tiers, since B2 is sold as a hot storage option.

midnightlightning,

I’ll also vouch for Backblaze’s B2 plan; works well with Synology, and has great reporting options to let you know if you’re approaching your budgeted value, and web-based browsing tools to verify what data they got successfully sent to them.

grahamsz,

Azure Blob Storage at their Archive tier level is 99c/TB/month, but it's definitely spendy when you try to extract data from it.

CaptainJanegay,

The backup service is good, inexpensive and easy to set up, so easy to recommend.

I now use their B2 service with duplicati (available as a docker container, but idk how well it works with Synology). It's dirt cheap and equally reliable, but requires more setup by the user, and you must follow good practise and do a test restore of some files to make sure it works.

So it's really a trade-off, depending on what you want to prioritise.

Machinist3359,

I'm somewhat tempted by B2 but $5/TB/mo feels a bit steep for a NAS.

For me that would be about $100/mo, and for OP that's $25/mo. It would only take a few months before buying a drive for off site cold backup would be more cost effective.

Considering their personal plan is $7/mo for unlimited TBs, it really invites hobbiests to find workarounds after their first TB. Unless I'm missing something.

argv_minus_one, en Cost friendly data backup

My go-to backup strategy is USB hard drives. They’re cheap, they’re fast, and nobody’s going to even try to decrypt them. Buy several, put them in a safety deposit box at your bank, rotate them weekly, and nothing short of a nuclear weapon will destroy every copy of your data at the same time.

Machinist3359,

Great advice, but you lost me at going to the bank weekly :)

My flavor of crazy is I visit family across the country twice/year and drop off a full backup. A bit hard to recover but, nuke-proof.

wagesj45, en need advice for a self-hosted or cloud hosted server for file transfers from remote locations
@wagesj45@kbin.social avatar

I'm not entirely sure how it holds up under spotty conditions, but have you looked into something like OwnCloud, which has an Android client that will automatically backup photos and videos from the camera app to the server.

ON3_CL1CK, en Cost friendly data backup

Hetzner.com Storage Box might be worth looking into. I have no personal experience with it yet but I’m considering it.

5TB is about 13€/month. You get 20 Snapshots for data safety. It supports a lot of protocols like cifs and rclone which makes it possible to mount as a network drive and encrypt remote backups with rclone crypt.

CallumWells, en You know how hard it was to fit my home lab there

Why do you have it that way and not the more standard way of rotated 90 degrees from what you have?

kaupas24,
@kaupas24@kbin.social avatar

If you mean by laying it on its side, I did it because the case has punch out side panels. They're both plexi glass too, so I assume it would shatter under the weight of this pc. (~40kg)

tripplehelix,
@tripplehelix@kbin.social avatar

no... just make the computer face you so it's flat on the floor....

kaupas24,
@kaupas24@kbin.social avatar

I was thinking the same thing, but the pc is almost as long as the triangle wall, so imo it's not as space efficient, even if it's less jank

MachineBEM,

Can you post more pics? It's hard to make out the shape of the computer and space available. I'm interested to see how this is the more space efficient way.

wildbus8979, en You know how hard it was to fit my home lab there

That can’t be good for spinning rust platters. You’re putting off axis radial loads on those bearings.

MythologicalEngineer,

These days they could definitely be 100% solid state, though probably also not good for fan bearings.

kaupas24, en You know how hard it was to fit my home lab there
@kaupas24@kbin.social avatar

Yes. Every part of this image is jank. If it works, it works!

kolorafa, en [PROJECT] - Webmesh: A simple, distributed, zero-configuration WireGuard mesh provider

It would be nice to have in docs how to properly and securely run it (aka. Like in prod) if someone would like to actually use it.

Because on quick look it look like there will be a painful road to set it securely that might scare people (including me)

tinyzimmer,

This page aims to cover that (at least for using mTLS) https://webmeshproj.github.io/documentation/using-mtls/ - but you are right - administration docs in general need a lot more love.

EDIT: I've added a link to that page in the part of the insecure "Getting Started" that says "this is insecure don't do it this way". Hopefully that helps people in the right direction a bit more - but I have a long road of more documentation ahead of me.

As always - any and all contributions are welcome :)

e_t_, en Request - Home Server/NAS Build

I have a Dell R720XD as my home NAS. I bought it used off eBay. The XD version has 12x 3.5" drive bays. I have eight of them occupied with 8TB spinning disks. The server runs TrueNAS and the disks are part of a ZFS RAID. I spent a few hundred dollars on the server itself, a hundred or so on more RAM, and $2200 on the hard drives.

d0ew03rl,
@d0ew03rl@kbin.social avatar

Thanks! I'll have to check it all out.

stevecrox, en Request - Home Server/NAS Build
@stevecrox@kbin.social avatar

I am running a AMD Athlon(tm) X4 860K Quad Core Processor with 32GiB of RAM, Radeon HD 7450, 16TiB of HDD storage and 256GiB SSD. The only upgrade I am considering is buying 4TiB SSD drives to replace the HDD drives, this is only because I've noticed SSD's have gotten really cheap.

I would plan for Docker and not Virtual Machines, as VM's emulate an entire computer and then you run an entire operating system within them and then the application, the result is they need far more resources to act as a host for an application. Server applications have been moving to Docker because its a defined way to sandbox applications, run them consistently and uses far less resources.

Personally I run Debian Stable since its a home server and the only updated applications I want are Docker images and security patches. I then installed Docker Community Edition on to it.

I then deployed Portainer Community Edition on to the server, this provides a Web UI to manage the docker contaners running on the server. I have 9 docker containers currently running on the server.

You mentioned Plex: Plex provide a docker image for running their application that supports NVidia GPU Acceleration and seems to run fine on AMD hardware. You will find almost every server application offers an official docker image.

With my business hat on, think how many docker containers you want and plan for that + 1 cores in your CPU, you can probably look up the applications you want to run and add up their recommended RAM usage, as a home rule of thumb 16 GiB of RAM is the minimum, 64GiB would be overkill.

d0ew03rl,
@d0ew03rl@kbin.social avatar

Great info, thanks!

pirate526, en trying to self host kbin - federation not working?
@pirate526@kbin.social avatar

Not related to your initial issue.. but a quick question as it appears you might have already figured out a lot regarding hosting your own instance.

Do you know if you can lock it down so that only you have an account on the instance? I’d like to run my own but I’d want membership locked so I just use the instance to federate content.

flauschke,

Yes, you can disable registrations in the config file and just create your own account through a docker command

pirate526,
@pirate526@kbin.social avatar

Thanks! That’s great to hear.

  • Todo
  • Suscrito
  • Moderado
  • Favoritos
  • random
  • selfhosted@kbin.social
  • noticiascr
  • CostaRica
  • Todos las revistas