{{define "home.html"}} {{.Title}} · DoGaMa
{{msg "brand"}}

{{msg "dashboard.title"}}

{{msg "dashboard.signed_in"}} {{.User.Username}}.

{{msg "dashboard.ready"}}

{{if .IsAdmin}}

Notification channels

Secrets are encrypted and never displayed after saving. Delivery is queued and retried without blocking operations.

Audit retention

Zero means unlimited and may grow the database indefinitely.

Recent audit events

{{range .AuditEvents}}{{else}}{{end}}
TimeActorActionOutcomeInstance
{{.OccurredAt.Format "2006-01-02 15:04:05Z"}}{{.ActorLabel}}{{.Action}}{{.Outcome}}{{.InstanceID}}
No audit event.

Game-container labels

One label per line. Available variables: {{`{{game.name}}`}}, {{`{{game.id}}`}}, {{`{{game.icon_url}}`}}, {{`{{instance.name}}`}}, {{`{{instance.id}}`}}, {{`{{instance.slug}}`}}, {{`{{server.name}}`}}.

{{end}}
{{end}}