-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
89 lines (89 loc) · 2.67 KB
/
manifest.json
File metadata and controls
89 lines (89 loc) · 2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"assets": {
"config": true,
"ui": false
},
"author": "GoCodeAlone",
"capabilities": {
"moduleTypes": [
"iac.provider.hover"
],
"iacProvider": {
"name": "hover",
"resourceTypes": [
"infra.dns",
"infra.dns_delegation"
]
},
"stepTypes": [],
"triggerTypes": []
},
"category": "infrastructure",
"description": "Hover DNS provider for workflow IaC (infra.dns). No official API; mimics the browser-side username+password+TOTP login flow used by pjslauta/hover-dyn-dns.",
"downloads": [
{
"arch": "amd64",
"os": "darwin",
"sha256": "90544bac3ab95e3dac84cf0f62ef57ae173d6028b39b3b6f25cdd0e81b4dc381",
"url": "https://github.com/GoCodeAlone/workflow-plugin-hover/releases/download/v0.5.7/workflow-plugin-hover-darwin-amd64.tar.gz"
},
{
"arch": "arm64",
"os": "darwin",
"sha256": "8c3c925a9d15e9893ec29f0c7ee17a31148492f4ca486223270d2a6cea91d6f1",
"url": "https://github.com/GoCodeAlone/workflow-plugin-hover/releases/download/v0.5.7/workflow-plugin-hover-darwin-arm64.tar.gz"
},
{
"arch": "amd64",
"os": "linux",
"sha256": "2163b3b5d70429e4e22fd61144fe47df4f694888b4f48f6c0f8bbe1f6ff84141",
"url": "https://github.com/GoCodeAlone/workflow-plugin-hover/releases/download/v0.5.7/workflow-plugin-hover-linux-amd64.tar.gz"
},
{
"arch": "arm64",
"os": "linux",
"sha256": "22b3ec2e6b194dec93f9d1ce9299324780ca50d0389912cd30562a45650006ba",
"url": "https://github.com/GoCodeAlone/workflow-plugin-hover/releases/download/v0.5.7/workflow-plugin-hover-linux-arm64.tar.gz"
}
],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-hover",
"iacProvider": {
"computePlanVersion": "v2"
},
"keywords": [
"dns",
"hover",
"iac",
"infra.dns",
"totp"
],
"license": "MIT",
"minEngineVersion": "0.60.6",
"name": "workflow-plugin-hover",
"private": false,
"repository": "https://github.com/GoCodeAlone/workflow-plugin-hover",
"required_secrets": [
{
"description": "Hover account username",
"name": "HOVER_USERNAME",
"prompt": "Hover username",
"sensitive": false
},
{
"description": "Hover account password",
"name": "HOVER_PASSWORD",
"prompt": "Hover password",
"sensitive": true
},
{
"description": "Base32-encoded TOTP seed from Hover 2FA setup. Plugin generates 6-digit codes per RFC 6238 on each login.",
"name": "HOVER_TOTP_SECRET",
"prompt": "Hover TOTP seed (base32)",
"sensitive": true
}
],
"status": "experimental",
"tier": "community",
"type": "external",
"version": "0.5.7"
}