Patrick Best
Patrick Best
Dockerfile Webmin Fixes ADD-APT-REPOSITORIES - install curl - change URL for webmin to use https PRIMARY IMAGE - update before copying from ADD-APT-REPOSITORIES - install curl
It seems that the docker image needs to have curl installed first in order to handle the https request (redirected from http) for https://www.webmin.com/jcameron-key.asc. The required change is to introduce...
Hi, i tried to run with and without specifying multipart upload size. Both cases do not work. Specifying a manually chosen power of 2 works. ``` -p, --partsize [Integer] sets...
My error when connecting to mysql 8 database is: `Jun 24 03:00:37 gmysql Connection failed: Unable to connect to database: Plugin caching_sha2_password could not be loaded: Error loading shared library...
Hi, I've got a url pointed to an .as_view() where the class is based on something other than request. I'd like to track a specific aspect of the sign-up, but...