Update README.md
This commit is contained in:
parent
e55cb6082a
commit
25fd9d7193
11
README.md
11
README.md
@ -1,12 +1,21 @@
|
|||||||
# authlib-skin
|
# authlib-skin
|
||||||
轻量级的 Yggdrasil 服务端实现,后端 Go,前端 react。
|
轻量级的 Yggdrasil 服务端实现,后端 Go,前端 react。
|
||||||
|
|
||||||
适合于只需要用于 authlib-injector 的验证服务器的情况,部署简单。
|
适合于只需要用于 [authlib-injector](https://github.com/yushijinhun/authlib-injector) 的验证服务器的情况,部署简单。
|
||||||
|
|
||||||
|
实现了 [Yggdrasil](https://github.com/yushijinhun/authlib-injector/wiki/Yggdrasil-%E6%9C%8D%E5%8A%A1%E7%AB%AF%E6%8A%80%E6%9C%AF%E8%A7%84%E8%8C%83) 规范,可用于一些启动器中的外置登录,和服务器的外置登录。
|
||||||
|
|
||||||
## 运行
|
## 运行
|
||||||
https://github.com/xmdhs/authlib-skin/releases 下载
|
https://github.com/xmdhs/authlib-skin/releases 下载
|
||||||
|
|
||||||
`./authlibskin` 运行,`-c` 指定配置文件位置,若找不到配置文件,则会生成示例配置文件,其中带有注释。
|
`./authlibskin` 运行,`-c` 指定配置文件位置,若找不到配置文件,则会生成示例配置文件,其中带有注释。
|
||||||
|
|
||||||
|
## 编译
|
||||||
|
redis 和 sqlite tag 控制是否开启 redis 和 sqlite 支持,使用 sqlite tag 需要 c 语言工具链。
|
||||||
|
|
||||||
|
请使用 build.sh 编译,会依次对前端和后端源码进行编译打包。
|
||||||
|
## 下载
|
||||||
|
https://github.com/xmdhs/authlib-skin/releases
|
||||||
|
|
||||||
## demo
|
## demo
|
||||||
https://skin.xmdhs.com
|
https://skin.xmdhs.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user