{{template "base/head" .}}
{{template "admin/navbar" .}}
{{template "base/alert" .}}

Version 📦

{{AppName}}.com - v{{AppVer}}

Statistics 📈

Users
{{.Stats.Counter.User}}
Organisations
{{.Stats.Counter.Org}}
Public keys
{{.Stats.Counter.PublicKey}}
Repositories
{{.Stats.Counter.Repo}}
Watches
{{.Stats.Counter.Watch}}
Stars
{{.Stats.Counter.Star}}
Actions
{{.Stats.Counter.Action}}
Accesses
{{.Stats.Counter.Access}}
Issues
{{.Stats.Counter.Issue}}
Comments
{{.Stats.Counter.Comment}}
Social accounts
{{.Stats.Counter.Oauth}}
Follows
{{.Stats.Counter.Follow}}
Mirrors
{{.Stats.Counter.Mirror}}
Releases
{{.Stats.Counter.Release}}
Login sources
{{.Stats.Counter.LoginSource}}
Webhooks
{{.Stats.Counter.Webhook}}
Milestones
{{.Stats.Counter.Milestone}}
Labels
{{.Stats.Counter.Label}}
Hook tasks
{{.Stats.Counter.HookTask}}
Teams
{{.Stats.Counter.Team}}
Update tasks
{{.Stats.Counter.UpdateTask}}
Attachments
{{.Stats.Counter.Attachment}}

Operations 🔨

Delete all inactive accounts 👉 Run
Delete all repositories archives 👉 Run
Delete all repository records that lost Git files 👉 Run
Do garbage collection on repositories 👉 Run
Rewrite '.ssh/authorized_keys' file (caution: non-{{AppName}} keys will be lost) 👉 Run
Resync pre-receive, update and post-receive hooks of all repositories 👉 Run
Reinitialize all repository records that lost Git files 👉 Run

System Monitor Status 📺

Server Uptime
{{.SysStatus.Uptime}}
Current Goroutines
{{.SysStatus.NumGoroutine}}
Current Memory Usage
{{.SysStatus.MemAllocated}}
Total Memory Allocated
{{.SysStatus.MemTotal}}
Memory Obtained
{{.SysStatus.MemSys}}
Pointer Lookup Times
{{.SysStatus.Lookups}}
Memory Allocate Times
{{.SysStatus.MemMallocs}}
Memory Free Times
{{.SysStatus.MemFrees}}
Current Heap Usage
{{.SysStatus.HeapAlloc}}
Heap Memory Obtained
{{.SysStatus.HeapSys}}
Heap Memory Idle
{{.SysStatus.HeapIdle}}
Heap Memory In Use
{{.SysStatus.HeapInuse}}
Heap Memory Released
{{.SysStatus.HeapReleased}}
Heap Objects
{{.SysStatus.HeapObjects}}
Bootstrap Stack Usage
{{.SysStatus.StackInuse}}
Stack Memory Obtained
{{.SysStatus.StackSys}}
MSpan Structures Usage
{{.SysStatus.MSpanInuse}}
MSpan Structures Obtained
{{.SysStatus.HeapSys}}
MCache Structures Usage
{{.SysStatus.MCacheInuse}}
MCache Structures Obtained
{{.SysStatus.MCacheSys}}
Profiling Bucket Hash Table Obtained
{{.SysStatus.BuckHashSys}}
GC Metadata Obtained
{{.SysStatus.GCSys}}
Other System Allocation Obtained
{{.SysStatus.OtherSys}}
Next GC Recycle
{{.SysStatus.NextGC}}
Since Last GC Time
{{.SysStatus.LastGC}}
Total GC Pause
{{.SysStatus.PauseTotalNs}}
Last GC Pause
{{.SysStatus.PauseNs}}
GC Times
{{.SysStatus.NumGC}}
{{template "base/footer" .}}