Valentin Samir
Valentin Samir
Hello, I have merge the last commits from master into your branch. The tests in Github Actions are failing on your branch. Could you consider to fix them and write...
As a hotfix, I came up with the following firewall rules (I am running webvirtcloud with the user webvirt): ``` iptables -A INPUT -p tcp ! -s 127.0.0.1 --dport 16510...
Hi Django-cas-server can work as a SAML 2.0 service provider (SP) as long a you write a login class implementing login to Django-cas-server via SAML 2.0. This should be quite...
As stated at https://github.com/retspen/webvirtcloud/issues/14 nearly a year ago: > WebVirtCloud will replace WebVirtMgr but not now and not soon
Hello, Which OS are you using ? With python 3.6 et psycopg2 2.7.4, I'm guessing Ubuntu bionic ? How did you install policyd-rate-limit ? According to https://www.psycopg.org/docs/errors.html psycopg2.errors was introduce...
policyd-rate-limit purpose is more to have a send quota by authenticated user (or sender email or ip address), to block early abusing users (generally user whose accounts where hack and...
Hello, If you want to limit postfix to send out one email per minute then this is not the right tool for you. Policyd-rate-limit purpose is to implement by user...
Hello, This may be due to https://bugs.winehq.org/show_bug.cgi?id=52322 and it's fixed in wine 8.0.2. The latest image on dockerhub use wine 8.0.0. I had the winedriver.exe process leaking memory. After rebuilding...
Left is with the merge request, right without : 