z=      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ None'Indicates whether a given label in the AA data structure for storing a hierarchical set of domain labels & from TLD down, supporting wildcards. *Data structure is mutually recursive with , and each level B of the tree supports a static assignment for a hostname such as:   example.com 1Or a wildcard assignment for a hostname such as:   *.example.com >Or a wildcard assignment with a set of teptions, for example:   *.example.com  admin.example.com IAnd lastly, empty labels are supported so that, of course, an assignment S for example.com does not necessarily have any subdomains available. As an example 1 suppose we have the following assigned domains:   example.com  foo.example.com  *.bar.example.com  *.qux.example.com  baz.qux.example.com OThis will resolve to the following value, with some loose pseudocode notation.   Static (map) % 'com' -> Unassigned Static (map) $ 'example' -> Assigned a (map) , 'foo' -> Assigned a EmptyLabelMap C 'bar' -> Unassigned (Wildcard (Assigned a EmptyLabelMap) B 'qux' -> Unassigned (WildcardExcept (Assigned a (map))) - 'baz' -> Assigned a EmptyLabelMap Note that the hostname bar.example.com+ is unassigned, only the wildcard was set.                   None KAbstract type containing information on a process which will be restarted.  Since 0.2.1 KRepresents a child process which is currently being tracked by the cleanup  child process.  Since 0.2.1 <Represents the child process which handles process cleanup.  Since 0.2.1 2Kill a process by sending it the KILL (9) signal.  Since 0.1.0 $Fork off the child cleanup process. @This will ideally only be run once for your entire application.  Since 0.2.1 )Begin tracking the given process. If the  refers to a K closed process, no tracking will occur. If the process is closed, then it " will be untracked automatically. Note that you must compile your program with  -threaded; see  .  Since 0.2.1 IExplicitly remove the given process from the tracked process list in the  cleanup process.  Since 0.2.1 JFork and execute a subprocess, sending stdout and stderr to the specified  rotating log.  Since 0.2.1 7Run the given command, restarting if the process dies. ;Terminate the process and prevent it from being restarted.   !"#$%&'()command args  environment working directory stdin 5both stdout and stderr will be sent to this location log setuid  executable working directory command line parameter  environment should we restart? *    "!#$%&'()*None1Represents a folder used for totating log files.  Since 0.2.1 A  RotatingLog which performs no logging.  Since 0.2.1  Create a new  RotatingLog.  Since 0.2.1 +,-./012folder to contain logs  maximum log file size, in bytes 3folder containing logs 4folder containing logs  new handle 56folder containing logs maximum total log size  +-,./1023456None7FCreate a directory tree, setting the uid and gid of all newly created  folders. 89:;prefix for folder name bundle prefix for folder name <789:;<7NoneA replacement for the standard FromJSON0 typeclass which can handle relative filepaths. The directory from which we're reading the config file. Parse a config file, using the  typeclass. !A replacement for the .:0 operator which will both parse a file path and  apply the relative file logic. "A replacement for the .:?0 operator which will both parse a file path and  apply the relative file logic. = !">?@A !" !" = !">?@ANone!#$%&'()*+,-./01234BCDEFGHI5JKLMNO#$%&'()*+,-./012345()*+,-./0#$%&'12345#$%&'()*+,-./01234BCDEFGHI5JKLMNONoneY.A virtual host we want to serve content from. Z+A port for an individual app to listen on. [ Used for versioning data types. bHName of the application. Should just be the basename of the application  file. 36789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdPQRS6 6789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcd6b_`a^[\]ZYXcBWVUTSRQPONMLKJIHGFEDC9A@?>=<;:d687 6879A@?>=<;:BWVUTSRQPONMLKJIHGFEDCXYZ[\]^_`abcdPQRSNoneeKControls execution of the nginx thread. Follows the settings type pattern.  See:  +http://www.yesodweb.com/book/settings-types. gGWhich ports to assign to apps. Defaults to unassigned ranges from IANA -efghijklmnopqrstuvwxyz{|}~TUVWXYZ[\$efghijklmnopqrstuvwxyz{|}~$|}~xyz{tuvwjklmnopqrshiefgefghij klmnopqrstuvwxyz{|}~TUVWXYZ[\ Noneprimary host, used for approot *all hosts, not including the approot host 4An action to be performed for a requested hostname. LThis datatype is very similar to Stanza, but is necessarily separate since: ! Webapps will be assigned ports. 2 Not all stanzas have an associated proxy action. 2Whether we should force redirect to HTTPS routes. -External HTTP port when generating APPROOTs. .External HTTPS port when generating APPROOTs. 0Environment variables to be passed to all apps. settings used for plugins f]^_`abcdefghijklmnopqrstuvLL. ]^_`abcdefghijklmnopqrstuvNone #$%&'()*+,-./06789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghi NoneHReserve the given hosts so that no other application may use them. Does / not yet enable any action. The semantics are: U If a requested host is currently actively used or by an app of the same name, it is  considered reserved. J If a requested host is currently reserved by an app of the same name, it M is considered an error in calling this API. Only one app reservation can  happen at a time. F If any requested host is currently used or reserved by an app with a 6 different name, then those values are returned as Left. : Otherwise, the hosts which were reserved are returned as Right. This  does not" include previously active hosts. %Forget previously made reservations. "Activate a new app. Note that you must first reserve the hostnames you' ll be using. wxyz{|} wxzy{|} None Gets an unassigned port number. KReturn a port to the recycled collection of the pool. Note that recycling N puts the new ports at the end of the queue (FIFO), so that if an application F holds onto the port longer than expected, there should be no issues. ~~ NoneIGet the modification time of the bundle file this app was launched from,  if relevant. /   Nonethe next one to try Reset which apps are running. G Any app not listed here that is currently running will be terminated. A Any app listed here that is currently running will be reloaded. D Any app listed here that is not currently running will be started.  None.Mapping from virtual hostname to port number.  is secure? +use incoming request header for IP address hihiNoneLoad up Keter config. root directory or config file  None2Information on an individual PostgreSQL database. How to create the given user/database. Default: uses the psql  command line tool and sudo -u postgres. HLoad a set of existing connections from a config file. If the file does A not exist, it will be created. Any newly created databases will & automatically be saved to this file.   !"#$%&'()*+,-./01234567889:;<=>??@ABCCDEFGHIJKKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxxyz{|}}~                                                             * !"#$%+&'()*+,-/./01234565789:;;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXY Z [ \ ] ^ _ ` a b c d e f g h i j k l T U m n o X p  q r s t u v  w w x y z z { | | } ~                                     . keter-1.3.5Keter.Types.CommonKeter.LabelMapData.Conduit.Process.UnixData.Conduit.LogFileCodec.Archive.TempTarballData.Yaml.FilePath!Network.HTTP.ReverseProxy.RewriteKeter.Types.V04Keter.Types.V10Keter.HostManagerKeter.PortPool Keter.AppKeter.AppManager Keter.Proxy Keter.MainKeter.Plugin.Postgres Keter.Typesbytestring-0.10.4.0Data.ByteString.Internal ByteString text-1.2.0.0Data.Text.InternalTextcontainers-0.5.0.0 Data.Map.BaseMapbase GHC.Exception Exception SomeExceptionsystem-filepath-0.4.12Filesystem.Path.InternalFilePathLabelMapinsertdeletelookup labelAssignedempty Data.Set.BaseSetMonitoredProcessProcessTrackerinitProcessTrackermonitorProcessterminateMonitoredProcess RotatingLogdummyaddChunkcloseopenRotatingLogdefaultMaxTotal TempFoldersetup unpackTempTarNonEmptyVector ParseYamlFile parseYamlFileBaseDirdecodeFileRelative lookupBaselookupBaseMaybe RewriteRule ruleHeader ruleRegexruleReplacementReverseProxyConfig reversedHost reversedPort reversingHost reverseUseSSLreverseTimeoutrewriteResponseRulesrewriteRequestRulesRPEntryconfig httpManagersimpleReverseProxyAppIdAINamed AIBuiltinKeterExceptionExecutableNotFoundFileNotExecutableCannotReserveHostsInvalidKeterConfigFileInvalidConfigFileNoPortsAvailableExitCodeFailureCannotParsePostgres LogMessage WatchedFileReactivatingAppDeactivatingApp ActivatingAppForgetingReservationsReservingHostsSanityChecksPassedErrorStartingBundle OtherMessageProcessWaitingReceivedInotifyEventRemovingOldFolderTerminatingOldProcessFinishedReloadingTerminatingAppUnpackingBundle RemovingPortExceptionThrownProcessDidNotStart InvalidBundleProcessCreatedHostBSHostPort ToCurrentPrevious toCurrentPluginsPlugin pluginGetEnvAppname getAppnamelogEx PortSettings portRange TLSConfig KeterConfig kconfigDirkconfigPortMan kconfigHost kconfigPort kconfigSsl kconfigSetuidkconfigReverseProxykconfigIpFromHeaderRedirectredFromredTo StaticHostshHostshRoot BundleConfig bconfigAppbconfigStaticHostsbconfigRedirects AppConfig configExec configArgs configHost configSslconfigExtraHosts configRaw RestartCountLimitedRestartsUnlimitedRestartsBackgroundConfig bgconfigExec bgconfigArgsbgconfigEnvironmentbgconfigRestartCountbgconfigRestartDelaySecondsAppInputAIDataAIBundle WebAppConfig waconfigExec waconfigArgswaconfigEnvironmentwaconfigApprootHost waconfigHosts waconfigSsl waconfigPortIsSecure RedirectDestRDPrefixRDUrl SourcePath SPSpecificSPAnyRedirectActionRedirectConfigredirconfigHostsredirconfigStatusredirconfigActionsStaticFilesConfig sfconfigRoot sfconfigHostssfconfigListings ProxyActionProxyActionRawPAReverseProxy PARedirectPAStaticPAPort StanzaRawStanzaBackgroundStanzaReverseProxy StanzaWebAppStanzaRedirectStanzaStaticFilesStanzaRequiresSecurekconfigPortPoolkconfigListenerskconfigBuiltinStanzaskconfigExternalHttpPortkconfigExternalHttpsPortkconfigEnvironment ListeningPort LPInsecureLPSecurebconfigStanzasbconfigPluginsaddRequiresSecure addStanzaType Reservations HostManagerstart reserveHostsforgetReservations activateApp deactivateApp reactivateApp lookupActionPortPoolgetPort releasePortAppStartConfig ascTempFolder ascSetuidascProcessTrackerascHostManager ascPortPool ascPluginsascLogascKeterConfigAppreload terminate getTimestampAction TerminateReload AppManager initialize reloadAppListperformaddApp terminateApp HostLookup reverseProxyketerSettings setupDBInfoload LabelEntry UnassignedAssignedWildcardExceptWildcardStatic EmptyLabelMap LabelTree hostToLabelslemap labelEntryMap getPortEntry insertTreecleanup deleteTree lookupTree memberTree$fShowLabelEntryProcessTrackerExceptionTrackedProcess killProcess trackProcessprocess-1.2.0.0System.Process.Internals ProcessHandleSystem.ProcesswaitForProcessuntrackProcessforkExecuteLogStatusRunning NoRestart NeedsRestartCannotLaunchProcessTrackerMaybePidPidNoPidc_track_processc_launch_process_trackerprocessHandleMVarwithProcessHandle_ignoreExceptions"$fExceptionProcessTrackerExceptionStateClosedCommandCloseAddChunkqueuecurrent moveCurrentsuffixloop createTreeUIDtfRoot tfCounter getFolder unpackTar$fParseYamlFileNonEmptyVector$fParseYamlFileVector$fParseYamlFileSet$fParseYamlFileFilePathgetGrouprewrite rewriteHeaderrewriteHeaders regexRewrite filterHeaders mkRuleMap mkRequest$fToJSONRewriteRule$fFromJSONRewriteRule$fDefaultReverseProxyConfig$fToJSONReverseProxyConfig$fFromJSONReverseProxyConfig $fShowRPEntry $fShowAppId$fExceptionKeterException$fShowLogMessage$fToCurrentMaybe$fFromJSONPortSettings$fDefaultPortSettings$fParseYamlFileTLSConfig$fParseYamlFileKeterConfig$fDefaultKeterConfig$fFromJSONRedirect$fParseYamlFileStaticHost$fParseYamlFileBundleConfig$fParseYamlFileAppConfig$fToJSONBackgroundConfig$fParseYamlFileBackgroundConfig$fFromJSONRestartCount$fToJSONWebAppConfig$fParseYamlFileWebAppConfig$fToCurrentWebAppConfig$fToJSONRedirectDest$fFromJSONRedirectDest$fToJSONRedirectAction$fFromJSONRedirectAction$fToJSONRedirectConfig$fParseYamlFileRedirectConfig$fToCurrentRedirectConfig$fToJSONStaticFilesConfig $fParseYamlFileStaticFilesConfig$fToCurrentStaticFilesConfig$fToJSONStanzaRaw$fToJSONStanza$fParseYamlFileStanza$fToCurrentKeterConfig$fParseYamlFileListeningPort$fToJSONBundleConfig$fToCurrentBundleConfig HostValue HVReservedHVActiveHMStateactivateHelperdeactivateHelperPPStateppAvail ppRecycledRunningBackgroundApp rbaProcess RunningWebApp rwaProcessrwaPort appModTimeappRunningWebAppsappBackgroundAppsappIdappHostsappDirappAscappRlog unpackBundle withConfigwithReservations withActionswithRotatingLogwithSanityChecks bracketedMap withWebApps launchWebApp killWebApp ensureAlivewithBackgroundAppslaunchBackgroundAppkillBackgroundAppterminateHelper pluginsGetEnv ASStartingAppState ASTerminated ASRunningappsappStartConfigmutexlog performNoLock launchWorkergetInputForBundle withClient redirectAppmissingHostResponseunknownHostResponse withLogger withManagers launchInitial getIncomingisKeter startWatchingstartListening runAndBlockDBInfo GetConfigdbiNamedbiUserdbiPass randomDBI edbiToEnv$fFromJSONDBInfo$fToJSONDBInfo$fDefaultSettings