claudyus

Results 40 comments of claudyus

try to run the lwp.py with option --debug so that is a bit more verbose about the error.

Hello bmullar, this probably happen if you have a directory inside /var/lib/lxc that is not a valid container. Probably you have an empty directory here or a backup directory that...

Hi bmullar, this commit https://github.com/claudyus/LXC-Web-Panel/commit/e2c527eb0c50eaefd64ab867b089af829afbe9c3 introduce a first step to support "unprivileged" container. This commit implement the original code from Stephane here https://github.com/claudyus/LXC-Web-Panel/commit/0579ccc0c8cd20e13e811d888a5e8ecb90cbf04b About the download template it is "supported",...

Hey @DarkKnightCZ which is the status of this branch? There are missing features of the code that need further rework or it is ready to be merged?

@gregtampa: which ubuntu/lxc version are you using? @mpp4manu: yes please, share your workaroud :)

Hi @miguelzabala here https://github.com/claudyus/LXC-Web-Panel/issues/74 there is a similar issues and a possible solution. My fault that leave the bug closed also if it is not really clear how @DavidVentura resolve...

on my fork you can found a fix https://github.com/claudyus/LXC-Web-Panel/commit/e88826951961e0f718e7c2a87b90aa574fc1eccf

I don't really like the captcha but if you propose a PR that made this features optional I would happly accept it. Here you have the auths methods https://github.com/claudyus/LXC-Web-Panel/tree/master/lwp/authenticators happy...

If we modify the error logs in a format suitable to fail2ban we could obtain same results with much less effort.

Hi @FlorianHeigl thanks for your comment. The htpasswd backend was proposed by @mihu and is now in https://github.com/claudyus/LXC-Web-Panel/blob/master/lwp/authenticators/htpasswd.py Feel free to propose a PR to improve it. I don't see...