mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-27 22:55:51 +03:00
[GH-ISSUE #205] 【如何限制未知设备连接到服务器】 #94
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#94
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?
Originally created by @Whichbfj28 on GitHub (Mar 23, 2023).
Original GitHub issue: https://github.com/Finb/bark-server/issues/205
1、【如何限制未知设备连接到服务器】
现在的好像是搭建好了后 知道服务器地址的就可以直接使用。没有任何的密匙或者验证措施
@Finb commented on GitHub (Mar 23, 2023):
#100
@Whichbfj28 commented on GitHub (Mar 23, 2023):
docker-compose的话应该怎么填写。使用环境变量-e 吗?
environment:
- user=admin
- password=admin
或者有没有完整服务器支持的配置文件代码。
https://day.app/2018/06/bark-server-document/这个官方教程中Heroku的环境变量 【BARK_KEY】 和 【BARK_DEVICE_TOKEN】能否使用
@Whichbfj28 commented on GitHub (Mar 23, 2023):
找到了变通的方法、用nginx反代。