Coder Social home page Coder Social logo

amber-login's Introduction

amber-login

Build Status codecov GitHub release (latest by date) MIT Licence GitHub code size

统一登录.

配置文件

  1. appConfig.toml
Port = 11325
ContextPath = ""
CookieDomain = "r.cn"   # 写入cookie的domain
CookieExpiredHours = 6  # cookie有效期(小时)
DevMode = false
  1. logback.xml
<logging>
    <filter enabled="true">
        <tag>file</tag>
        <type>file</type>
        <level>INFO</level>
        <property name="filename">amber-login.log</property>
        <property name="format">[%D %T] [%L] (%S) %M</property>
        <property name="rotate">false</property>
        <property name="maxsize">0M</property>
        <property name="maxlines">0K</property>
        <property name="daily">false</property>
    </filter>
</logging>

部署执行

  1. 下载最新的可执行文件压缩包并解压

    下载地址: amber-login release

$ tar -xvJf amber-login-[version].[arch].[os].tar.xz
  1. 新建/编辑配置文件, 启动运行
$ nohup ./amber-login-[version].[arch].[os].bin &

后台入口

/admin/index

默认管理员:

admin/Admin18&$ manage/Manage12#$

统一登录入口

/?appId={appId}&redirectUrl={redirectUrl}

Golang Kits

amber

Java Kits

amber-java-kits.

amber-login's People

Contributors

charlemaznable avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.