Skip to content

Instantly share code, notes, and snippets.

@shrmnk
Created November 21, 2018 21:45
Show Gist options
  • Save shrmnk/c02ce81fbb3fd4bc566e5536dfdc1041 to your computer and use it in GitHub Desktop.
Save shrmnk/c02ce81fbb3fd4bc566e5536dfdc1041 to your computer and use it in GitHub Desktop.
GoodSync Server Default Content of settings.tix on Linux
<ServerSettings>
LogLevel = 4
ConsoleLevel = 0
RetainLogDays = 10
LogFolder = "/root/.goodsync/server"
LogPrefix = ""
AccessLogFolder = ""
AccessLogPrefix = ""
MaxConnections = 512
PreventSleep = No
RequestAuthentication = Yes
OfferBasicAuth = Yes
OfferDigestAuth = Yes
HtpassAuthFolderPath = ""
HtpassHome = ""
ComputerId = "[randomly generated, omit to re-generate or set explicitly]"
DeviceId = "[randomly generated, omit to re-generate]"
Plain-Allow = Yes
SSL-Allow = Yes
SSLCertificatePath = ""
SSLPrivateKeyPath = ""
SSLCertChainPath = ""
SSL-AllowedCiphers = ""
ProxyServer = <ProxyServer>
UseWinInetProxy = Yes
UseProxyBelow = No
Host = ""
Port = 0
UserID = ""
Password = ""
</ProxyServer>
GstpFileServer = Yes
DirectOnly = No
GrantsOnly = No
ForwarderServer = Yes
GstpFilePort = 33333
GstpFileDynamicPort = No
GstpFilePort_2 = 0
ListenOnlyIpAddr = ""
GstpFileLocalOnly = No
GlobalDiscovery = Yes
GstpMapExtPortViaUpnp = Yes
GstpExtPort = 0
GstpManageServer = Yes
GstpManagePort = 33334
WebUiServer = Yes
WebUiPort = 11000
WebUiLocalOnly = Yes
WebUiSetupMode = ""
DavServer = No
DavPort = 22222
DavLocalOnly = Yes
CheckNewVersion = Yes
InstallNewVersion = Yes
Version = 1
HolderAppPath = ""
</ServerSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment