nexttrace-backend

command module
v0.0.0-...-204a80d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2023 License: GPL-2.0 Imports: 4 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL