Loading... [官方文档][1] ## 1. 安装Docker(ubuntu,root用户) ## 已安装的可跳过 ``` apt-get update && apt-get install -y wget vim wget -qO- get.docker.com | bash ``` <!--more--> ## 2. 通过Docker部署自动续费脚本 ## docker run -d --name freenom --restart always -v $(pwd):/conf -v $(pwd)/logs:/app/logs luolongfei/freenom ## 3. 编辑配置文件.env ## ``` vim .env ``` **修改freenom登录账号密码** ``` # .env 文件版本 ENV_FILE_VERSION='v2' ###################### 账户配置 Account config ######################### # Freenom 账户 Freenom Account FREENOM_USERNAME=593198779@qq.com # Freenom 密码 Freenom password FREENOM_PASSWORD='' ``` **关闭默认的邮箱通知(line41-42)** ``` # 是否启用邮件推送功能 1:启用 0:不启用 Whether to enable email push features 1: enabled 0: not enabled MAIL_ENABLE=0 ``` **配置并打开telegram bot通知(line61-75)** ``` ###################### Telegram bot ######################### # 可选配置,通过 Telegram bot 发送通知消息 This is an optional configuration to send notification messages via Telegram bot # 你的chat_id,通过发送“/start”给@userinfobot可以获取自己的id Your chat_id, you can get your own id by sending "/start" to @userinfobot TELEGRAM_CHAT_ID='' # 你的Telegram bot的token Token for your Telegram bot TELEGRAM_BOT_TOKEN='' # Telegram 代理 e.g. http://127.0.0.1:1081 or socks5://127.0.0.1:1080 TELEGRAM_PROXY='' # 是否启用 Telegram Bot 功能 1:启用 0:不启用 Whether to enable Telegram Bot features 1: enabled 0: not enabled TELEGRAM_BOT_ENABLE=1 ###################### end Telegram bot ######################### ``` ## 4. 重启容器 ## ``` docker restart freenom ``` [1]: https://github.com/luolongfei/freenom 最后修改:2022 年 02 月 21 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏