commands

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2026 License: GPL-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigCommand

func ConfigCommand() *cobra.Command

func ConfigDiscoverCommand

func ConfigDiscoverCommand() *cobra.Command

func ConfigExportCommand

func ConfigExportCommand() *cobra.Command

func ConfigImportCommand

func ConfigImportCommand() *cobra.Command

func HealthCommand

func HealthCommand() *cobra.Command

func ServiceAutobrrAddCommand

func ServiceAutobrrAddCommand() *cobra.Command

func ServiceAutobrrCommand

func ServiceAutobrrCommand() *cobra.Command

func ServiceAutobrrListCommand

func ServiceAutobrrListCommand() *cobra.Command

func ServiceAutobrrRemoveCommand

func ServiceAutobrrRemoveCommand() *cobra.Command

func ServiceBazarrAddCommand

func ServiceBazarrAddCommand() *cobra.Command

func ServiceBazarrCommand

func ServiceBazarrCommand() *cobra.Command

func ServiceBazarrListCommand

func ServiceBazarrListCommand() *cobra.Command

func ServiceBazarrRemoveCommand

func ServiceBazarrRemoveCommand() *cobra.Command

func ServiceCommand

func ServiceCommand() *cobra.Command

func ServiceGeneralAddCommand

func ServiceGeneralAddCommand() *cobra.Command

func ServiceGeneralCommand

func ServiceGeneralCommand() *cobra.Command

func ServiceGeneralListCommand

func ServiceGeneralListCommand() *cobra.Command

func ServiceGeneralRemoveCommand

func ServiceGeneralRemoveCommand() *cobra.Command

func ServiceJellyfinAddCommand

func ServiceJellyfinAddCommand() *cobra.Command

func ServiceJellyfinCommand

func ServiceJellyfinCommand() *cobra.Command

func ServiceJellyfinListCommand

func ServiceJellyfinListCommand() *cobra.Command

func ServiceJellyfinRemoveCommand

func ServiceJellyfinRemoveCommand() *cobra.Command

func ServiceLidarrAddCommand

func ServiceLidarrAddCommand() *cobra.Command

func ServiceLidarrCommand

func ServiceLidarrCommand() *cobra.Command

func ServiceLidarrListCommand

func ServiceLidarrListCommand() *cobra.Command

func ServiceLidarrRemoveCommand

func ServiceLidarrRemoveCommand() *cobra.Command

func ServiceListCommand

func ServiceListCommand() *cobra.Command

func ServiceMaintainerrAddCommand

func ServiceMaintainerrAddCommand() *cobra.Command

func ServiceMaintainerrCommand

func ServiceMaintainerrCommand() *cobra.Command

func ServiceMaintainerrListCommand

func ServiceMaintainerrListCommand() *cobra.Command

func ServiceMaintainerrRemoveCommand

func ServiceMaintainerrRemoveCommand() *cobra.Command

func ServiceNzbgetAddCommand

func ServiceNzbgetAddCommand() *cobra.Command

func ServiceNzbgetCommand

func ServiceNzbgetCommand() *cobra.Command

func ServiceNzbgetListCommand

func ServiceNzbgetListCommand() *cobra.Command

func ServiceNzbgetRemoveCommand

func ServiceNzbgetRemoveCommand() *cobra.Command

func ServiceOverseerrAddCommand

func ServiceOverseerrAddCommand() *cobra.Command

func ServiceOverseerrCommand

func ServiceOverseerrCommand() *cobra.Command

func ServiceOverseerrListCommand

func ServiceOverseerrListCommand() *cobra.Command

func ServiceOverseerrRemoveCommand

func ServiceOverseerrRemoveCommand() *cobra.Command

func ServicePlexAddCommand

func ServicePlexAddCommand() *cobra.Command

func ServicePlexCommand

func ServicePlexCommand() *cobra.Command

func ServicePlexListCommand

func ServicePlexListCommand() *cobra.Command

func ServicePlexRemoveCommand

func ServicePlexRemoveCommand() *cobra.Command

func ServiceProwlarrAddCommand

func ServiceProwlarrAddCommand() *cobra.Command

func ServiceProwlarrCommand

func ServiceProwlarrCommand() *cobra.Command

func ServiceProwlarrListCommand

func ServiceProwlarrListCommand() *cobra.Command

func ServiceProwlarrRemoveCommand

func ServiceProwlarrRemoveCommand() *cobra.Command

func ServiceQuiAddCommand

func ServiceQuiAddCommand() *cobra.Command

func ServiceQuiCommand

func ServiceQuiCommand() *cobra.Command

func ServiceQuiListCommand

func ServiceQuiListCommand() *cobra.Command

func ServiceQuiRemoveCommand

func ServiceQuiRemoveCommand() *cobra.Command

func ServiceRadarrAddCommand

func ServiceRadarrAddCommand() *cobra.Command

func ServiceRadarrCommand

func ServiceRadarrCommand() *cobra.Command

func ServiceRadarrListCommand

func ServiceRadarrListCommand() *cobra.Command

func ServiceRadarrRemoveCommand

func ServiceRadarrRemoveCommand() *cobra.Command

func ServiceReadarrAddCommand

func ServiceReadarrAddCommand() *cobra.Command

func ServiceReadarrCommand

func ServiceReadarrCommand() *cobra.Command

func ServiceReadarrListCommand

func ServiceReadarrListCommand() *cobra.Command

func ServiceReadarrRemoveCommand

func ServiceReadarrRemoveCommand() *cobra.Command

func ServiceSabnzbdAddCommand

func ServiceSabnzbdAddCommand() *cobra.Command

func ServiceSabnzbdCommand

func ServiceSabnzbdCommand() *cobra.Command

func ServiceSabnzbdListCommand

func ServiceSabnzbdListCommand() *cobra.Command

func ServiceSabnzbdRemoveCommand

func ServiceSabnzbdRemoveCommand() *cobra.Command

func ServiceSonarrAddCommand

func ServiceSonarrAddCommand() *cobra.Command

func ServiceSonarrCommand

func ServiceSonarrCommand() *cobra.Command

func ServiceSonarrListCommand

func ServiceSonarrListCommand() *cobra.Command

func ServiceSonarrRemoveCommand

func ServiceSonarrRemoveCommand() *cobra.Command

func ServiceTailscaleAddCommand

func ServiceTailscaleAddCommand() *cobra.Command

func ServiceTailscaleCommand

func ServiceTailscaleCommand() *cobra.Command

func ServiceTailscaleListCommand

func ServiceTailscaleListCommand() *cobra.Command

func ServiceTailscaleRemoveCommand

func ServiceTailscaleRemoveCommand() *cobra.Command

func ServiceTraefikAddCommand

func ServiceTraefikAddCommand() *cobra.Command

func ServiceTraefikCommand

func ServiceTraefikCommand() *cobra.Command

func ServiceTraefikListCommand

func ServiceTraefikListCommand() *cobra.Command

func ServiceTraefikRemoveCommand

func ServiceTraefikRemoveCommand() *cobra.Command

func ServiceUptimeKumaAddCommand

func ServiceUptimeKumaAddCommand() *cobra.Command

func ServiceUptimeKumaCommand

func ServiceUptimeKumaCommand() *cobra.Command

func ServiceUptimeKumaListCommand

func ServiceUptimeKumaListCommand() *cobra.Command

func ServiceUptimeKumaRemoveCommand

func ServiceUptimeKumaRemoveCommand() *cobra.Command

func UserChangePasswordCommand

func UserChangePasswordCommand() *cobra.Command

func UserCommand

func UserCommand() *cobra.Command

func UserCreateCommand

func UserCreateCommand() *cobra.Command

func VersionCommand

func VersionCommand() *cobra.Command

Types

type GitHubRelease

type GitHubRelease struct {
	TagName     string    `json:"tag_name"`
	Name        string    `json:"name"`
	PublishedAt time.Time `json:"published_at"`
	HTMLURL     string    `json:"html_url"`
}

type HealthStatus

type HealthStatus struct {
	System struct {
		Database struct {
			Connected bool   `json:"connected"`
			Type      string `json:"type"`
			Error     string `json:"error,omitempty"`
		} `json:"database"`
		Config struct {
			Valid bool   `json:"valid"`
			Path  string `json:"path"`
			Error string `json:"error,omitempty"`
		} `json:"config"`
	} `json:"system"`
	Services map[string]bool `json:"services,omitempty"`
}

type VersionInfo

type VersionInfo struct {
	Version string `json:"version"`
	Commit  string `json:"commit"`
	Date    string `json:"date"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL