Versions in this module Expand all Collapse all v1 v1.0.0 Feb 24, 2025 Changes in this version + type AccountEditLink struct + Href string + type App struct + Config map[string]any + Disabled bool + type Application struct + Icon string + Menu string + Target string + Title map[string]string + URL string + type Asset struct + AppsPath string + CorePath string + ThemesPath string + type CORS struct + AllowCredentials bool + AllowedHeaders []string + AllowedMethods []string + AllowedOrigins []string + type ConcurrentRequests struct + ResourceBatchActions int + SSE int + Shares *ConcurrentRequestsShares + type ConcurrentRequestsShares struct + Create int + List int + type Config struct + Apps map[string]App + Asset Asset + Commons *shared.Commons + Context context.Context + Debug Debug + File string + GatewayAddress string + HTTP HTTP + Log *Log + Service Service + TokenManager *TokenManager + Tracing *Tracing + Web Web + type CustomScript struct + Async bool + Src string + type CustomStyle struct + Href string + type CustomTranslation struct + Url string + type Debug struct + Addr string + Pprof bool + Token string + Zpages bool + type Editor struct + AutosaveEnabled bool + AutosaveInterval int + type Embed struct + DelegateAuthentication bool + DelegateAuthenticationOrigin string + Enabled string + MessagesOrigin string + Target string + type ExternalApp struct + Config map[string]interface{} + ID string + Path string + type ExternalAppConfig struct + URL string + type FeedbackLink struct + AriaLabel string + Description string + Href string + type HTTP struct + Addr string + CORS CORS + CacheTTL int + Namespace string + Root string + TLS shared.HTTPServiceTLS + type Log struct + Color bool + File string + Level string + Pretty bool + type OIDC struct + Authority string + ClientID string + MetadataURL string + PostLogoutRedirectURI string + ResponseType string + Scope string + type Options struct + AccountEditLink *AccountEditLink + CernFeatures bool + ConcurrentRequests *ConcurrentRequests + ContextHelpersReadMore bool + DisableFeedbackLink bool + DisabledExtensions []string + Editor *Editor + Embed *Embed + FeedbackLink *FeedbackLink + LoginURL string + LogoutURL string + OpenAppsInTab bool + RunningOnEOS bool + TokenStorageLocal bool + Upload *Upload + UserListRequiresFilter bool + type Service struct + Name string + type TokenManager struct + JWTSecret string + type Tracing struct + Collector string + Enabled bool + Endpoint string + Type string + func (t Tracing) Convert() tracing.Config + type Upload struct + CompanionURL string + type Web struct + Config WebConfig + ThemePath string + ThemeServer string + type WebConfig struct + Applications []Application + Apps []string + ExternalApps []ExternalApp + OpenIDConnect OIDC + Options Options + Scripts []CustomScript + Server string + Styles []CustomStyle + Theme string + Translations []CustomTranslation