A GitHub Actions workflow to automatically log in and renew subscriptions for Lunes Host, with optional proxy support and Telegram notifications.

Stars

15

7-day growth

No data

Forks

22

Open issues

0

License

GPL-3.0

Last updated

2026-07-12

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It solves the manual renewal hassle for a specific hosting service, integrates multiple proxy protocols to bypass Cloudflare protection, and is fully automated via free GitHub Actions.

Who it is for

  • Lunes Host users needing automated subscription renewal
  • Developers who prefer GitHub Actions for scheduled tasks
  • Users with experience configuring CI/CD secrets and proxies
  • Those who need Telegram alerts for task results

Use cases

  • Automatically log in to Lunes Host daily to keep the account active
  • Route requests through a clean proxy to avoid Cloudflare challenge failures
  • Receive Telegram notifications when the renewal succeeds or fails

Strengths

  • Supports a wide range of proxy protocols (VLESS, VMess, Trojan, TUIC, Hysteria2, AnyTLS, SOCKS5)
  • Simple secret-based configuration without external dependencies
  • Free to use by forking the repository and setting up GitHub Actions
  • Optional Telegram integration for monitoring results

Considerations

  • Requires a clean proxy node to reliably pass Cloudflare protection
  • Depends on GitHub Actions runner availability and 6-hour cron scheduling
  • Only works for Lunes Host service, no generic renewal support

README quick start

🚀 lunes host 自动登录续期(GitHub Actions)

这是一个基于 GitHub Actions 的自动化脚本,用于定时登录自动续期lunes host 应用。

⚠️ 有cf盾,太垃圾的机房节点可能过不了,建议用稍微干净点的节点 B2proxy住宅代理

━━━━━━━━━━━━━━━━━━━━━━

🔐 Secrets 配置说明

Secret 名称是否必填说明
LUNES_EMAIL✅ 必填lunes 登录邮箱
LUNES_PASSWORD✅ 必填lunes 登录密码
NODE_LINK❌ 可选代理链接,如 vless:// vmess:// tuic:// hysteria2:// anttls:// socks5://
TG_BOT_TOKEN❌ 可选Telegram Bot Token(用于发送通知)
TG_CHAT_ID❌ 可选Telegram Chat ID(接收通知的用户或群组 ID)

━━━━━━━━━━━━━━━━━━━━━━

代理格式(确认在v2rayN里使用正常的节点)

NODE_LINK 支持以下任意一种代理协议的完整分享链接(不配置则直连):

  • VLESSvless://uuid@server:port?security=reality&sni=...&type=ws&...
  • VMessvmess://base64encoded...
  • Trojantrojan://password@server:port?sni=...&type=ws&...
  • tuictuic://uuid:password@server:port...
  • anytlsanytls://uuid@server:port...
  • hysteria2hysteria2://base64@server:port...
  • SOCKS5socks5://user:pass@server:portsocks://user:pass@server:port

注意事项

  • 尽量添加一个干净的节点,以免过不了cf盾

Related repositories

Similar projects matched by category, topics, and programming language.

lopopolo
Featured
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI & Machine LearningAI Agents
2,390
slvDev
Featured
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI & Machine LearningLarge Language Models
1,960
littledivy
Featured
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI & Machine Learning
1,482