config

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const InstallerConfigFilePath = "/etc/casaos/installer.conf"

Variables

View Source
var (
	CommonInfo = &CommonModel{
		RuntimePath: "/var/run/casaos",
	}

	AppInfo = &APPModel{
		LogPath:     "/var/log/casaos",
		LogSaveName: common.InstallerServiceName,
		LogFileExt:  "log",
	}

	ServerInfo = &ServerModel{
		CachePath: "/var/cache/casaos",
		Mirrors: []string{
			"https://raw.githubusercontent.com/IceWhaleTech",
			"https://casaos.oss-cn-shanghai.aliyuncs.com/IceWhaleTech",
		},
	}

	Cfg            *ini.File
	ConfigFilePath string
)

Functions

func InitSetup

func InitSetup(config string)

Types

type APPModel

type APPModel struct {
	LogPath     string
	LogSaveName string
	LogFileExt  string
}

type CommonModel

type CommonModel struct {
	RuntimePath string
}

type ServerModel

type ServerModel struct {
	Mirrors   []string `ini:"mirrors,,allowshadow"`
	CachePath string
}

Jump to

Keyboard shortcuts

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