selfhosted

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

Xyz, (edited ) in Suggestions for NAS (or other hardware) solution to home setup
@Xyz@infosec.pub avatar

I found TrueNas scale to be what fits my needs but I tried unraid (trial) and open media vault first. Also not this is not my first rodeo as I’ve done “from scratch” Ubuntu, and bsd.

I just built a server from older parts off eBay. An i7 2600, Asus p8z77, a Silverstone c382 nas case, 32gb of 1333, a pny P600 video card and a 9200+8i hba card. Then I used TrueNas on an SSD and another SSD for docker containers and cache.

4k Plex streaming no issues, system is fast and the only issue I had was the old Asus boards don’t use pwm fan control.

Open Media vault just confused the heck out of me, I ran it for a few months and donated money to the team for their effort but it was too restricting for my needs. It was definitely a capable nas os but it didn’t feel like it fit my style which is more hands on.

TrueNas has snapshots and replication. I run 4 12tb disks for my live data, striped raid 1’s. Then I have two more 12tb’s in a raid 1 for my replication read only. It’s not enough space if I filled my live drives but I havent needed more yet for the backup. And I can always expand my backup set.

I also have a qnap tr004 das with some random drives in a hardware raid 5. That’s my third copy I do every so often.

The funny part is I didn’t want to pay for a Synology but ended up spending more on parts. However it’s incredibly powerful for what it does so I’m using that as my “happy little mistake”. It’s going to last a long time and run as many services that I could possibly want as a home user.

bestbakerycookie,

Great setup, thanks for sharing! Do you use this also for storing files like text, photos, etc?

c10l, in Recommendations on running GPTs on Asahi - M1 Ultra?

On macOS I’ve been using Ollama. It’s very easy to setup, can run as a service and expose an API.

You can talk to it directly from the CLI (ollama run ) or via applications and plugins (like continue.dev ) that consume the API.

It can run on Linux but I haven’t personally tried it.

ollama.ai

diminou, in [solved] Getting "internal error" when trying to create SSL certificate in NGINX

Well, I’m guessing your are using nginx proxy manager, and if so please close that port 81 ASAP :-) you don’t need it open in any way

Can you restart the container and the db (if using Mariadb and not sqlite) and try again exactly how you did it the first time?

You can also see the issue by going through the logs and tell us what they say, would be a bit more helpful that internal error on the web interface 😅

tubbadu,

please close that port 81 ASAP :-)

yes I closed it XD

Can you restart the container and the db (if using Mariadb and not sqlite) and try again exactly how you did it the first time?

I rebooted the system and now I can’t log in, it says bad gateway

tubbadu,

I don’t know how I managed to log in after some troubles and now it added the SSL certificate without problems… I’m confused, but it worked so it’s good ahahaah

thanks for the help!

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

A fileserver that does something else is not a fileserver. Squeezing lots of services into a single machine makes it harder to maintain and keep stable.

If you do want to do that it helps to run those other services in docker or some other container to isolate them from the host.

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

Yes, That’s why I run a Plex server, totally. Morons.

vegetaaaaaaa, (edited ) in Suggestions for NAS (or other hardware) solution to home setup
@vegetaaaaaaa@lemmy.world 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, these features are provided by various components, which are available in any modern OS. Snapshots for example can be provided by LVM or ZFS. Disk fault tolerance (RAID) is typically provided by LVM-RAID, ZFS, or plain old mdadm, or a hardware RAID card.

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

You can, provided you set up these components yourself. Pre-made NAS OS like OpenMediaVault or TrueNAS will have these set up out-of-the-box. Web-based configuration interfaces are often specific to these pre-made distributions, so if a Web UI is a must-have, you will have to find suitable alternatives (for example cockpit, web-based file managers, web-based user management tools, etc)

Shimitar, in File server with on-demand sync, preserve the filesystem, and runs without external DB?

I am playing with SFTPGO, while not being a backup solution its a great backbend supporting sftp, WebDAV and much more that you can bind with something on client side.

Currently using synchthing, but planning to switch since that is not a backup tool.

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

Your post stood out to me. Why isn’t it? Also what would you suggest? Thoughts on restic?

Shimitar,

I use restic. Nice simple and works. Synchthing to keep files synched between phone and server. Restic for server backups.

Sftpgo is a very interesting backend + web interface if you look for something to access/copy/backup your files remotely.

TCB13, in Suggestions for NAS (or other hardware) solution to home setup
@TCB13@lemmy.world avatar

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

And that’s what you should do because those NAS specific software is more overhead than solution. You can setup the entire thing manually use less resources and have it better. BTRFS is a good solution when it comes do a simple RAID.

To be fair for a basic NAS what you need is Samba 4 for shares and something like FileBrowser for a WebUI. Another suggestion I’ve for you is to really go Debian and use LXD/Incus to create containers and virtual machines if required. I’ve posted about it here.

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

I backup with kopia from one disk to another. Also having another backup to backblaze B2 cloud. Both backups are incremental and encrypted, you choose how many (daily, weekly, monthly,…) backups to keep. I have debian OS on DIY PC with OMV installed and Im happy with it

RubberElectrons, in Memos - Easily capture and share your great thoughts. Open Source and Free forever
@RubberElectrons@lemmy.world avatar

Aww, I love their icon!

Akui,

ngl, at first glance I thought it was a ghost boy singing into a headset ^^;

jcrabapple, in Memos - Easily capture and share your great thoughts. Open Source and Free forever
@jcrabapple@infosec.pub avatar

So this is like a public notebook?

wreckedcarzz,
@wreckedcarzz@lemmy.world avatar

“public” to registered users, it seems (but by default, memos are private; and the ability to set them as publicly can be disabled by the admin)

Jimbabwe, in Memos - Easily capture and share your great thoughts. Open Source and Free forever

I thought I’d give this a shot, but the metrics/data collection flag was turned on by default and when I added a command to my docker-compose to turn them off, it was ignored. Then, I created an account and looked for a way to turn them off in the settings and there was none. You expect people interested in self-hosting OSS to be cool with sending data out of their network every time the server is started, a memo is created, a comment is created, a webhook is dispatched, a resource or a user is created?! Also, the metrics are collected by a 3rd party with their own ToS that could change at any time?

Holy hell, hard pass. I’d rather use a piece of paper.

DeltaTangoLima,
@DeltaTangoLima@reddrefuge.com avatar

Saved me the effort, thanks. Although, couldn’t you just block the container from talking outside your network? I can’t see why I’d need a memo app (server) to have access to the internet.

wreckedcarzz,
@wreckedcarzz@lemmy.world avatar

See my adjacent comment

DeltaTangoLima,
@DeltaTangoLima@reddrefuge.com avatar

Ah, nice one. Still, a bit annoying that it’s opt out, rather than opt in.

wreckedcarzz,
@wreckedcarzz@lemmy.world avatar

I’d rather it be an initial setup question and/or at least a UI toggle in the settings, yeah

princessnorah,
@princessnorah@lemmy.blahaj.zone avatar

That’s not good enough in my opinion, it should be opt in, not opt out. They’re marketing it on their site as being more secure because you can self-host. It all just seems really skeevy.

wreckedcarzz,
@wreckedcarzz@lemmy.world avatar

It would appear that blocking app.posthog.com on the host/network resolves this. But I got the parameter to work, too, as per www.usememos.com/docs/advanced-settings/metrics use ‘–metric=false’ and bam, no DNS queries!

Jimbabwe,

Yeah, I’d assumed it would respect the —metric=false flag when building with docker run, but docker-compose is ostensibly supported and easier to work with. I was able to successfully change other configuration options (such as setting the db to use MySQL instead of the default SQLite) using the docker-compose ‘command’ block, but the metric flag specifically was ignored. It’s entirely possible that this is a bug and not an intentional attempt to hoover up user data. Either way, data collection should be opt-in by default (by law, imo).

Discover5164, in Memos - Easily capture and share your great thoughts. Open Source and Free forever

how does this compare with silverbullet?

can i link pages? do queries?

KLISHDFSDF,
@KLISHDFSDF@lemmy.ml avatar

Ooh silverbullet looks nice too, thanks. Link for the lazy: silverbullet.md

deFrisselle, (edited ) in Suggestions for NAS (or other hardware) solution to home setup
@deFrisselle@lemmy.sdf.org avatar

After doing my research, I’m going to be using XigmaNAS as the OS for my NAS build

XigmaNAS.com

noughtnaut, in Grocery shopping apps
@noughtnaut@lemmy.world avatar

I’ve been extremely fond of “Our Groceries” for many years. It strikes a sweet spot between features and simplicity of use, and the devs are very responsive and have added several features after my suggestions. Really the only downside right now is that it can’t use the front facing camera on my wall mounted android tablet for scanning barcodes.

AtariDump,

Seconded for Our Groceries. The sync between devices is great and I LOVE the barcode scanning.

SirMino,

I really like Our Groceries, but AFAIK it’s not self hosted nor foss

noughtnaut,
@noughtnaut@lemmy.world avatar

Correct, it is not.

EarMaster,

I will have a look into it.

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