Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h-yw/ifcat
ifcat博客
https://github.com/h-yw/ifcat
blog nextjs
Last synced: about 1 month ago
JSON representation
ifcat博客
- Host: GitHub
- URL: https://github.com/h-yw/ifcat
- Owner: h-yw
- License: mit
- Created: 2024-07-27T03:08:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T08:18:28.000Z (about 2 months ago)
- Last Synced: 2024-11-07T09:23:30.853Z (about 2 months ago)
- Topics: blog, nextjs
- Language: TypeScript
- Homepage: https://hlovez.life
- Size: 81.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [iFCat](https://hlovez.life)
## 构建
```bash
docker build moonhou/ifcat:[version] .docker save -o ifcat-v[version].tar moonhou/ifcat:[version]
scp ifcat-v[version].tar [user]@[host]:[path]/ifcat-v[version].tar
docker load -i ./ifcat-v0.1.1.tar
docker stop ifcat
docker rm ifcat
docker run -d --name ifcat -p 3000:3000 moonhou/ifcat:[version]```