Results 66 comments of Lito

Has the folder `public/storage` write permissions to web server user?

Thanks a lot! I'm currently on holidays. Some points: * Maybe password manager is not fully compatible with PHP 8.1. I need to test it * I think that php:8.0-fpm-buster...

Thanks a lot! At back I will test it :) Thanks!

Hi @h3nr1-g and @deajan I have working on a docker version on `feature/docker` branch based on your work. Can you check it? Thanks!

@deajan, Ok! 😊

Thanks for your tests :) My considerations as docker beginner. 1. I have added the `healthcheck` option on `docker-compose.yml` to ensure the `mariadb` container is loaded before `passwordmanager`. 2. You...

1. `depends_on` was removed in docker version 3 and re-introduced in version 3.9. I have updated the `docker-compose.yml` to use `3.9` version. 2. Ok :) 3. Ok :) 4. Fixed!...

Thanks for your ideas :) Some are not easy, but password export is a must in any password manager, I will do it ASAP. Anyway, you will allowed to export...

Maybe LDAP integration can be done using the API instead adding new features to core. Check this endpoints https://github.com/eusonlito/Password-Manager/issues/9#issuecomment-1077356504

@deajan Added Export Feature (`Profile` > `Export`).