diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9bd2bc678..068564b1f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Contributions are welcome! Please see the contribution and local development guide on the docs page before getting started: -https://docs.digpangolin.com/development/contributing +https://docs.pangolin.net/development/contributing ### Licensing Considerations diff --git a/config/config.example.yml b/config/config.example.yml index fcb7edde1..e4af586c6 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -1,5 +1,5 @@ # To see all available options, please visit the docs: -# https://docs.digpangolin.com/self-host/advanced/config-file +# https://docs.pangolin.net/self-host/advanced/config-file app: dashboard_url: http://localhost:3002 diff --git a/install/config/config.yml b/install/config/config.yml index c4b760571..4d6aeb51d 100644 --- a/install/config/config.yml +++ b/install/config/config.yml @@ -1,5 +1,5 @@ # To see all available options, please visit the docs: -# https://docs.digpangolin.com/ +# https://docs.pangolin.net/ gerbil: start_port: 51820 @@ -36,4 +36,4 @@ flags: require_email_verification: {{.EnableEmail}} disable_signup_without_invite: true disable_user_create_org: false - allow_raw_resources: true \ No newline at end of file + allow_raw_resources: true diff --git a/server/emails/templates/WelcomeQuickStart.tsx b/server/emails/templates/WelcomeQuickStart.tsx index cd18f8b51..01d995f6d 100644 --- a/server/emails/templates/WelcomeQuickStart.tsx +++ b/server/emails/templates/WelcomeQuickStart.tsx @@ -88,7 +88,7 @@ export const WelcomeQuickStart = ({ To learn how to use Newt, including more installation methods, visit the{" "} docs diff --git a/server/lib/readConfigFile.ts b/server/lib/readConfigFile.ts index d614103a8..85b5fedde 100644 --- a/server/lib/readConfigFile.ts +++ b/server/lib/readConfigFile.ts @@ -392,7 +392,7 @@ export function readConfigFile() { if (!environment) { throw new Error( - "No configuration file found. Please create one. https://docs.digpangolin.com/self-host/advanced/config-file" + "No configuration file found. Please create one. https://docs.pangolin.net/self-host/advanced/config-file" ); } diff --git a/server/lib/telemetry.ts b/server/lib/telemetry.ts index 0e0ae24e9..56d54d7c1 100644 --- a/server/lib/telemetry.ts +++ b/server/lib/telemetry.ts @@ -33,7 +33,7 @@ class TelemetryClient { this.client = new PostHog( "phc_QYuATSSZt6onzssWcYJbXLzQwnunIpdGGDTYhzK3VjX", { - host: "https://digpangolin.com/relay-O7yI" + host: "https://pangolin.net/relay-O7yI" } ); @@ -48,11 +48,11 @@ class TelemetryClient { this.startAnalyticsInterval(); logger.info( - "Pangolin now gathers anonymous usage data to help us better understand how the software is used and guide future improvements and feature development. You can find more details, including instructions for opting out of this anonymous data collection, at: https://docs.digpangolin.com/telemetry" + "Pangolin now gathers anonymous usage data to help us better understand how the software is used and guide future improvements and feature development. You can find more details, including instructions for opting out of this anonymous data collection, at: https://docs.pangolin.net/telemetry" ); } else if (!this.enabled) { logger.info( - "Analytics usage statistics collection is disabled. If you enable this, you can help us make Pangolin better for everyone. Learn more at: https://docs.digpangolin.com/telemetry" + "Analytics usage statistics collection is disabled. If you enable this, you can help us make Pangolin better for everyone. Learn more at: https://docs.pangolin.net/telemetry" ); } } diff --git a/server/setup/scriptsSqlite/1.0.0-beta9.ts b/server/setup/scriptsSqlite/1.0.0-beta9.ts index 350293dcc..7cce1c2dd 100644 --- a/server/setup/scriptsSqlite/1.0.0-beta9.ts +++ b/server/setup/scriptsSqlite/1.0.0-beta9.ts @@ -77,7 +77,7 @@ export default async function migration() { fs.writeFileSync(filePath, updatedYaml, "utf8"); } catch (e) { console.log( - `Failed to add resource_session_request_param to config. Please add it manually. https://docs.digpangolin.com/self-host/advanced/config-file` + `Failed to add resource_session_request_param to config. Please add it manually. https://docs.pangolin.net/self-host/advanced/config-file` ); trx.rollback(); return; diff --git a/server/setup/scriptsSqlite/1.2.0.ts b/server/setup/scriptsSqlite/1.2.0.ts index d60084075..e6ba029af 100644 --- a/server/setup/scriptsSqlite/1.2.0.ts +++ b/server/setup/scriptsSqlite/1.2.0.ts @@ -62,7 +62,7 @@ export default async function migration() { console.log(`Added new config option: resource_access_token_headers`); } catch (e) { console.log( - `Unable to add new config option: resource_access_token_headers. Please add it manually. https://docs.digpangolin.com/self-host/advanced/config-file` + `Unable to add new config option: resource_access_token_headers. Please add it manually. https://docs.pangolin.net/self-host/advanced/config-file` ); console.error(e); } diff --git a/src/app/[orgId]/settings/(private)/billing/page.tsx b/src/app/[orgId]/settings/(private)/billing/page.tsx index a2841fb41..1ed5c094e 100644 --- a/src/app/[orgId]/settings/(private)/billing/page.tsx +++ b/src/app/[orgId]/settings/(private)/billing/page.tsx @@ -401,7 +401,7 @@ export default function GeneralPage() { diff --git a/src/app/[orgId]/settings/clients/create/page.tsx b/src/app/[orgId]/settings/clients/create/page.tsx index e5765aea5..392c417e9 100644 --- a/src/app/[orgId]/settings/clients/create/page.tsx +++ b/src/app/[orgId]/settings/clients/create/page.tsx @@ -42,7 +42,7 @@ import { FaFreebsd, FaWindows } from "react-icons/fa"; -import { +import { SiNixos, SiKubernetes } from "react-icons/si"; @@ -150,33 +150,33 @@ export default function Page() { const commands = { mac: { "Apple Silicon (arm64)": [ - `curl -fsSL https://digpangolin.com/get-olm.sh | bash`, + `curl -fsSL https://pangolin.net/get-olm.sh | bash`, `sudo olm --id ${id} --secret ${secret} --endpoint ${endpoint}` ], "Intel x64 (amd64)": [ - `curl -fsSL https://digpangolin.com/get-olm.sh | bash`, + `curl -fsSL https://pangolin.net/get-olm.sh | bash`, `sudo olm --id ${id} --secret ${secret} --endpoint ${endpoint}` ] }, linux: { amd64: [ - `curl -fsSL https://digpangolin.com/get-olm.sh | bash`, + `curl -fsSL https://pangolin.net/get-olm.sh | bash`, `sudo olm --id ${id} --secret ${secret} --endpoint ${endpoint}` ], arm64: [ - `curl -fsSL https://digpangolin.com/get-olm.sh | bash`, + `curl -fsSL https://pangolin.net/get-olm.sh | bash`, `sudo olm --id ${id} --secret ${secret} --endpoint ${endpoint}` ], arm32: [ - `curl -fsSL https://digpangolin.com/get-olm.sh | bash`, + `curl -fsSL https://pangolin.net/get-olm.sh | bash`, `sudo olm --id ${id} --secret ${secret} --endpoint ${endpoint}` ], arm32v6: [ - `curl -fsSL https://digpangolin.com/get-olm.sh | bash`, + `curl -fsSL https://pangolin.net/get-olm.sh | bash`, `sudo olm --id ${id} --secret ${secret} --endpoint ${endpoint}` ], riscv64: [ - `curl -fsSL https://digpangolin.com/get-olm.sh | bash`, + `curl -fsSL https://pangolin.net/get-olm.sh | bash`, `sudo olm --id ${id} --secret ${secret} --endpoint ${endpoint}` ] }, @@ -342,14 +342,14 @@ export default function Page() { try { const controller = new AbortController(); const timeoutId = setTimeout(() => controller.abort(), 3000); - + const response = await fetch( `https://api.github.com/repos/fosrl/olm/releases/latest`, { signal: controller.signal } ); - + clearTimeout(timeoutId); - + if (!response.ok) { throw new Error( t("olmErrorFetchReleases", { diff --git a/src/app/[orgId]/settings/resources/create/page.tsx b/src/app/[orgId]/settings/resources/create/page.tsx index ab5cf500f..92a14c8a8 100644 --- a/src/app/[orgId]/settings/resources/create/page.tsx +++ b/src/app/[orgId]/settings/resources/create/page.tsx @@ -1874,7 +1874,7 @@ export default function Page() { diff --git a/src/app/[orgId]/settings/sites/[niceId]/general/page.tsx b/src/app/[orgId]/settings/sites/[niceId]/general/page.tsx index 432d4bd32..75406f489 100644 --- a/src/app/[orgId]/settings/sites/[niceId]/general/page.tsx +++ b/src/app/[orgId]/settings/sites/[niceId]/general/page.tsx @@ -238,7 +238,7 @@ export default function GeneralPage() { "enableDockerSocketDescription" )}{" "} {t("poweredBy")}{" "} - https://digpangolin.com/fcl.html + https://pangolin.net/fcl.html @@ -966,7 +966,7 @@ export default function GenerateLicenseKeyForm({ "signUpTerms.IAgreeToThe" )}{" "} - https://digpangolin.com/fcl.html + https://pangolin.net/fcl.html diff --git a/src/components/ResourceAuthPortal.tsx b/src/components/ResourceAuthPortal.tsx index 6668a787f..9d2b6e4ce 100644 --- a/src/components/ResourceAuthPortal.tsx +++ b/src/components/ResourceAuthPortal.tsx @@ -348,7 +348,7 @@ export default function ResourceAuthPortal(props: ResourceAuthPortalProps) { {t("poweredBy")}{" "} {t("poweredBy")}{" "} {t("signUpTerms.and")}{" "} {
diff --git a/src/components/SupporterStatus.tsx b/src/components/SupporterStatus.tsx index fcfb85637..5a1a10bc6 100644 --- a/src/components/SupporterStatus.tsx +++ b/src/components/SupporterStatus.tsx @@ -219,7 +219,7 @@ export default function SupporterStatus({ isCollapsed = false }: SupporterStatus {" "} {t('supportKeyPurchase2')}{" "}