{{define "admin_storage.html"}}{{template "base" .}}{{end}} {{define "content"}}

Operator console

{{.Data.PageTitle}}

{{if .Data.Error}}

{{.Data.Error}}

{{end}}

Storage backends

Local storage is always available. Remote backends stay private behind Warpbox routes.

{{range .Data.Storage}} {{end}}
NameTypeStatusUsageDetailsActions
{{.Config.Name}} {{if eq .Config.Provider "contabo"}}Contabo Object Storage{{else if eq .Config.Type "sftp"}}SFTP{{else if eq .Config.Type "smb"}}Samba{{else if eq .Config.Type "webdav"}}WebDAV{{else if eq .Config.Type "s3"}}S3 bucket{{else}}{{.Config.Type}}{{end}} {{if .Config.Enabled}}Enabled{{else}}Disabled{{end}} {{.UsageLabel}} {{if eq .Config.Type "local"}}{{.Config.LocalPath}}{{else if eq .Config.Type "sftp"}}{{.Config.Username}}@{{.Config.Host}}:{{.Config.RemotePath}}{{else if eq .Config.Type "smb"}}{{.Config.Domain}}\{{.Config.Username}}@{{.Config.Host}}/{{.Config.Share}}:{{.Config.RemotePath}}{{else if eq .Config.Type "webdav"}}{{.Config.Endpoint}}/{{.Config.RemotePath}}{{else}}{{.Config.Bucket}} @ {{.Config.Endpoint}}{{end}}
{{if ne .Config.ID "local"}}
Edit
{{end}}

Add storage

Choose a provider kind first. SFTP is useful for a server or NAS you control.

{{end}}