Nextcloud Docker unable to install Password

Hello,

[Nextcloud Hub 7] (28.0.3)

I am creating / migrating into a brand new Docker Nextcloud installation and while everything is working and I have installed additional Apps example OTP Manager I was unable to install the Password App and this is critical to me as all my passwords are stored in Passwords.

(URL:/settings/apps/security)

Download and enable

I am getting this error

An error occurred during the request. Unable to proceed.

cURL error 28: Operation timed out after 120000 milliseconds with 2341711 bytes received (see libcurl - Error Codes) for https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2024.3.0/passwords.tar.gz

Please assist

your system can not reach https://git.mdns.eu/api/.. for some reason. I suggest you report a bug in the Github repo to troubleshoot the issue with the autor

I could not do it via the web interface tried several times, but managed to do it via cli using occ in the end

$ sudo docker exec -u www-data NEXTCLOUD php occ app:install passwords

Issue resolved as I managed to install it through alternative method

1 Like