diff --git a/README.md b/README.md index f3214b6f..8c94815d 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,6 @@ _Pangolin tunnels your services to the internet so you can access anything from
- - Pangolin is a self-hosted tunneled reverse proxy server with identity and access control, designed to securely expose private resources on distributed networks. Acting as a central hub, it connects isolated networks — even those behind restrictive firewalls — through encrypted tunnels, enabling easy access to remote services without opening ports.+ {error} +
+ ++ {searchQuery + ? `No resources match "${searchQuery}". Try adjusting your search terms or clearing the search to see all resources.` + : "You don't have access to any resources yet. Contact your administrator to get access to resources you need."} +
++ {resource.name} +
++ {t("operatingSystem")} +
++ {["docker", "podman"].includes( + platform + ) + ? t("method") + : t("architecture")} +
++ {t("commands")} +
+{getSubtitle()}
@@ -180,6 +206,54 @@ export default function SignupForm({ )} /> + {build === "saas" && ( +
@@ -382,7 +384,7 @@ export default function DomainPicker({
- {t('otpAuthDescription')} + {t("otpAuthDescription")}
{info}
+ {children || + (info && ( ++ {info} +
+ ))}