Smash

@Smash@lemmy.self-hosted.site
1 Post – 36 Comments
Joined 1 years ago

Tandoor

I guess you're from Germany too?

marcobaobao/yt-dlp-webui

ATproto and activityPub aren't compatible are they? So we still need to wait for a bridge.

1 more...

Thanks for making these! Could you please make one for lemmy.fmhy.net?

1 more...

wikijs comes to mind, it's deploy-able with a single docker command:

docker run -d \
--name=wikijs \
--restart=unless-stopped \
--publish 8080:3000 \
--env "DB_TYPE=sqlite" \
--env "DB_FILEPATH=/wiki/db.sqlite" \
--volume wikijs:/wiki \
--volume wikijs:/wiki/data/content \
ghcr.io/requarks/wiki:2
2 more...

I often got the "you've already placed a pixel of that color there" error, even though I never touched this area. I also couldn't fix my own pixelart easily because of this.

2 more...

No

You can't backup android App data without root. With root, use Neo Backup and Syncthing for that

1 more...

Sadly in the 4 years I'm using it jellyfin still couldn't figure out how to correctly display series season covers and has some streaming bugs (no audio when audio is DTS and PGS subs are enabled ect)

2 more...

No problem

300-350W (which currently equals about 100€/month). Running two proxmox servers in a cluster + 2 routers, modem and switch

Thanks~

It has way better performance than TeamViewer and AnyDesk but is also AS feature rich and can be self hosted, I love it!

Sadly, still no clipboard pasting of images

6 more...

I hope you are doing 3-2-1 backups now

1 more...

AV1 (NVEnc) + Opus in webm containers

I have two docker hosts which both run Pihole and get synced via gravity. I set those instances as first and second DNS servers in DHCP and on each docker host

Wouldn't this tunnel everything? I just want 10.10.10.0/24 and 10.0.0.0/24 (VPN and LAN IP range to get tunneled). I also don't know how this would mitigate this issue

I also use Proxmox Backup Server to backup my VMs. These and the files of my NAS get copied on one of two 22TB HDDs, which I swap out weekly from my fireproof safe. My PC files get synced on my NAS through GoodSync and my Smartphone NeoBackups via Syncthing. My PC also does a Disk2VHD image every month and TrueNAS keeps daily snapshots for two months.

I lost 2TB of data about 15 years ago, I vowed to never let this happen again

I use tubesync, works great

2 more...

I don't know, haven't tried Swift Backup yet

I tried it but it's pretty complex compared to tubesync and uses weird af filenames, unusable for media servers

Okay, thanks for the heads up! I don't actively use wikijs yet, I'll setup a stack using postgres when I do

You could have a look at NginxProxyManager

well, you didn't create and populate the nginx.conf in the same directory where docker-compose.yaml is located?

mine

I wanted a Meeks on the canvas so bad but didn't saw one being made (at least 5h before it ended)

Maybe piped can do this, idk

That's strange, I uploaded them to https://i.ibb.co/

Thanks for the pointer, it seems it's an DNS issue after all (IT'S ALWAYS DNS). Routing all traffic through the tunnel forces the Clients to use the DNS server of the LAN. Without, my internal websites (which use a public domain namespace) are sometimes resolved with a public DNS. So the browser doesn't request test.home.network (10.0.0.100) but test.home.network (1.19.72.59).

SiteDelta addon

I use a Proxmox Cluster and assigned dedicated NICs to my OPNsense VMs (also clustered). I connected the NIC ports I assigned to the OPNsense VMs directly with a cable and reserved it for CARP usage. I can easily download with 1GB/s and the VMs switch without any packet loss during failover, 10/10 would do it again.

I did, it was still quite annoying. Having the "Undo" is enough and it doesn't need a warning imo

Don't install docker in a LXC when proxmox runs on ZFS (which it has to when you want to set up a HA cluster with VM migration capabilities). Also you'll run into problems with file access rights when using NFSv4 ACLs (instead of chmod) on the datasets. If you wanna store and share a lot of data, maybe look into using TrueNAS SCALE as the Hypervisor.