Skip to main content

Auto Vault 36

@dank_fang/auto-vault-36v1.9.5· BSD-3-Clause· 1d agoVAULTS
01README

Pull GitHub issues and pull requests, normalize the shape, and stream into your downstream pipeline. Pagination is automatic.

Quick start

Add @dank_fang/auto-vault-36 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @dank_fang/auto-vault-36

workflows:
  - name: auto-vault-36-run
    jobs:
      - name: main
        steps:
          - name: run
            model: dank_fang/auto-vault-36
            method: run

Run with swamp workflow run auto-vault-36-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Vault provider — encrypted secret storage with audit trail and cross-region replication.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: github release homelab

02Vaults1
auto-vault-36-vaultconfigurable
@dank_fang/auto-vault-36/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
03Stats
B
75 / 100
Downloads
30
Archive size
86.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • README is substantive0/1missing
  • Most symbols documented1/1earned
  • No slow types0/1missing
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned
04Platforms
05Labels