Merge remote-tracking branch 'github/1.0.1' into g1.0.1

pull/79/head
zhangchenhao 2025-05-12 21:24:17 +08:00
commit f1c12064ff
1 changed files with 29 additions and 1 deletions

View File

@ -35,7 +35,14 @@ curl -sSO http://download.allinssl.com/install_allinssl.sh && bash install_allin
### Docker安装
```bash
docker run -d --name allinssl -p 7979:8888 -v /www/allinssl/data:/www/allinssl/data allinssl/allinssl:latest
docker run -itd \
--name allinssl \
-p 7979:8888 \
-v /www/allinssl/data:/www/allinssl/data \
-e ALLINSSL_USER=allinssl \
-e ALLINSSL_PWD=allinssldocker \
-e ALLINSSL_URL=allinssl \
allinssl/allinssl:latest
```
### 编译安装
@ -127,6 +134,27 @@ allinssl 17: 卸载ALLinSSL 🗑️
- 邮箱support@allinssl.com 📧
- 问题反馈:[GitHub Issues](https://github.com/allinssl/allinssl/issues)
## 🙏 致谢
**感谢在SSL证书管理领域做出贡献的开源项目的社区和服务商**
- [Certbot](https://certbot.eff.org/)
- [acme.sh](https://github.com/acmesh-official/acme.sh)
- [Caddy](https://caddyserver.com/)
- [lego](https://github.com/go-acme/lego)
- [Let's Encrypt](https://letsencrypt.org/)
- [certimate](https://github.com/usual2970/certimate)
- [certd](https://github.com/certd/certd)
- [SSL.com](https://www.ssl.com/)
- [Racent](https://www.racent.com/)
- [TrustAsia](https://www.trustasia.com/)
- [阿里云](https://www.aliyun.com/)
- [腾讯云 DNSPod](https://cloud.tencent.com/)
- [Cloudflare](https://www.cloudflare.com/)
- [宝塔面板](https://www.bt.cn/)
**感谢以下用户对本项目的支持和贡献:**
- [@寒雨馨](https://www.hanyuxin.cn/)
## 📜 许可证
本项目采用 [AGPL-3.0 license](./LICENSE) 开源协议