EdNovas的小站 头像

消息来源频道

EdNovas的小站

@ednovas2

频道6,334 位成员公开可见0 人在线

欢迎来到EdNovas的小站 群组 https://t.me/ednovas4 博客 https://ednovas.blog 机场 https://ednovas.me 导航 https://navigate.ednovas.xyz

成员规模6,334 位成员
在线情况0 人在线
消息总数1,008 条消息
浏览量总数43,766 次浏览

在这个频道里搜索消息……

t.me/ednovas2

自建Forsaken-mail邮局
https://github.com/denghongcai/forsaken-mail
可以用npm
npm install && npm start
NPM安装参照 https://ednovas.xyz/2021/06/05/qqbot/#%E5%AE%89%E8%A3%85node-js
或者Docker
docker build -t denghongcai/forsaken-mail .
docker run --name forsaken-mail -d -p 25:25 -p 3000:3000 denghongcai/forsaken-mail
然后打开 http://localhost:3000 即可(可以自行反代)
#github #mail #邮局