Brad Koehn
Brad Koehn
FYI, if you work around this issue like I have by setting the CSP header in your layout's `head()` method, you will *still* want to set the `csp` in `nuxt.config.js`,...
How does GDPR handle email? If you email me from a GDPR country, there’s no deleting that content from my inbox, server, etc. > if a receiver is not ready...
So it's their right, they just cannot do it. :-/
Since you asked for an opinion, I would recommend we ensure the verbage is _delete_ account, that the user is warned that the action is irrevocable, and what will be...
Our choices seem to be: 1. (Current state) Don't delete any messages when the user deletes an account, or: 2. Make a best effort to delete messages when the user...
Hoping that this becomes reality, if only to reduce database size. I assume a few things _are_ happening when an account is deleted: - all tags are unfollowed (possibly reducing...
> @dsteinberg111 I had also some problems with openebs, that's why I was thinking more to go with hetzner-csi. > > But since hetzner-kube deploys in more than 1 datacenter...
I went with all my nodes in a single datacenter, and use the hetzner CSI module for PVC. I have a relatively simple cluster (5 x 8GB/2CPU) with a few...
Under OS5, I am suddenly unable to connect from one Docker container to another. That is, if I run ``` docker run --name $NAME -p 9001:9000 --restart=always -d -v /mnt/HD/HD_a2/minio:/data...
> Did you try creating a custom bridge network or are you using the default bridge network that is installed with docker ? I was just using the default bridge...