https://github.com/whatk233/ddg-email-panel
DDG Email Panel is the open source unofficial DuckDuckGo Email Protection panel.
https://github.com/whatk233/ddg-email-panel
duckduckgo duckduckgo-email nextjs react
Last synced: about 2 months ago
JSON representation
DDG Email Panel is the open source unofficial DuckDuckGo Email Protection panel.
- Host: GitHub
- URL: https://github.com/whatk233/ddg-email-panel
- Owner: whatk233
- License: mit
- Created: 2022-09-05T08:47:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T15:31:49.000Z (over 2 years ago)
- Last Synced: 2023-10-21T16:23:13.739Z (over 2 years ago)
- Topics: duckduckgo, duckduckgo-email, nextjs, react
- Language: TypeScript
- Homepage: https://ddgep.vercel.app
- Size: 500 KB
- Stars: 114
- Watchers: 3
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README-CN.md
- License: LICENSE
Awesome Lists containing this project
README
# DDG Email Panel
> 开源的非官方 [DuckDuckGo Email Protection](https://duckduckgo.com/email) 面板。

   
> **Warning**
> DDG Email Panel 是一个由社区开源的 DuckDuckGo Email Protection 管理面板,虽然不属于 DuckDuckGo 官方 ,但我们仍然会尊重您的隐私,不会存储或出售任何个人信息。
>
> 由于 DDG Email Panel 是一个开源项目,任何人都可以部署它。因此,我们无法保证公开部署的站点能被信任。为了确保您的隐私和安全,我们强烈建议您使用我们的托管的站点或自行部署 DDG Email Panel。
## ⭐ 特性
* 无需安装 DuckDuckGo 浏览器扩展
* 支持所有现代浏览器
* PWA
* 生成新的隐私别名
* 服务端不存储任何用户信息
* 多语言支持
* 夜间模式
## 📒 Todo
* 多账户管理
* 历史别名管理、备注
* 修改转发地址
* DuckDuckGo Email 账户注销
## 🌏 在线使用
* [DDG Email Panel](http://ddgep.whatk.me/)
* [DDG Email Panel (vercel.app 子域名)](https://ddgep.vercel.app/)
## 🚀 快速部署
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fwhatk233%2Fddg-email-panel&demo-title=DDG%20Email%20Panel&demo-description=DDG%20Email%20Panel%20is%20the%20open%20source%20unofficial%20DuckDuckGo%20Email%20Protection%20panel.&demo-url=https%3A%2F%2Fduckduckgo.email)
## ⚓ Docker 部署
```shell
docker run -d --restart=always -p 3000:3000 --name ddg-email-panel whatk233/ddg-email-panel
```
## 🔧 本地部署
### 环境要求
* Node.js 16 or newer
```bash
git clone https://github.com/whatk233/ddg-email-panel.git
cd ddg-email-panel
#pnpm
pnpm install
pnpm build
pnpm start
#yarn
yarn install
yarn build
yarn start
#npm
npm install
npm run build
npm run start
```
## ❤️ 支持
爱发电 · Buy Me a Coffee
## License
MIT
Made with ♥ by Whatk