Skip to content

Commit

Permalink
Merge pull request #112 from marblenix/master
Browse files Browse the repository at this point in the history
Add Vault
  • Loading branch information
kmoore134 committed Oct 1, 2020
2 parents eb8ae25 + 60d2fce commit b1b785f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
10 changes: 10 additions & 0 deletions INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,16 @@
"category": "content",
"homepage": "http://qbittorrent.org/"
},
"vault": {
"MANIFEST": "vault.json",
"name": "vault",
"icon": "https://icons.freenas.org/community-icons/vault.png",
"description": "Manage secrets and protect sensitive data.",
"official": false,
"primary_pkg": "vault",
"category": "devops",
"homepage": "https://www.vaultproject.io/"
},
"zoneminder": {
"MANIFEST": "zoneminder.json",
"name": "Zoneminder",
Expand Down
Binary file added icons/vault.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions vault.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Vault",
"plugin_schema": "2",
"release": "11.3-RELEASE",
"artifact": "https://github.com/marblenix/iocage-plugin-vault.git",
"pkgs": [
"vault",
"jq",
"moreutils"
],
"properties": {
"dhcp": 1
},
"packagesite": "http://pkg.FreeBSD.org/${ABI}/latest",
"fingerprints": {
"plugin-default": [
{
"function": "sha256",
"fingerprint": "b0170035af3acc5f3f3ae1859dc717101b4e6c1d0a794ad554928ca0cbb2f438"
}
]
},
"official": false,
"revision": "0"
}

0 comments on commit b1b785f

Please sign in to comment.