mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-27 06:35:49 +03:00
[PR #160] [CLOSED] feat: 支持简单 markdown 推送,适用于私有服务器搭建 #201
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#201
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Finb/bark-server/pull/160
Author: @adams549659584
Created: 8/7/2022
Status: ❌ Closed
Base:
master← Head:markdown-web📝 Commits (1)
c58a0a0feat: 支持简单 markdown 推送,适用于私有服务器搭建📊 Changes
15 files changed (+205 additions, -4 deletions)
View changed files
📝
Taskfile.yaml(+1 -0)📝
database/bbolt.go(+35 -1)📝
database/database.go(+2 -0)📝
database/envbase.go(+38 -0)📝
database/mysql.go(+21 -0)📝
deploy/Dockerfile(+1 -0)📝
main.go(+1 -1)📝
route_push.go(+18 -2)➕
route_web.go(+28 -0)➕
web/index.html(+15 -0)➕
web/static/css/index.css(+1 -0)➕
web/static/ico/favicon.ico(+0 -0)➕
web/static/js/index.js(+42 -0)➕
web/sw.js(+1 -0)➕
web/workbox-82e18805.js(+1 -0)📄 Description
感觉不大适合主版,适合单独放分支,给需要 markdown 的自行搭建私有服务器
前端源码 https://github.com/adams549659584/bark-md-reader
附个人修改版 https://github.com/adams549659584/bark-server
使用如下:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.