381fb85b1d
* add send notify function * add shell script * add system notiry * remove disk and test common package * update http status * add share function to common * remove temp path * remove /DATA directory initialization - moved to local-storage (#578) * update goreleaser configuration * wip * change service type to notify for systemd so its status is OK only when service is initialized successfully * update CasaOS-Common to fix runtime error * wip * add send notify function * add shell script * add system notiry * remove disk and test common package * update http status * add share function to common * remove temp path * remove /DATA directory initialization - moved to local-storage (#578) * update goreleaser configuration * wip * change service type to notify for systemd so its status is OK only when service is initialized successfully * update CasaOS-Common to fix runtime error * wip * wip * wip * wip * wip * Utilization interface to supplement disk information * fix upload file * wip * wip * add update url * wip * wip * add change log * update changelog Co-authored-by: LinkLeong <a624669980@163.com>
25 lines
No EOL
493 B
Text
25 lines
No EOL
493 B
Text
[app]
|
|
PAGE_SIZE = 10
|
|
RuntimeRootPath = runtime/
|
|
LogPath = /var/log/casaos/
|
|
LogSaveName = log
|
|
LogFileExt = log
|
|
DateStrFormat = 20060102
|
|
DateTimeFormat = 2006-01-02 15:04:05
|
|
TimeFormat = 15:04:05
|
|
DateFormat = 2006-01-02
|
|
DBPath = /var/lib/casaos
|
|
ShellPath = /usr/share/casaos/shell
|
|
UserDataPath = /var/lib/casaos/conf
|
|
|
|
[server]
|
|
RunMode = release
|
|
ServerApi = https://api.casaos.io/casaos-api
|
|
Handshake = socket.casaos.io
|
|
Token =
|
|
USBAutoMount =
|
|
|
|
[system]
|
|
|
|
[common]
|
|
RuntimePath=/var/run/casaos |