mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
adds 80
This commit is contained in:
1
agent/src/Lib/External/AppManifest.hs
vendored
1
agent/src/Lib/External/AppManifest.hs
vendored
@@ -101,6 +101,7 @@ lanUiAvailable :: AppManifest -> Bool
|
||||
lanUiAvailable AppManifest {..} = any id $ fmap portMapEntryLan appManifestPortMapping <&> \case
|
||||
Just Standard -> True
|
||||
Just (Custom 443) -> True
|
||||
Just (Custom 80 ) -> True
|
||||
_ -> False
|
||||
|
||||
instance FromJSON AppManifest where
|
||||
|
||||
Reference in New Issue
Block a user