Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coyove/openweibo
开源微博平台 Open source cloud powered microblog
https://github.com/coyove/openweibo
aws cloudwatch dynamodb
Last synced: 3 months ago
JSON representation
开源微博平台 Open source cloud powered microblog
- Host: GitHub
- URL: https://github.com/coyove/openweibo
- Owner: coyove
- Created: 2019-06-07T03:01:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T08:41:41.000Z (over 1 year ago)
- Last Synced: 2024-06-09T20:39:49.362Z (5 months ago)
- Topics: aws, cloudwatch, dynamodb
- Language: Go
- Homepage: https://fweibo.com
- Size: 7.21 MB
- Stars: 45
- Watchers: 3
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome - coyove/openweibo - 开源微博平台 Open source cloud powered microblog (Go)
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
```