Benibr
Benibr
Yes it is. Just spawned a new VM and installed TheLounge again. Still exactly the same. When I add a new network connections I get two entries in the networks...
Edit: TL is running on a VM with Debian 11 Client is Arch Linux laptop
After debugging a bit with support of bookworm from IRC, we figured out, that the problem seems to occur only when LDAP Login is enabled. When local accounts are used,...
Is there anyone who has an idea how to trace this down? I have no idea where to start searching for this bug
Thanks for the workaround of reallowing the storage permission, I was going mad. I can confirm, that with very large folders, the autouploading does not start instantly but after some...
Would also be interested! Really missing this feature.
As @c33howard suggested I use `lineinfile` to change the MAC after cloning the VM from a template: ``` - name: "set macaddress for new VM" lineinfile: path: "/etc/pve/qemu-server/{{ vm_state['vmid'] }}.conf"...
One more thing: The reason for the `$TEST_PATH` variable is, that it is used like this in the production setup. However, there the path gets expanded to a full path...
> Can you please clarify the need for second volume `subdir` as this one is already nested inside a volume _and_ is mounted inside container as same subdir? As I...
> > Yes in the current setup the volume in necessary as it must be populated with as directory tree at first start. > > right, but in your `docker...