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

Version ๐Ÿ“ฆ

{{AppName}}.in - 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" .}}