web

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

README

Default icons:

COLLECTION: Solar Broken Line Icons LICENSE: CC Attribution License AUTHOR: Solar Icons

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Base            string `yaml:"base"` // Used by CLI
	BaseURL         *url.URL
	Database        string `yaml:"database"` // Used by CLI
	DB              *gorm.DB
	OIDC            *oidc.OIDCProvider
	LDAP            *ldap.LDAPProvider
	LogoLogin       string        `yaml:"logo_login"`
	LogoWelcome     string        `yaml:"logo_welcome"`
	LogoError       string        `yaml:"logo_error"`
	SupportURL      string        `yaml:"support_url"`
	CleanupInterval time.Duration `yaml:"cleanup_interval"` // Used by CLI
}

func (App) Start

func (a App) Start() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL