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

1.0.0 2025-05-17 19:56 UTC

This package is auto-updated.

Last update: 2025-12-17 21:41:37 UTC


README

SeAT

Latest Stable Version Total Downloads Latest Unstable Version License

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