Operator console
{{.Data.Error}}
{{end}}Local storage is always available. Remote backends stay private behind Warpbox routes.
| Name | Type | Status | Usage | Details | Actions |
|---|---|---|---|---|---|
| {{.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 |
Choose a provider kind first. SFTP is useful for a server or NAS you control.