monsterno/DNSHE Renew
自动续期 DNSHE 免费子域名,并按配置发送通知。
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 22, 2026
- License
- Apache 2.0
Pinned Snippet
uses: monsterno/dnshe@35d5461343b8d05212f42c9e69455d9f20f83e04 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api-keys | DNSHE API Key 列表,支持逗号、分号或换行分隔。 | yes | — |
| api-secrets | DNSHE API Secret 列表,顺序需与 api-keys 一一对应。 | yes | — |
| api-base-url | DNSHE API 基础地址,默认留空使用 SDK 内置地址。 | no | — |
| dry-run | 是否启用演练模式;支持 true/false。 | no | false |
| debug | 是否启用控制台调试通知;支持 true/false。 | no | false |
| telegram-bot-token | Telegram Bot Token。 | no | — |
| telegram-chat-id | Telegram 目标聊天 ID。 | no | — |
| telegram-message-thread-id | Telegram topic 或 thread ID。 | no | — |
| telegram-parse-mode | Telegram 解析模式,例如 HTML。 | no | — |
| lark-webhook-url | 飞书群机器人 webhook 地址。 | no | — |
| lark-app-id | 飞书自建应用 App ID。 | no | — |
| lark-app-secret | 飞书自建应用 App Secret。 | no | — |
| lark-receiver-type | 飞书接收人 ID 类型,例如 chat_id、email。 | no | — |
| lark-receivers | 飞书接收人列表,支持逗号、分号或换行分隔。 | no | — |
| webhook-url | 自定义 webhook 地址。 | no | — |
| webhook-token | 自定义 webhook Bearer Token。 | no | — |
Outputs
| name | description |
|---|---|
| renewed-total | 本次执行续期成功的域名总数。 |
| notification-error-count | 本次执行通知发送失败的数量。 |
| error-count | 本次执行主流程错误数量。 |
| success | 本次执行是否成功��成。 |