Skip to content
forked from wangyiwy/oktools

在线工具 tools 项目源码

Notifications You must be signed in to change notification settings

whooyun/oktools

 
 

Repository files navigation

一个工具网站

编译

  1. 安装 Golang
  2. 安装 Git
  3. 构建
git clone [https://github.com/whooyun/oktools.git]
cd oktools
go build
  1. 修改配置文件
mv conf.yaml.default conf.yaml
vi conf.yaml

配置说明

app:
  mode: release # debug / release 
  log-file: oktools.log # 日志文件路径

http:
  port: 443 # 程序端口
  ssl: # ssl 证书配置 , release 模式必须
    crt:  # example: /etc/oktools/oktools.net_nginx/oktools.net_bundle.crt
    key:  # example: /etc/oktools/oktools.net_nginx/oktools.net.key
  1. 运行
sh start.sh
  1. 停止
sh stop.sh

About

在线工具 tools 项目源码

https://t.fuzhicode.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • CSS 2.0%
  • HTML 1.6%
  • Other 0.1%