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 ¶
Types ¶
type CommonModel ¶
type CommonModel struct {
RuntimePath string
}
type ServerModel ¶
Click to show internal directories.
Click to hide internal directories.