Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soulteary/forever-coolshell
酷壳 - CoolShell 电子存档,🕯️ 谨纪念和保存陈皓先生的公开的技术分享内容,感恩皓叔对中文互联网,尤其是技术领域无私的分享。
https://github.com/soulteary/forever-coolshell
Last synced: 3 days ago
JSON representation
酷壳 - CoolShell 电子存档,🕯️ 谨纪念和保存陈皓先生的公开的技术分享内容,感恩皓叔对中文互联网,尤其是技术领域无私的分享。
- Host: GitHub
- URL: https://github.com/soulteary/forever-coolshell
- Owner: soulteary
- License: agpl-3.0
- Created: 2023-05-15T08:01:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-19T06:59:06.000Z (over 1 year ago)
- Last Synced: 2025-01-10T22:11:35.314Z (15 days ago)
- Language: HTML
- Homepage: https://github.com/megaease/Remembering-Haoel
- Size: 65.1 MB
- Stars: 1,010
- Watchers: 7
- Forks: 325
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - soulteary/forever-coolshell - 05 star:1.0k fork:0.3k 酷壳 - CoolShell 电子存档,🕯️ 谨纪念和保存陈皓先生的公开的技术分享内容,感恩皓叔对中文互联网,尤其是技术领域无私的分享。 (HTML)
README
# 酷壳 - CoolShell 电子存档
谨纪念和保存陈皓先生的公开的技术分享内容,感恩皓叔对中文互联网,尤其是技术领域无私的分享。
![](.github/farewell.png)
## 使用方法
使用方法有两种:使用直接编译好的可执行文件,或使用 Docker 运行。
方法一:在[Release 页面](https://github.com/soulteary/forever-coolshell/releases/)下载适合你的操作系统的可执行文件后,使用下面的命令运行即可。
```bash
./coolshell
```方法二:使用 Docker 下载镜像之后,指定合适的端口号,一键启动容器即可。
```bash
# 下载镜像
docker pull soulteary/forever-coolshell:v1.0.0
# 启动镜像
docker run --rm -it -p 8080:8080 soulteary/forever-coolshell:v1.0.0
```网站电子存档默认使用 `8080` 端口,如需改变端口,请指定环境变量 `PORT`,如:
```bash
# 直接运行
PORT=10240 ./coolshell
# 使用容器运行
docker run --rm -it -e PORT=10240 -p 10240:10240 soulteary/forever-coolshell:v1.0.0
```## 最后
[@haoel](https://github.com/haoel),再也听不到你吐槽 WordPress 数据库挂掉、CDN 等维护问题了。
你的博客内容会一直留存下去的。
--EOF 晓白