devoptab: deprecate locations.ini in favour of hdd/network mounts, better handle folder creation errors.

This commit is contained in:
ITotalJustice
2025-09-07 13:30:53 +01:00
parent b99d1e5dea
commit 6e1eabbe0f
11 changed files with 28 additions and 364 deletions

View File

@@ -128,6 +128,7 @@ struct MountConfig {
std::string url{};
std::string user{};
std::string pass{};
std::string dump_path{};
std::optional<long> port{};
int timeout{3000}; // 3 seconds.
bool read_only{};