This commit is contained in:
Andrew Z 2024-03-09 10:06:24 -05:00
parent f61f328ef5
commit 52678b3976
6 changed files with 235 additions and 11 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1709982369
"last_updated_timestamp": 1709996782
}

View File

@ -301336,6 +301336,119 @@
"LastUpdate": 1706622892,
"FirstSeen": 1697389574
},
{
"Name": "Vault",
"Repository": "hashicorp/vault",
"Registry": "https://hub.docker.com/r/hashicorp/vault",
"Network": "bridge",
"Privileged": "false",
"Project": "https://www.hashicorp.com/products/vault",
"Overview": "Manage access to secrets and protect sensitive data with identity-based security.\r\n\r\nconfig.hcl:\r\nui = \"true\"\r\nlistener \"tcp\" {\r\n address = \"0.0.0.0:8200\"\r\n tls_disable = \"true\"\r\n}\r\nstorage \"file\" {\r\n path = \"/vault/file\"\r\n}\r\napi_addr = \"http://0.0.0.0:8200\"\r\ndisable_mlock = \"true\"",
"WebUI": "http://[IP]:[PORT:8200]",
"TemplateURL": "https://raw.githubusercontent.com/d3vyce/unraid-template/master/templates/vault.xml",
"Icon": "https://www.gravatar.com/avatar/f7304a610df968cef5badc9e9dcd40e0?s=120&r=g&d=404",
"ExtraParams": "--cap-add=IPC_LOCK",
"PostArgs": "server",
"Config": [
{
"@attributes": {
"Name": "data",
"Target": "/vault/file/",
"Default": "/mnt/user/appdata/vault/data/",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/vault/data/"
},
{
"@attributes": {
"Name": "config",
"Target": "/vault/config/config.hcl",
"Default": "/mnt/user/appdata/vault/config.hcl",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/vault/config.hcl"
},
{
"@attributes": {
"Name": "ui",
"Target": "8200",
"Default": "8200",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8200"
},
{
"@attributes": {
"Name": " VAULT_ADDR",
"Target": " VAULT_ADDR",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "https://vault.mars.local"
}
],
"Repo": "d3vyce's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/d3vycesRepository/templates/vault.xml",
"CategoryList": [
"Security",
"Tools-Utilities"
],
"downloads": 90361926,
"stars": 125,
"trending": 4.729,
"trends": [
6.684,
5.095,
5.077,
4.636,
4.676,
4.584,
4.729
],
"trendsDate": [
1693469101,
1696068326,
1698667548,
1701263157,
1703862335,
1706461541,
1709060766
],
"downloadtrend": [
67269232,
70880602,
74671343,
78301784,
82142834,
86088924,
90361926
],
"LastUpdateScan": 1709060766,
"LastUpdate": 1708478437,
"FirstSeen": 1688270679,
"topTrending": -1.955,
"topPerforming": 4.729
},
{
"TemplateURL": "https://raw.githubusercontent.com/furritos/docker-templates/master/furritos/btdex.xml",
"Project": "https://btdex.trade/",

View File

@ -1,7 +1,7 @@
{
"apps": 2181,
"last_updated_timestamp": 1709982369,
"last_updated": "2024-03-09 06:06",
"apps": 2182,
"last_updated_timestamp": 1709996782,
"last_updated": "2024-03-09 10:06",
"categories": [
{
"Cat": "AI:",
@ -301502,6 +301502,119 @@
"LastUpdate": 1706622892,
"FirstSeen": 1697389574
},
{
"Name": "Vault",
"Repository": "hashicorp/vault",
"Registry": "https://hub.docker.com/r/hashicorp/vault",
"Network": "bridge",
"Privileged": "false",
"Project": "https://www.hashicorp.com/products/vault",
"Overview": "Manage access to secrets and protect sensitive data with identity-based security.\r\n\r\nconfig.hcl:\r\nui = \"true\"\r\nlistener \"tcp\" {\r\n address = \"0.0.0.0:8200\"\r\n tls_disable = \"true\"\r\n}\r\nstorage \"file\" {\r\n path = \"/vault/file\"\r\n}\r\napi_addr = \"http://0.0.0.0:8200\"\r\ndisable_mlock = \"true\"",
"WebUI": "http://[IP]:[PORT:8200]",
"TemplateURL": "https://raw.githubusercontent.com/d3vyce/unraid-template/master/templates/vault.xml",
"Icon": "https://www.gravatar.com/avatar/f7304a610df968cef5badc9e9dcd40e0?s=120&r=g&d=404",
"ExtraParams": "--cap-add=IPC_LOCK",
"PostArgs": "server",
"Config": [
{
"@attributes": {
"Name": "data",
"Target": "/vault/file/",
"Default": "/mnt/user/appdata/vault/data/",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/vault/data/"
},
{
"@attributes": {
"Name": "config",
"Target": "/vault/config/config.hcl",
"Default": "/mnt/user/appdata/vault/config.hcl",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/vault/config.hcl"
},
{
"@attributes": {
"Name": "ui",
"Target": "8200",
"Default": "8200",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8200"
},
{
"@attributes": {
"Name": " VAULT_ADDR",
"Target": " VAULT_ADDR",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "https://vault.mars.local"
}
],
"Repo": "d3vyce's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/d3vycesRepository/templates/vault.xml",
"CategoryList": [
"Security",
"Tools-Utilities"
],
"downloads": 90361926,
"stars": 125,
"trending": 4.729,
"trends": [
6.684,
5.095,
5.077,
4.636,
4.676,
4.584,
4.729
],
"trendsDate": [
1693469101,
1696068326,
1698667548,
1701263157,
1703862335,
1706461541,
1709060766
],
"downloadtrend": [
67269232,
70880602,
74671343,
78301784,
82142834,
86088924,
90361926
],
"LastUpdateScan": 1709060766,
"LastUpdate": 1708478437,
"FirstSeen": 1688270679,
"topTrending": -1.955,
"topPerforming": 4.729
},
{
"TemplateURL": "https://raw.githubusercontent.com/furritos/docker-templates/master/furritos/btdex.xml",
"Project": "https://btdex.trade/",
@ -306720,7 +306833,6 @@
],
"downloads": 38980008,
"stars": 1322,
"LastUpdate": 1709701940,
"trending": 1.2,
"trends": [
1.546,
@ -306736,6 +306848,7 @@
38980008
],
"LastUpdateScan": 1709982369,
"LastUpdate": 1709701940,
"FirstSeen": 1704783950
},
{

View File

@ -118,5 +118,6 @@
"nzbgetcom/nzbget": true,
"jc21/nginx-proxy-manager": true,
"pomerium/pomerium": true,
"redis": true
"redis": true,
"hashicorp/vault": true
}

View File

@ -3728,6 +3728,7 @@ Processing /tmp/appFeed/templates/sonic6sRepository/soonic6/restreamer.xml...Suc
Downloading d3vyce's Repository: https://github.com/d3vyce/unraid-template -> /tmp/appFeed/templates/d3vycesRepository Attempt 1...https://github.com/d3vyce/unraid-template/archive/master.tar.gz Success!
Processing /tmp/appFeed/templates/d3vycesRepository/templates/ca_profile.xml...FOUND PROFILE
Processing /tmp/appFeed/templates/d3vycesRepository/templates/gitea-runner.xml...Success
Processing /tmp/appFeed/templates/d3vycesRepository/templates/vault.xml...Success
Downloading DeadFeet's Repository: https://github.com/furritos/docker-templates -> /tmp/appFeed/templates/DeadFeetsRepository Attempt 1...https://github.com/furritos/docker-templates/archive/master.tar.gz Success!
@ -3996,9 +3997,5 @@ Updating stats on containers
Privileged: 102
No change to feed
Updating GitHub

View File

@ -306554,7 +306554,6 @@
],
"downloads": 38980008,
"stars": 1322,
"LastUpdate": 1709701940,
"trending": 1.2,
"trends": [
1.546,
@ -306570,6 +306569,7 @@
38980008
],
"LastUpdateScan": 1709982369,
"LastUpdate": 1709701940,
"FirstSeen": 1704783950
},
{