bark-server

Backend of Bark

Github星跟蹤圖

Bark

Bark is an iOS App which allows you to push customed notifications to your iPhone.

Installation

For Docker User

Docker Automated build MicroBadger Size MicroBadger Layers

The docker image is already available, you can use the following command to run the bark server:

docker run -dt --name bark -p 8080:8080 -v `pwd`/bark-data:/data finab/bark-server

If you use the docker-compose tool, you can copy docker-copose.yaml under this project to any directory and run it:

mkdir bark-server && cd bark-server
curl -sL https://git.io/fhAsj > docker-compose.yaml
docker-compose up -d

For General User

  • 1、Download precompiled binaries from the releases page
  • 2、Add executable permissions to the bark-server binary: chmod +x bark-server
  • 3、Start bark-server: ./bark-server -l 0.0.0.0 -p 8080 -d ./bark-data
  • 4、Test the server: curl localhost:8080/ping

Note: Bark-server uses the /data directory to store data by default. Make sure that bark-server has permission to write to the /data directory, otherwise use the -d option to change the directory.

中文:

Contributing to bark-server

Development environment

This project requires at least the golang 1.12 version to compile and requires Go mod support.

  • Golang 1.13
  • GoLand 2018.3.4 or other Go IDE
  • Docker(Optional)

Update

The push certificate embedded in the program expires on 2020/01/30, please update the program after 2019/12/01

主要指標

概覽
名稱與所有者Finb/bark-server
主編程語言Go
編程語言Go (語言數: 6)
平台
許可證MIT License
所有者活动
創建於2018-06-26 10:29:28
推送於2025-04-17 01:38:53
最后一次提交2025-04-17 09:38:50
發布數20
最新版本名稱v2.2.0 (發布於 )
第一版名稱1.0.0 (發布於 )
用户参与
星數2.8k
關注者數19
派生數446
提交數443
已啟用問題?
問題數119
打開的問題數0
拉請求數135
打開的拉請求數1
關閉的拉請求數54
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?