docker-volume-backup/docs
Lennart 8a64da4b0b
Feature: PGP Asymmetric Encryption (#456)
* feat: asym encryption

* tests

* docs

* refactor

* logs & errs

* comment

* Update docs/reference/index.md

use correct env var in example

Co-authored-by: Frederik Ring <frederik.ring@gmail.com>

* Update cmd/backup/encrypt_archive.go

use errwarp for initial error msg

Co-authored-by: Frederik Ring <frederik.ring@gmail.com>

* rm orphaned code in encryption functions

* inline readArmoredKeys

* naming -GPG_PUBLIC_KEYS- to GPG_PUBLIC_KEY_RING

* add eror handling for closing func

* use dynamically generated keys for testing

* rm explicit gpg-agent start

* rm unnecessary private_key export

* pass PASSPHRASE correctly to the decryption command

* capture defer errors

* log & err msg

---------

Co-authored-by: Frederik Ring <frederik.ring@gmail.com>
2024-08-11 10:11:23 +02:00
..
_sass/custom Docs site (#269) 2023-09-16 11:54:39 +02:00
how-tos Feature: PGP Asymmetric Encryption (#456) 2024-08-11 10:11:23 +02:00
recipes Feature: PGP Asymmetric Encryption (#456) 2024-08-11 10:11:23 +02:00
reference Feature: PGP Asymmetric Encryption (#456) 2024-08-11 10:11:23 +02:00
_config.yml Update author reference in license statements (#393) 2024-03-15 11:42:22 +01:00
.gitignore Docs site (#269) 2023-09-16 11:54:39 +02:00
Gemfile Docs site (#269) 2023-09-16 11:54:39 +02:00
Gemfile.lock Bump rexml from 3.2.8 to 3.3.3 in /docs (#451) 2024-08-02 06:35:44 +00:00
index.md Document EXEC_LABEL behavior in conjunction with conf.d 2024-03-04 20:31:11 +01:00
README.md Docs site (#269) 2023-09-16 11:54:39 +02:00

Documentation site

This directory contains the sources for the documentation site published at https://offen.github.io/docker-volume-backup.

Assuming you have Ruby and bundler installed, you can run the site locally using the following commands:

bundle install
bundle exec jekyll serve

Note that changes in _config.yml require a manual restart to take effect.