{{ define "software-content" }} {{ template "nav-sidebar" . }}
{{ template "navbar-user" . }}

Software Releases

Client software releases from Packetriot can be synchronized and mirrored to this server. Connected clients (tunnels) can be configured to request available software updates and apply them automatically or manually by the administrator.

{{ if .Updating }}

Update In Progress

Updated client software was found. A process was kicked off in the background to download and cache client software on this server. Refreshing the page in five seconds...

{{ end }} {{ if .Current }}

Info

No software updates found. Your Spokes server has the latest versions of the Packetriot client.

{{ end }} {{ if .NotFound }}

Not Found

The request client release was not found.

{{ end }} {{ if eq (len .Releases) 0 }}

No Releases Available

{{ end }} {{ range $n, $clientVersion := .Releases }}
{{ $first := (index $clientVersion 0)}}

{{ $first.Version }} {{ if $first.Latest }}is the latest revision, {{ end }}released on {{ $first.Created.Format "Jan 2, 2006" }} {{ if $first.Latest }} {{ end }}

{{ range $release := $clientVersion }} {{ end }}
Filename Version Kind OS / Arch Size Hash (sha256)
{{ $release.Filename }} {{ $release.Version }} {{ $release.Kind }} {{ $release.OS }}
{{ $release.Arch }}
{{ $release.FileSize }} MB {{ slice $release.Hash 0 8 }}...
{{ end }}
{{ template "menu-toggle" . }} {{ template "admin-software-delete-dialog" . }}
{{ end }} {{ define "admin-software-delete-dialog" }} {{ end }}