Avatar

LachlanUnchained

LachlanUnchained@lemmyunchained.net
Joined
55 posts • 114 comments

Lachlan, creator of lemmyunchained.net

Direct message

I didn’t…….

permalink
report
reply

Oh man. If I could find a way to stop the phishing emails, I would absolutely love it.

No idea why exchange consistently lets through emails asking to change exchange passwords? Surely they would be the easiest to seperate out

permalink
report
reply

AI GENERATED:


The ttionya/vaultwarden-backup tool is intended to work with Docker volumes. However, you are using a bind mount, not a named volume. Bind mounts refer to the use of local folders to store data, as in your case (./vaultwarden:/data/), while volumes create a specific place within Docker’s own filesystem for the data.

Although this tool is designed for volumes, it might still work with bind mounts if the backup container can access the data directory. You would need to modify the volume line in the Docker Compose file for the backup tool to point to the directory where your bind mount is located, i.e., to point it to your local ./vaultwarden directory.

So, you might want to adjust your docker-compose.yml file like this:

services:
  vaultwarden-backup:
    image: ttionya/vaultwarden-backup:latest
    container_name: vaultwarden-backup
    environment:
      - PUID=1000
      - PGID=1000
      - BACKUP_INTERVAL=12h
      - PRUNE_BACKUPS=7D
    volumes:
      - ./vaultwarden:/vaultwarden:ro
      - ./backups:/backups
    restart: unless-stopped

In this configuration, ./vaultwarden:/vaultwarden:ro line is the key. It mounts your local ./vaultwarden directory to /vaultwarden inside the backup container (readonly mode), which should allow the backup tool to access the data.

permalink
report
reply

In the age of A.I., and in software programming in general, it’s often the opposite.

permalink
report
reply

Where I am in AUS, it seems to be crane rental. I guess pretty easy just to invoice out a days rental and sit around doing nothing.

permalink
report
reply

Peertube?

Decentralised. Federated. activity pub. Self Hosted. Open source.

permalink
report
reply

A few years back, I moved into an old farmhouse in the countryside. It was peaceful, except for the noises that would come from the attic every night, a soft thumping like someone walking around. After a couple of sleepless nights, I finally mustered the courage to check it out.

I climbed up to the attic with a flashlight. It was full of dusty old furniture and trinkets, probably from previous tenants. As I was examining a pile of old newspapers, my flashlight caught something - a pair of eyes glowing in the dark, staring right back at me. I nearly dropped the flashlight in shock. As I shone the light in the direction, I found an old portrait of a woman. The eyes were eerily lifelike. I convinced myself it was just the way the light was hitting it.

The noises didn’t stop, but I learned to live with them. But the weirdest part was when I left the house a 6 months later. The movers came to get my stuff, and I told them to leave everything in the attic, I’d Grabe those items myself. I mainly needed movers for the big heavy stuff. Later, when I returned to pick up some remaining items, the portrait was gone.

To this day, I still can’t figure out where it could have gone, why just that. Probably some completely logical explanation, but it still gives me chills when I think about it.

permalink
report
reply

Hmm. If it needs to be live, something like red pill media may have japanese content.

I have a similar problem wanting to watch Dutch and German TV. I just gave in and found a couple of good Usenet indexers for each Language, and just host a plex media library for both. With a radarr container for each language.

permalink
report
parent
reply

I find that even with the best diffusion models, replication and character sets are virtually impossible. Also text does not work.

permalink
report
reply