Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 363 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 363 Bytes

summaly-go

Misskey(とその派生)で使えるGoで書かれた軽量なsummaly-proxy
中身は別ライブラリ(summergo)として公開しています

run with docker

services:
  summaly:
    image: docker.io/nexryai/summaly-go:latest
    restart: always
    ports:
      - 127.0.0.1:3000:3000