Use tiny-encrypt instead GnuPG #1

Closed
opened 2024-12-14 11:32:37 +08:00 by hatter · 1 comment
Owner

Add tiny_encrypt config:

{
    "oss_config": {
        "endpoint": "**********.aliyuncs.com",
        "access_key_id": "*****************",
        "access_key_secret": "*********************",
        "bucket": "*********",
        "path": "******"
    },
    "host": "example.com",
    "encrypt_pubkey_file": "********",
    "tiny_encrypt": {
        "config": "***/config-rs.json",
        "profile": "test-profile"
    }
    "backup_count": 10,
    "items": [
        {}
    ]
}

encrypt_pubkey_file and tiny_encrypt only one can be set.

Add `tiny_encrypt` config: ```json { "oss_config": { "endpoint": "**********.aliyuncs.com", "access_key_id": "*****************", "access_key_secret": "*********************", "bucket": "*********", "path": "******" }, "host": "example.com", "encrypt_pubkey_file": "********", "tiny_encrypt": { "config": "***/config-rs.json", "profile": "test-profile" } "backup_count": 10, "items": [ {} ] } ``` `encrypt_pubkey_file` and `tiny_encrypt` only one can be set.
hatter added the enhancement label 2024-12-14 11:34:44 +08:00
hatter self-assigned this 2024-12-14 11:34:48 +08:00
Author
Owner

Feature added in v1.2.0

Feature added in `v1.2.0`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hatter/oss-backupd#1