selfhosted

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

AbidanYre, (edited ) in Pi-Hole or something else for network ad blocking?

Pi-hole and AdGuard home are both good. It kind of comes down to which UI you like better.

slazer2au, in Pi-Hole or something else for network ad blocking?

Pinhole is still a thing. If you want other options there is also adguard.

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

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

Codeberg is great

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?

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.

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.

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

If nextcloud is overkill, then just serve the file with Apache (with directory listing turned on) and put it behind oauth2-proxy. It’s as simple as it can get.

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

Ideally I would like a SATA port for putting a small SSD for truenas boot drive, then I could do a raidz with three nvme drives.

But we can’t have everything

z00s, (edited ) in How often do you back up?

Whenever I’ve gone too far forwards

reddig33, in Centralized User Management Like Plex for eBook Server

I love the look and idea of Kavita, but I wish it was written in something like node.js instead of .net. It requires a handful of shared libraries on non-windows platforms, and I can rarely get it to work.

WestwardWind,

It’s not as slick looking but take a look at Ubooquity. I have it on my Linux server and haven’t had any issues. Granted I mostly use it for sharing ebook files, not reading them on the server itself so it might not be what you’re looking for

WeirdGoesPro,
@WeirdGoesPro@lemmy.dbzer0.com avatar

Have you tried the docker version? Works perfectly for me. Here’s my docker config if you want to give it a shot:

sudo docker run -d
–name=kavita
-e PUID=1000
-e PGID=1000
-e TZ=YOUR/TIMEZONE
-p 5000:5000
-v path/to/kavita/config/:/config
-v path/ro/kavita/ebooks/:/data
–restart unless-stopped
lscr.io/linuxserver/kavita:latest

Edit the time zone and volume paths as needed. You can just make a new volume for config and it will fill it with settings stuff, and then point the data volume to the folder with your ebooks.

The ebooks themselves need to be sorted a little differently depending on if they are PDF’s, ePub, or comics, but it isn’t to hard once you get the hang of it. Basically ePub likes to be in a subfolder and PDF likes to be in the root folder for some reason, otherwise it puts the PDF’s in a collection named after the subfolder.

Overall, I’ve been really happy with Kavita and think it has a lot of potential, especially as an ebook extension of Plex since the layout is nearly identical.

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

Note that the 2x10G is SFP+ not SFP. I was briefly confused. I have tons of SFP+ stuff but no SFP gear whatsoever

MonkCanatella,

I updated it.

ReginaPhalange,

Got optic to SFP bridge from my ISP (only because I insisted on using my own router) , that was fed into SFP to RJ45 adapter that I have bought (via Amazon - apparantly the ISP’s have lobbied to not import it here) and then connected my router.
That went somehow ok untill I switched ISPs , now the optic cable is fed into an ISP provided decryption module , paired specifically to the mac address of my router.

It’s like the ISPs went onboard with upgrading to optic because they could excert more control over their customers.

atzanteol, in Backing-up Single Board Computer

Like I do any other system. rsnapshot nightly to backup server.

satanmat, in Backing-up Single Board Computer

There are options good and bad.

I’d back up just the dockers. The OS can be rebuilt easily enough. Yes Rsync the data

Or. Shut it down, pull the SD card, put it in another computer and rip it as an image, Full bootable backup

I would do the first not the second.

johntash,

The second isn’t a bad idea if it’s in combination with the first. Then you have an image you can restore with most of your config and you can just restore the rest from the normal backups.

itsnotits, in entire system backups onto the server - how?

Maybe btrfs with RAID 1?

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