Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangyiwy/oktools
在线工具 OKTools 项目源码 https://oktools.net
https://github.com/wangyiwy/oktools
Last synced: about 1 month ago
JSON representation
在线工具 OKTools 项目源码 https://oktools.net
- Host: GitHub
- URL: https://github.com/wangyiwy/oktools
- Owner: wangyiwy
- Created: 2019-09-24T05:02:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T20:18:53.000Z (over 1 year ago)
- Last Synced: 2024-08-01T20:48:53.080Z (4 months ago)
- Language: JavaScript
- Size: 1.93 MB
- Stars: 346
- Watchers: 6
- Forks: 137
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome - wangyiwy/oktools - 06 star:0.4k fork:0.1k 在线工具 OKTools 项目源码 https://oktools.net (JavaScript)
README
# 一个工具网站
![](shapshot.png)# 编译
1. 安装 Golang
2. 安装 Git
3. 构建
```shell
git clone https://github.com/wangyiwy/oktools.git
cd oktools
go build
```
4. 修改配置文件
```shell
mv conf.yaml.default conf.yaml
vi conf.yaml
```
配置说明
```shell
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
```
6. 运行
```shell
sh start.sh
```
7. 停止
```shell
sh stop.sh
```