YK-Samgo
YK-Samgo
Check the file url into a complete url to support onlyoffice documentservice behind a reverse proxy with extra parts in url. For some reasons, I deploy onlyoffice documentserver behind a...
My save was broken and caused failure as following. And I didn't find any tool to fix it. ```log LowLevelFatalError [File:G:/works/repos/Pal_SVN/Pal-UE-App/Source/Pal/PalWorldSecuritySystem.cpp] [Line: 43] Not Found Police Group. InitializeWithSaveDataForServer Signal 11...
#293 It seems not difficult to fix. But don' know side effect.
As json defined, the slash ‘/’ in string must be escaped like '\\/', but pyhocon can't handle it correctly. ```bash # echo '{"path":"\/var"}' | pyhocon { "path": "\\/var" } ```
If one domain has two qcow2 file share the same name in different folder, backup will be successful but restore may fail. For example, domain `test` has 2 qcow2 file,...