Documentation
¶
Index ¶
Constants ¶
View Source
const APP_DESCRIPTION_FILE = "app.json"
View Source
const APP_VERSIONS_DIR = "versions"
View Source
const AUTHOR = "SKP <skp@skp.rocks>"
View Source
const CANDIDATE_DESCRIPTION_FILE = "candidate.json"
View Source
const CYPHERAPPS_REPO = "git://github.com/SatoshiPortal/cypherapps.git"
View Source
const DATA_DIR = ".cam"
View Source
const DESCRIPTION = "A tool to manager your cypherapps"
View Source
const INSTALLED_APPS_FILE = "index.json"
View Source
const INSTALL_DIR_ENV_KEY = "CYPHERAPPS_INSTALL_DIR"
View Source
const KEYS_FILE_ENV_KEY = "CYPHERNODE_KEYS_FILE"
View Source
const LOCK_FILE = "state.lock"
View Source
const NAME = "cam - Cyphernode apps management tool"
View Source
const REPO_DIR = "repo"
View Source
const REPO_INDEX_FILE = REPO_DIR + string(filepath.Separator) + "index.json"
View Source
const SOURCE_FILE = "sources.list"
View Source
const STATE_FILE = "state.json"
View Source
const VERSION = "0.1.0"
Variables ¶
View Source
var DockerVolumeElementBlacklist = []string{
"..",
}
View Source
var DockerVolumeWhitelist = []string{
`^\$(\{ *|)GATEKEEPER_CERT_FILE(| *\})$`,
`^\$(\{ *|)CLIGHTNING_RPC_SOCKET(| *\})$`,
`^\$(\{ *|)APP_DATA(| *\})`,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.