Rob van der Linde

Results 164 comments of Rob van der Linde

Yes so what happens when you do lxdock up is it only copies the SSH key over for the root user right now so the root user can get in...

I'll have to think about it as it's been a while, but I was definitely involved around the time we did the host_acl thing. As for share_properties, I'm not sure....

Note: If the PR is failing only due to codecov then it can still be merged, codecov has always been a bit sensitive and adding lots of docs probably triggers...

Ah yeah I'll try to fit it in the weekend, things have been a bit crazy in NZ with the country going into lockdown sorry.

you can also set debug in the config file and restart

My friend at work had a patch for this, let me ask him tomorrow, it was pretty simple Sorry, just to add some more info... I meant just checking for...

From a software design perspective, saving users to the DB as it currently is doing seems like to correct solution to me (other than LDAP off course). Saving users to...

While on the topic of refactoring. Having both a module called lwp and a lwp.py is a bit of a hack and can be a bit confusing as they have...

Check it out: https://github.com/robvdl/LXC-Web-Panel/commit/56913708790f9e597dcef1279d741f10b8386186 This is on a branch on my repo, it's a pretty big/disruptive change though, but it all works. It's going a little off-topic of the original...

Normally you would make the binary pretty small (lwp/bin) with most of the code residing in the lwp module. Also notice I picked up a missing exception class that wasn't...