Skip Navigation

UntouchedWagons
Posts
10
Comments
303
Joined
2 yr. ago

  • Debian because it just works. I am interested in trying NixOS though.

  • You (Ken Langone) made a bad investment -> Take the L

  • Sometimes (not in this instance) the error message is completely worthless. I remember one time trying to configure automatic backups in Cloud Native Postgres and it just wasn't working, the errors were opaque. So I asked on the project's github what the problem was and the devs were quite unhelpful. Some random user came along and said "Oh you need to set the S3 region like this..." and backups started working.

  • That child is sus.

  • For starting out I would suggest Longhorn, I've had several issues with it but maybe they've been fixed. I also used Rook Ceph which is overkill but neat to play with. Techno Tim has several videos on Kubernetes including setting up a cluster (he has an ansible playbook for it) as well as how to set up Longhorn.

  • Cryptid. I've tried Bunco but found it pretty buggy. There's also UnStable

  • Does Pihole still not support VLANs or DHCP options?

  • Okay but seriously the cheeseburger hot pocket is pretty good.

  • I made my own solution since I wasn't impressed by projects I had found. There's two parts, the backup image and the restore image.

    I use it like so:

     yaml
        
    services:
      restore_sabnzbd:
        image: untouchedwagons/simple-restore:1.0.5
        container_name: restore_sabnzbd
        restart: no
        environment:
          - BACKUP_APPEND_DIRECTORY=/docker/production/sabnzbd
          - BACKUP_BASE_NAME=sabnzbd
          - FORCE_OWNERSHIP=1000:1000
        volumes:
          - sabnzbd:/data
          - /mnt/tank/Media/Backups:/backups
    
      sabnzbd:
        image: ghcr.io/onedr0p/sabnzbd:4
        container_name: sabnzbd
        restart: unless-stopped
        user: 1000:1000
        volumes:
          - sabnzbd:/config
          - /mnt/tank/Media/Usenet:/mnt/data/Usenet
        depends_on:
          restore_sabnzbd:
            condition: service_completed_successfully
        networks:
          - traefik_default
    
      backup_sabnzbd:
        image: untouchedwagons/simple-backup:1.1.0
        container_name: backup_sabnzbd
        restart: unless-stopped
        environment:
          TZ: "America/Toronto"
          BACKUP_APPEND_DIRECTORY: "/docker/production/sabnzbd"
          BACKUP_BASE_NAME: "sabnzbd"
          BACKUP_RETENTION: "24"
          BACKUP_FREQUENCY: "0 0 * * *"
        volumes:
          - sabnzbd:/data:ro
          - /mnt/tank/Media/Backups:/backups
          
    networks:
      traefik_default:
        external: true
    
    volumes:
      sabnzbd:
    
      

    The restore container looks for a file called RESTORED in /data and if one isn't found it'll try to restore the latest backup (if available) and then create a RESTORED file. The backup container ignores this file during backup.

  • Meowdy purrdnurr

  • That's a good trade.

  • JDownloader 2 has never let me down.

  • I think it started with Linus and Luke of Linus Tech Tips doing a 30 day linux challenge to see what it's like daily driving linix. Jeff of Craft Computing did one recently as well.

  • I was disappointed that he didn't pull a heel-face turn in 3 because of all the abuse he received. I'd have him try and leech all of his sister's power to kill her even if it ended up killing him as well due to power overload. The leeching wouldn't kill her but it'd be enough for the vault hunters to have a chance to finish her off.

  • I hope the writing is better than 3's.

  • Linux @lemmy.ml

    How are nvidia gpus with wayland nowadays? I read a while ago it was terrible, has it improved?

    Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com

    Are there any sites that specialize in Youtube Members videos?

    Linux @lemmy.ml

    Why does Discover say there's updates while dnf say there's none? Also, why does Discover need to reboot to install said updates?

    Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com

    Why are categories basically useless in qbittorrent?

    Self Hosted - Self-hosting your services. @lemmy.ml

    Looking for a solution for calculating the price of products

    Fediverse @lemmy.world

    What's the site that lets me search Lemmy communities?

    Fediverse @lemmy.world

    How do I reference another community on my or another instance?

    Linux Gaming @lemmy.ml

    How is modding Bethesda games on Linux nowadays?

    Showerthoughts @lemmy.world

    Someone's put salt in their coffee and liked it

    Steam Deck @sopuli.xyz

    Does an xbox 360 receiver work natively with the steam deck?