selfhosted

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

RubberElectrons, (edited ) in Alternative cooling for BKHD 1264 NAS mainboard
@RubberElectrons@lemmy.world avatar

If you have vertical clearance above the board, get a pwm 120mm fan, carefully zip tie and call it a day.

The added benefit of an oversized fan beyond noise is that it’s actively cooling other parts of the board which normally may not be reached by the smaller fan.

bartolomeo, in Backing-up Single Board Computer
@bartolomeo@suppo.fi avatar

I only have the OS on the sd card and I pop that out and dd a copy to my backup drive every 6 months or so. For that reason I like to use small sd cards like 8gb size. All other drives on the machine are external or network drives and those have their own backup routine with rsync.

Do you use only the sd card or what kind of storage system do you have on your sbc?

Krafting,
@Krafting@lemmy.world avatar

The SBC is only running with a SD Card and nother else plugged in. But I suppose my best bet is to run a script with rsync and save what I need using rsync over SSH to my storage server

bartolomeo,
@bartolomeo@suppo.fi avatar

The only down side I can see with that setup is that should the sd card fail you’ll have to reinstall the OS on a new card and then install and configure all the programs you had before. For my set up that would be a pain in the neck but it depends on your specific use case.

Cenzorrll,

You don’t need to pop it out to DD the SD card, you can do it while it’s running. I like to pipe DD through gzip to get a compressed image as the output so I’m not sitting on 16gb file for 3gb worth of files.

bartolomeo,
@bartolomeo@suppo.fi avatar

That sounds really good but is that safe to do? I thought you shouldn’t dd a disk if there was some activity going on on it.

So is the output image saved to the SD card or do you save it to an external drive?

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

Been working fine for me for several years.

You can have it written to an external drive, or you can use tools like sshfs and ftpfs to mount remote servers as local drives then write to those. I use the sshfs route.

This will create an .img that you can just write directly to an sd card and boot from.

bartolomeo,
@bartolomeo@suppo.fi avatar

Very cool, thank you.

NeoNachtwaechter, in selfhosted service to share files to SSO-authenticated users ?

which is quite overkill for what is needed here.

Not sure what that means, but if you only need samba shares: samba supports many different methods of user auth.

WhyAUsername_1,

This. Network folder with read only access.

palarith, in Minisforum MS-01 announced. 2x10g sfp+, 2x2.5gbe, pci slot, 3xm2 slots. 2xUSB4 40g. What do we think?

I want one. The only thing stopping me is current server has ecc

Corngood, (edited ) in Self hosted browser IDE that supports C# and runs on Windows

What’s the android IDE? To me solving the file permissions thing sounds simpler.

Android should allow you to do something like that with storage scopes.

Edit: I know I’m not answering your question, but I couldn’t find anything like what you were asking for.

jelloeater85, in Alternative github frontends?
@jelloeater85@lemmy.world avatar

You should really try the GitHub CLI, it’s amazing. I only use the GUI for tweaking settings and browsing here and there. Everything else you can do from JetBrains / Viscose native, including PRs.

jozza, in I want to set up plex server, no windows.. any simple options?

I recently migrated my Plex server to a box running Proxmox with Plex in an LXC container. Very little resource overhead, and it’s been rock solid ever since. No ragrets.

CameronDev, in Self hosted browser IDE that supports C# and runs on Windows

An alternative (which doesnt fully meet your requirements for browser based) is Jetbrains Rider. You can use its remote development feature to have your code on your server, and the IDE on your local computer.

jetbrains.com/…/Remote_development_overview.html

Another option to get code to and from your device would be to use git to commit and push your code. There are git apps for android that should work for this?

Corgana, in TrueNAS shares help.
@Corgana@startrek.website avatar

If you are more interested in running apps than having a NAS, I recommend trying CasaOS. TrueNAS is great, but I found CasaOS significantly more straightforward, especially when it comes to smb shares (it’s like two clicks).

Also TrueNAS uses ZFS which is good for what it is, but means you basically need a machine running TrueNAS to read/write the drives in case something goes wrong.

k0mprssd,

that is kinda what I’m trying to do. truenas is nice and all but its also pretty advanced and not beginner friendly when it comes to a lot of things. I’ve heard a lot about casaos from a youtuber that I like to watch, but I never realized that it was more of a nas os than just a platform to run applications. I’ll give it a shot! thanks for the recommendation.

Corgana,
@Corgana@startrek.website avatar

Compared to TrueNAS, CasaOS is more of a “platform for running apps”, but unless you’re storing dozens of terabytes of improtant data in RAID or something, it’s still probably the easier/lower maitenence option.

AustralianSimon, in Alternative github frontends?
@AustralianSimon@lemmy.world avatar

Codeberg is great

chiisana, (edited ) in selfhosted service to share files to SSO-authenticated users ?

You could use just a simple Apache (or even some simpler static file server) with no authentication what so ever, but only accessible to your own network. Then, add a Reverse Proxy Gateway such as Traefik, Caddy or whatever else, and add Authentik as a Middleware. User heads to the site (I.e.: files.yourdomain.ext), Reverse Proxy Gateway bounces the request to the Middleware (I.e. Authentik), requires the SSO via whatever authority you’ve got setup, gets bounced back, and then your Reverse Proxy Gateway serves up the static content via the internal network without authentication (i.e.: 172.16.10.3).

Check out Forward Auth section of Authentik docs here: goauthentik.io/docs/providers/proxy/forward_auth

kristoff,

Yes, that’s a very useful idea. Thanks!

refreeze, (edited ) in How often do you back up?
@refreeze@lemmy.world avatar

Every hour via Restic to a local Mino instance on my NAS. Once a day to backblaze B2. Once a week to an offline HDD in my fire safe.

Keep in mind the more often you backup the less total time each backup should take to run. If your backup software isn’t too heavy to run and stores backups incrementally, there is little penalty to frequent backups.

CharlesDarwin, in Alternative github frontends?
@CharlesDarwin@lemmy.world avatar

Depending on what you have a taste for, I seem to remember seeing this in Emacs:

github.com/magit/forge

StopSpazzing, (edited ) in Alternative cooling for BKHD 1264 NAS mainboard
@StopSpazzing@lemmy.world avatar

Can you even trust Topton from a security perspective compared to we’ll know brands to not have firmware that installs backdoor or have a built in backdoor in the bios?

sockenklaus,
@sockenklaus@sh.itjust.works avatar

I am more worried about whether Topton can build a functioning motherboard than about whether they spy on me.

lemmyvore, (edited ) in Advice for buulding a cheep NAS

There’s nothing wrong with a single HDD in an old desktop except for the risk of failure.

I would start by getting one hdd that’s the same size or larger than the one you have and using it as backup. If the old HDD is very old and small you can probably find a larger one cheap, don’t go out of your way to find another small and old one.

Something like Borg Backup will be perfect if you use a Linux filesystem because Borg is incremental, has deduplication and compression built-in. There is a very simple graphical app for it called Pika Backup (for Linux).

There are other solutions if you use Windows but even a simple copy of your important files is better than nothing. Get a HDD and copy files to it right away.

Another backup solution is to buy a DVD or BluRay burner (can be USB or internal) and backup super important files to optical disks. This may or may not be cheaper than a HDD.

Do NOT rush into RAID, Unraid, TrueNAS and other fancy stuff like that. Your priority right now should be backup not RAID. RAID is a convenience for keeping a system running when a HDD fails but it is NOT a replacement for a good incremental backup.

After you have a backup in place and use it regularly you can consider whether RAID and availability is something you want/need.

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