You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CoreID/app/views/welcome.pug

22 lines
1.1 KiB

extends ./theme/public/base
block append style
link(rel='stylesheet' href='/style-asset/welcome.css')
block masthead
h1.font-weight-light #{_app && _app.name || 'Starship CoreID'}
p.lead Centralized, self-hosted, modern identity services.
p.font-weight-light
a.btn.btn-sm.btn-outline-secondary(href='/dash') Dashboard
block append content
section.py-5#about
.container
h2.font-weight-light What is #{_app && _app.name || 'Starship CoreID'}?
p
| #{_app && _app.name || 'CoreID'} is a self-hosted, open-source identity server designed for
| people who self-host various applications. With its built-in OAuth2, LDAP, and SAML servers
| and self-service password & admin panel, #{_app && _app.name || 'CoreID'} gives you the ability
| to easily integrate a single-sign-on solution into your self-hosting infrastructure without
| jumping through hoops to make it work. You can learn more <a href="https://garrettmills.dev/go/coreid">here.</a>