unsc1419 / skynet-auth
SeAT 5 Plugin - SkynetAuth Authentication & Update System
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:seat-plugin
pkg:composer/unsc1419/skynet-auth
Requires
- php: ^8.1
- eveseat/eveapi: ^5.0
- eveseat/services: ^5.0
- eveseat/web: ^5.0
- laravel/framework: ^10.0
README
skynet-auth
用于链接Skynetauth和SeAT的插件
容器SeAT安装方法
-
修改
/opt/seat-docker/.env文件并保存# SeAT Plugins # This is a list of the all of the third party plugins that you # would like to install as part of SeAT. Package names should be # comma seperated if multiple packages should be installed. SEAT_PLUGINS=UNSC1419/skynet-auth .... .... # --------------------------- # 添加SkynetAuth配置段 # --------------------------- SKYNETAUTH_SSOBACK_URL=https://auth.domain.tld/auth/seat/callback # auth登录回调url
-
Docker(SeAT 5.x - 使用反向代理)的情况下执行
docker compose -f docker-compose.yml -f docker-compose.mariadb.yml -f docker-compose.proxy.yml up -d -
Docker(SeAT 5.x - 使用 Traefik)的情况下执行
docker compose -f docker-compose.yml -f docker-compose.mariadb.yml -f docker-compose.traefik.yml up -d