supabase

package
v3.24.0 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2025 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeploySupabaseCommand

func DeploySupabaseCommand() commands.Command

func WriteSecureValues

func WriteSecureValues(filePath string, secrets *SupabaseConfig) error

WriteSecureValues writes the secure values to a specified file using the provided SupabaseSecrets.

Types

type ChartVersion

type ChartVersion string
const (
	ChartVersionV0_1_3 ChartVersion = "v0.1.3"
)

type SupabaseConfig

type SupabaseConfig struct {
	Name        string
	Zone        string
	LbHostname  string
	ClusterName string

	JWTSecret         string
	AnonKey           string
	ServiceRoleKey    string
	PostgresPassword  string
	PoolerTenantID    string
	DashboardUsername string
	DashboardPassword string

	S3Enabled    bool
	S3KeyID      string
	S3AccessKey  string
	S3BucketName string
	S3Region     string
	S3Endpoint   string

	SMTPEnabled    bool
	SMTPHost       string
	SMTPPort       string
	SMTPUsername   string
	SMTPPassword   string
	SMTPSenderName string
	SMTPAdminEmail string
}

func GenerateDefaultConfig

func GenerateDefaultConfig() (*SupabaseConfig, error)

Jump to

Keyboard shortcuts

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