Skip to content

A personal data management center bases on Violet

Notifications You must be signed in to change notification settings

XMatrixStudio/Coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffee

A Content Manger System based on Violet

Demo

中文简介

Using

部署MongoDB

填写配置文件

Mongo:
  Host: 0.0.0.0
  Port: 27890
  User: username
  Password: password
  Name: coffee
Server:
  Host: 127.0.0.1
  Port: 30070
  Dev: true
  ThumbDir: ./Thumb
  UserDir: ./UserData
  TempDir: ./Temp
Violet:
  ClientID: xxxxxxxx
  ClientKey: xxxxxxxxxx
  ServerHost: https://oauth.xmatrix.studio/api/v2
  LoginURL: https://oauth.xmatrix.studio/Verify/Authorize

使用Docker打包镜像

docker build -t coffee .

运行

docker run -p 30070:30070 --name coffee_server -d coffee:latest

About

A personal data management center bases on Violet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages