Created
August 8, 2020 16:22
-
-
Save saitodisse/c287e28fdc895553af8f23c39ce590b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"advanced" : { | |
"debug" : true, | |
"driver" : true, | |
"lan-ip" : "", | |
"workers" : 3 | |
}, | |
"advanced.debug" : false, | |
"connect" : {}, | |
"general" : { | |
"auto-start" : true, | |
"icon" : false, | |
"notifications" : false, | |
"welcome" : true | |
}, | |
"interfaces" : { | |
"ad" : { | |
"enable" : true, | |
"mac" : "1c-6f-65-d7-7d-c4", | |
"port" : 9511 | |
}, | |
"bt" : { | |
"enable" : false | |
}, | |
"http" : { | |
"enable" : true, | |
"port" : 9510 | |
}, | |
"tcp" : { | |
"enable" : true, | |
"port" : 9512 | |
}, | |
"udp" : { | |
"enable" : true, | |
"port" : 9512 | |
}, | |
"web" : { | |
"enable" : false | |
} | |
}, | |
"loader" : { | |
"custom" : "/opt/urserver/custom", | |
"disabled" : [ | |
"Unified.AmazonPrimeVideo", | |
"Unified.BoxeeAdvanced", | |
"Unified.Chrome", | |
"Unified.Command", | |
"Examples.CustomHTTP", | |
"Examples.CustomIR", | |
"Examples.CustomIROffline", | |
"Examples.CustomKeys", | |
"Examples.CustomRun", | |
"Examples.CustomScripts", | |
"Unified.FileManager", | |
"Unified.Firefox", | |
"Unified.GOMPlayer", | |
"Unified.GoogleMusic", | |
"Unified.GooglePresentation", | |
"Unified.HuluWeb", | |
"Relmtech.Keyboard", | |
"Filu.KeyboardArabic", | |
"Unified.KeyboardDvorak", | |
"Unified.KeyboardFunction", | |
"Unified.KeyboardGerman", | |
"Unified.KeyboardRussian", | |
"Unified.KeyboardSwedish", | |
"Unified.KodiKeyboard", | |
"Unified.KodiKeyboardDpad", | |
"Unified.KodiAdvanced", | |
"Unified.LauncherLinux", | |
"Unified.Media", | |
"Unified.Monitor", | |
"Unified.Napster", | |
"Unified.Navigation", | |
"Unified.NetflixWeb", | |
"Unified.Numpad", | |
"Unified.Opera", | |
"Unified.Pandora", | |
"Unified.Performance", | |
"Unified.PlexAppW10", | |
"Unified.PlexKeyboard", | |
"Unified.Plex", | |
"Unified.PowerPointBasic", | |
"Unified.ScrollWheel", | |
"Unified.SendText", | |
"Unified.ServerManager", | |
"Unified.SlideShow", | |
"Unified.SoundCloud", | |
"Unified.Spotify", | |
"Unified.SpotifyAdvanced", | |
"Unified.TwitchWeb", | |
"Unified.VLCAdvanced", | |
"Unified.XBMCKeyboard", | |
"Unified.XBMCAdvanced" | |
], | |
"paths" : [ "/opt/urserver/remotes/" ], | |
"watch" : false | |
}, | |
"log" : { | |
"dumps" : true, | |
"enable" : true, | |
"path" : "/home/saito/.urserver/urserver.log", | |
"trace" : true | |
}, | |
"log.trace" : false, | |
"manager" : { | |
"enable" : true, | |
"login" : false, | |
"password" : "", | |
"path" : "/opt/urserver/manager", | |
"remote" : true, | |
"username" : "admin", | |
"web" : true | |
}, | |
"security" : { | |
"encryption" : false, | |
"mode" : "none", | |
"password" : "", | |
"users" : [ | |
{ | |
"password" : "", | |
"username" : "admin" | |
} | |
] | |
}, | |
"updates" : { | |
"auto-check" : true, | |
"ignore" : -1, | |
"last-check" : 1596820304935654, | |
"notify" : false, | |
"pending" : false, | |
"response" : { | |
"Available" : false, | |
"Link" : "https://www.unifiedremote.com/update", | |
"Response" : "Using newer version", | |
"VersionCode" : 39, | |
"VersionName" : "New Version" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment