https://github.com/coyove/cronjob
https://github.com/coyove/cronjob
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coyove/cronjob
- Owner: coyove
- Created: 2020-11-16T04:47:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T04:48:36.000Z (almost 5 years ago)
- Last Synced: 2025-07-10T08:03:51.952Z (3 months ago)
- Language: Go
- Size: 744 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Debug
启动本地测试服务器 (http://127.0.0.1:5010):
```
CW=0 go run main.go
```## SSO登录 (deprecated)
commit: b0e04f85b21f480cd0fb1e5c2ebd084a0f7ad37a## Install nginx-module-image-filter (Debian)
```
curl -O http://nginx.org/keys/nginx_signing.key
sudo apt-key add nginx_signing.key
apt-key add nginx_signing.key
deb http://nginx.org/packages/debian/ stretch nginx
deb-src http://nginx.org/packages/debian/ stretch nginx
apt-get update
apt-get install -y nginx nginx-module-image-filter
###
load_module modules/ngx_http_image_filter_module.so
```