Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjlleo/nexttrace-backend
NextTrace BackEnd
https://github.com/sjlleo/nexttrace-backend
Last synced: 14 days ago
JSON representation
NextTrace BackEnd
- Host: GitHub
- URL: https://github.com/sjlleo/nexttrace-backend
- Owner: sjlleo
- License: gpl-2.0
- Created: 2022-06-21T01:36:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T06:20:38.000Z (over 1 year ago)
- Last Synced: 2024-08-01T15:04:15.257Z (3 months ago)
- Language: Go
- Size: 41 KB
- Stars: 30
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nexttrace-backend
NextTrace BackEnd
## Get Started
这是一个 Demo,用于 NextTrace 的后端演示用途,真正的后端我们会在项目成熟以后逐渐走向开源。
修改 Token 配置文件 `nexttrace-backend\ipgeo\basic.go` ,填入 `token` 信息,然后编译运行即可。
下面是一个 `systemd service` 的运行模版
```
[Unit]
Description=Nexttrace Backend
After=network.target[Service]
ExecStart=/root/nexttrace-backend/nexttrace-backend
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure[Install]
WantedBy=multi-user.target
```