Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Memos | 14,419 | 2 days ago | 4 | July 09, 2022 | 148 | mit | TypeScript | |||
A lightweight, self-hosted memo hub. Open Source and Free forever. | ||||||||||
Dillinger | 7,664 | 21 days ago | 109 | mit | HTML | |||||
The last Markdown editor, ever. | ||||||||||
Gotenberg | 4,822 | 15 days ago | 24 | September 01, 2022 | 53 | mit | Go | |||
A Docker-powered stateless API for PDF files. | ||||||||||
Recipes | 4,086 | 2 days ago | 275 | other | HTML | |||||
Application for managing recipes, planning meals, building shopping lists and much much more! | ||||||||||
Wizard | 1,972 | 3 months ago | 99 | apache-2.0 | PHP | |||||
Wizard是一款开源的文档管理工具,支持Markdown/Swagger/Table类型的文档。 | ||||||||||
Notea | 1,766 | 16 days ago | 49 | TypeScript | ||||||
📒 Self hosted note taking app stored on S3 | ||||||||||
Solo | 1,302 | 16 days ago | 2 | other | CSS | |||||
🎸 B3log 分布式社区的 Java 博客端节点系统,欢迎加入下一代社区网络。B3log distributed community blog-end node based on Java, welcome to join the next generation community network. | ||||||||||
Artalk | 839 | 3 days ago | 38 | June 17, 2022 | 24 | lgpl-3.0 | Go | |||
🌌 自托管评论系统 | Your self-hosted comment system | ||||||||||
Dailynotes | 608 | 5 months ago | 40 | mit | Vue | |||||
App for taking notes and tracking tasks on a daily basis | ||||||||||
Wiznotelite | 605 | 9 months ago | 79 | other | C | |||||
WizNote Lite Project |
🌌 Golang 自托管评论系统
更多内容请查看:“介绍文档”
前往:“部署文档”
Artalk.init({
el: '#Comments',
site: 'Artalk 的博客',
server: 'https://artalk.example.com'
})
docker run -d \
--name artalk \
-p 8080:23366 \
-v $(pwd)/data:/data \
artalk/artalk-go
vim docker-compose.yaml
version: "3.5"
services:
artalk:
container_name: artalk
image: artalk/artalk-go
ports:
- 8080:23366
volumes:
- ./data:/data
docker-compose up -d
see CONTRIBUTING.md
感谢社区提供的帮助与反馈,若有好的建议与意见欢迎前往 ISSUES 随时告知。