Merge branch 'main' into v2
* main: build: push artifacts to Azure (#10044) fix(syncthing): use separate lock file instead of locking the certificate (fixes #10053) (#10054) fix(syncthing): use separate lock file instead of locking the certificate (fixes #10053) (#10054)
This commit is contained in:
@@ -34,6 +34,7 @@ const (
|
||||
AuditLog LocationEnum = "auditLog"
|
||||
GUIAssets LocationEnum = "guiAssets"
|
||||
DefFolder LocationEnum = "defFolder"
|
||||
LockFile LocationEnum = "lockFile"
|
||||
)
|
||||
|
||||
type BaseDirEnum string
|
||||
@@ -127,6 +128,7 @@ var locationTemplates = map[LocationEnum]string{
|
||||
AuditLog: "${data}/audit-%{timestamp}.log",
|
||||
GUIAssets: "${config}/gui",
|
||||
DefFolder: "${userHome}/Sync",
|
||||
LockFile: "${data}/syncthing.lock",
|
||||
}
|
||||
|
||||
var locations = make(map[LocationEnum]string)
|
||||
|
||||
Reference in New Issue
Block a user