David Reagan
David Reagan
I can get that calculating how much space you need beforehand is not feasible. But, just like with storing indices, you can check for a percentage of free space and...
I've been wanting to give vector a try for a while now, but Docker metrics are essential. I specifically need to be able to easily connect the metrics to the...
I wouldn't mind trying to do so. But I'm not sure where to begin. From https://github.com/bitnami/containers/blob/d8c4ce1f6e2d79413a981c49141dd6c1f43b935d/bitnami/mariadb-galera/11.0/debian-11/Dockerfile#L27 I think you have a separate process somewhere that either compiles MariaDB, or downloads...
```/lib/systemd/system/duplicati.service``` Is where I put it on my CentOS 7 vagrant vm. It works just fine.
I can confirm. I just installed https://github.com/duplicati/duplicati/releases/download/v2.0.2.1-2.0.2.1_beta_2017-08-01/duplicati-2.0.2.1-2.0.2.1_beta_20170801.noarch.rpm on a fresh CentOS 7 vagrant vm. There is no ```duplicati.service``` file on the vm after install. I installed ```mlocate``` and used ```locate...
Pardon my lack of networking knowledge (a weakness I am actively working to fix), but why does the X-Forwarded-For header get changed in between HAProxy and my container? `option forwardfor`...
FYI, I "fixed" the problem by commenting out lines 311-312 and 330-332 in /usr/local/bin/nfs_automount. Not a very good fix since it removes the check for the nfs share. ``` bash...
I'm running into this as well. Nextcloud and Keycloak are in the same Docker Swarm/Portainer/Traefik stack. But on completely different hostnames. I did set `'allow_local_remote_servers' => true,` just in case....
Yay! I'll look forward to it. No worries about being busy, I'm not one to demand things like this when I'm not paying for it. :)
Is qcow2 actually supposed to be supported? I see https://github.com/hashicorp/packer-plugin-proxmox/issues/28 which mentions it is not supported, and https://github.com/hashicorp/packer-plugin-proxmox/issues/29 which is asking for support. Then there is https://github.com/hashicorp/packer-plugin-proxmox/issues/23 and this issue...