1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-28 07:38:15 +03:00

12 Commits

Author SHA1 Message Date
12ca3f2ac7
feat: initial refactor and feature implementation
This is the first major commit after forking the original project. The
script has been almost completely rewritten to add new features.

- Implement AES-256 encryption with configurable PBKDF2 iterations (default 600k).
- Add Telegram integration for status updates and optional file uploads.
- Rework backup logic to use safe `sqlite3 .backup` method.
- Add GitHub Action to build/publish multi-arch Docker images and create
  GitHub Releases on git tags.

BREAKING CHANGE: The project is not backward-compatible, configuration
and behavior are entirely different from the original version.
2025-06-14 12:11:44 +03:00
jmqm
23d0115222
Minor updates (#24)
- Remove `crontab`.
- Rename dockerize action.
2021-08-30 11:34:54 -05:00
jmqm
ea6ce91e8c
Update dockerize.yml 2021-08-09 21:24:25 -05:00
jmqm
9ac8c1ea06
Update dockerize.yml 2021-08-09 13:28:14 -05:00
jmqm
4e231f5557
Update dockerize.yml 2021-08-09 13:21:33 -05:00
jmqm
7c945771a5
Update dockerize.yml 2021-08-09 13:15:59 -05:00
jmqm
e8e8b65e66
Update dockerize.yml 2021-08-09 13:12:03 -05:00
jmqm
8b8aba2819
Update dockerize.yml 2021-08-09 13:08:28 -05:00
jmqm
5c7d39b775
Update dockerize.yml 2021-08-09 13:06:03 -05:00
jmqm
ed04e40550
Create dockerize.yml 2021-08-09 12:43:04 -05:00
jmqm
02c9d71114
Overhaul (#4)
**README**
- Overhaul; changed docs to be better aligned to the new `backup.sh`.
- Add example `docker-compose`.

**Dockerfile**
- Install `zip`.
- Remove installation of `sqlite`.
- Remove unnecessary variables.

**backup.sh**
- Overhaul; now zips all required and recommended files and directories stated at [vaultwarden docs](https://github.com/dani-garcia/vaultwarden/wiki/Backing-up-your-vault).
- Removed deleting old backups; will be added later on in a separate script.

**entrypoint.sh**
- Removed creating folders.
2021-05-25 20:34:39 -05:00
1O
adac5d7d59
Added auto-lock to github mirror 2020-11-22 11:42:11 +01:00