This commit is contained in:
John 2025-04-27 19:29:28 +12:00
parent 3325fb93d8
commit 214049519c

View File

@ -13,7 +13,7 @@ namespace dropshell {
std::string get_local_backup_path(); std::string get_local_backup_path();
// local config directories // local user config directories
// config_path // config_path
// |-- servers // |-- servers
// | |-- server_name // | |-- server_name
@ -29,6 +29,16 @@ namespace dropshell {
// | |-- service.env // | |-- service.env
// | |-- (other service config files) // | |-- (other service config files)
// system config directories (installed from templates in this git repository)
// /opt/dropshell
// |-- templates
// | |-- template_name
// | |-- (script files)
// | |-- example
// | |-- service.env
// | |-- (other service config files)
int getNumConfigDirectories(); int getNumConfigDirectories();
std::string get_local_config_path(int index); std::string get_local_config_path(int index);
std::string get_local_config_templates_path(int index); std::string get_local_config_templates_path(int index);