{{define "packages.html"}} {{.Title}} · TAPM {{template "topbar" .}}
{{if .Notice}}
{{.Notice}}
{{end}}

Registry catalog

Protected packages.

Add installers or replace the current version while keeping a stable package ID.

Current catalog

{{range .Packages}}
{{.DisplayName}} {{.Slug}} · {{.PackageVersion}}
{{if .Enabled}}Enabled{{else}}Disabled{{end}}
{{else}}

No protected packages have been added.

{{end}}
{{if .Packages}}

Update a package

Replace the installer and version, or save only its distribution status. Disabling takes effect immediately but keeps the package and its authorization selections intact.

{{end}}

Add a protected package

{{end}}