75 Commits

Author SHA1 Message Date
b09318f1db
Remove unused GitHub workflows for mirroring and Docker image building 2024-12-15 15:03:16 -03:00
855fbb3cdc
Update docker login command in .gitlab-ci.yml to use --password-stdin for added security 2024-12-15 14:54:58 -03:00
8d1f698015
Update CI pipeline command to securely login to GitLab registry 2024-12-15 14:52:00 -03:00
7a88ced828
Update docker build tags for bitwarden-to-keepass migration 2024-12-15 14:45:33 -03:00
9090b3574f
Remove unnecessary "needs" dependencies in deployment stages 2024-12-15 14:38:02 -03:00
0d8da182bb
Add GitLab CI/CD pipeline for deploying to Docker Hub and GitLab Registry 2024-12-15 14:34:03 -03:00
bbcc0691e1
Updated README 2024-12-04 20:10:23 -03:00
526421e340
Refactor Bitwarden to KeePass conversion logic 2024-12-04 20:06:17 -03:00
965c3af264
Update Python version to 3.11 in poetry.lock 2024-12-04 20:06:05 -03:00
b8ce56a75d
Update Python version to 3.11 and manage dependencies with Poetry 2024-12-04 19:45:26 -03:00
4b3e89669a
Added docstrings 2024-12-04 19:32:09 -03:00
b8dcff0ce2
Add Python LSP settings and Ruff pre-commit hooks 2024-12-04 19:30:46 -03:00
1ebc9ffebd
Added pyproject.toml 2024-12-04 19:30:27 -03:00
aa6720444e
Remove Makefile and requirements.txt 2024-12-04 19:30:11 -03:00
4826e2d239
Add logo to README 2024-12-04 19:06:18 -03:00
f223dec437
Added action to mirror to Gitlab 2024-03-02 22:54:19 -03:00
beb8115acb
Asking for the keepass DB password interactively if not set 2024-02-24 09:18:20 -03:00
4d26be944e
Upgraded base to bookworm 2024-02-20 15:25:11 -03:00
e8d8c08336
Merge pull request from rogsme/fix-docker-cves
Fixed CVEs picked up by docker scout
2024-02-20 13:12:15 -03:00
8273841e0b
Fixed CVEs picked up by docker scout 2024-02-20 13:11:24 -03:00
4cc130a64f
Merge pull request from rogsme/add-github-action
Updated docker/login-action
2024-02-20 12:45:13 -03:00
242d7ce6ed
Updated docker/login-action 2024-02-20 12:43:50 -03:00
f69a3e31ee
Merge pull request from rogsme/add-github-action
Add GitHub action
2024-02-20 12:42:45 -03:00
518472d5ce
Fixed ordering on entrypoint logging 2024-02-20 12:41:25 -03:00
3dd510ab27
Added Github action 2024-02-20 12:40:20 -03:00
e94525c047
Added missing word on README 2024-02-20 12:36:25 -03:00
11fd9be80e
Merge pull request from rogsme/update-README
Update README
2024-02-20 12:35:17 -03:00
72b2a40bc6
Proofread the README 2024-02-20 12:33:16 -03:00
1d0969aa47
Added Usage information 2024-02-20 12:25:19 -03:00
ceefe4a025
Merge pull request from rogsme/add-custom-bitwarden-instances
Add custom bitwarden instances
2024-02-20 11:52:23 -03:00
c4f8684cc7
Added error handling and logging 2024-02-20 11:49:26 -03:00
821567c515
Removed unnecesary files 2024-02-20 11:30:25 -03:00
18eacf97ec
Made it compatible with any bitwarden instance 2024-02-20 11:27:21 -03:00
844202f960
Reverted back to only using environment variables 2024-02-20 11:15:18 -03:00
57ce4a90e6
Merge branch 'master' of github.com:rogsme/vaultwarden-to-keepass into convert-to-vaultwarden 2024-02-20 11:03:13 -03:00
6434e2b995
Merge pull request from rogsme/improve-dockerfile
Made building faster when developing
2024-02-20 11:01:55 -03:00
9ca85b6f70
Going back to using env vars on the entrypoint 2024-02-20 11:00:27 -03:00
2fb2efb076
Made building faster when developing 2024-02-20 10:38:05 -03:00
18f256ff84
Stopped using the docker-compose file 2024-02-20 10:36:05 -03:00
a0298bab01
Merge pull request from rogsme/improve-dockerfile
Improve dockerfile
2024-02-20 10:07:25 -03:00
6595082d50
Downloading the CLI directly from Bitwarden's site 2024-02-20 09:20:47 -03:00
938af1ea36
Using multistage to get the cli from another prebuilt image 2024-02-20 08:45:20 -03:00
4c02d3be94
Using multistage build 2024-02-20 08:40:53 -03:00
e591aae71d
Merge pull request from rogsme/improve-dockerfile
Downloading the CLI directly instead of using npm
2024-02-20 08:32:48 -03:00
21be29d720
Downloading the CLI directly instead of using npm 2024-02-20 08:27:36 -03:00
David Němec
5104c5c0f3
Set hidden custom fields as protected
Closes 
2023-07-18 09:43:00 +02:00
David Němec
bcd0a217d5
Update Python and Debian 2023-07-18 09:35:28 +02:00
David Němec
1cf1d10675
Merge pull request from diogotito/multiple_urls
Handle multiple URIs like KeePassDX
2022-10-09 21:30:40 +02:00
diogotito
8a427a9e69 Handle multiple URLs and mobile apps
Multiple androidapp:// go to AndroidApp, AndroidApp_1 and so on
Multiple URLs go to URL_1, URL_2 and so on
This mimics the way the KeePassDX app handles multiple URLs for it's autofill mechanism
2022-10-04 15:01:22 +01:00
David Němec
9c27ba943c
Merge pull request from diogotito/optimize-docker
Reorganize Dockerfile to speed up development with Docker
2022-09-28 21:41:22 +02:00