animeai
animeai
> would this also require a CPU with Intel VT-x / AMD-V support? > > fwiw some hosting providers disable these CPU features, for example Contabo.com disable VT-x/AMD-V on most...
Looks like mounting the optical drive is more or less the same complexity as sharing a normal data folder https://docs.cancergenomicscloud.org/docs/mount-a-usb-drive-in-a-docker-container As for whether ARM or similar software will recognise when...
The simple fix is to add code similar to: `name: Remove Old Sickrage Docker Container docker_container: name: sickrage state: absent keep_volumes: true` Put within an if function at the top...
To extrapolate on my initial remark, the tasks would need to be run every time and the rest wrapped in an "if true" statement - as I said, inelegant.
@davestephens I'd have thought this would be best addressed by using bridged networking so the PiHole container has its own local IP address. @bcurran3 The port 3000 conflict isn't an...
`sudo apt install zfs-auto-snapshot` Then edit the crons it generates in /etc/cron.d/ : zfs-auto-snapshot.cron.daily zfs-auto-snapshot.cron.frequent zfs-auto-snapshot.cron.hourly zfs-auto-snapshot.cron.monthly zfs-auto-snapshot.cron.weekly This is the most simple way to manage your snapshots, no playbook...
It is probably better to add this to the main host rather than as a docker container, using shell+curl or exec to run https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh. As it is a tty app...
Does anybody have a copy of the default znc config file they can share so I can fix this? I don't use IRC any longer (Discord killed it!) so my...
I'm hoping when a new site springs up, the amazing and talented karamanolev will be able to plug WhatManager databases into their API and auto-upload from the metadata... Bare in...
Any update on this?