-
Bonjour,
est-ce qui serait possible d'ajouter quelque chose pour gérer les utilisateurs ( htpasswd ) directement sur la page web de radicale ?
il y a [php-apache2-basic-auth-manager](https://github…
-
Hi
Its not an issue, may be im missing something. I'm setting up the cache in EKS with an ALB and using grpcs for the remote cache. I wanted to use htpasswd based authentication for authenticating.…
-
### Description
When enabling "Protected Directories," an `.htaccess` file is automatically created in the specified directory. The file typically contains the following rules:
```apache
AuthUs…
-
**Describe the bug**
I have a external secret with template that generates docker registry auth using [`htpasswd` function from `sprig`](http://masterminds.github.io/sprig/crypto.html) that is suppor…
-
**Your Environment**
* **verdaccio version**: 6.0.0
* **node version** [20.17.0]:
* **package manager**: [npm@10.8.2]
* **os**: [linux]
* **platform**: [kubernetes, helmfile]
**Descr…
-
I'm running pypiserver using the Docker image version 1.3.1 with minimal change. My current Dockerfile is the following:
FROM pypiserver/pypiserver:v1.3.1
ADD htpasswd /htpasswd
CMD […
-
Hello!
after i have changed password with : `echo -n 'admin:' > /config/nginx/.htpasswd` and `libressl passwd -apr1 >> /config/nginx/.htpasswd` i just get the pop-up window all the time to enter us…
-
I think it might be related to the rights file not being set up correctly.
My rights file looks like this:
````
[root]
user: .+
collection:
permissions: rwRW
[rw_own]
user: .+
collection:…
-
### Question
I'm using the command line tool to remove docker images from my registry server, which has limit storage capacities.
I used
`regctl tag ls my.reg.de/` to list all tags. Then I did…
-
not sure if this is already available in the tool, but the user and password params are probably just for the tomcat user.
i'm trying to connect to a tomcat which is behind a .htpasswd protection, …