diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index eca066c..2c66c5f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: 🤔 Questions and Community Support - url: https://coollabs.io/discord + url: https://khulnasoft.com/discord about: If you have any questions, reach out to us on Discord inside the "#support" channel. - name: 💡 Feature Request diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index ea7b6dc..1c29763 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -57,7 +57,7 @@ If a community member engages in unacceptable behavior, the community organizers ## 7. Reporting Guidelines -If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. hi@coollabs.io. +If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. hi@khulnasoft.com. @@ -77,7 +77,7 @@ This code of conduct and its related procedures also applies to unacceptable beh ## 10. Contact info -hi@coollabs.io +hi@khulnasoft.com ## 11. License and attribution diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 568f6dd..bcfe274 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ > "First, thanks for considering contributing to my project. It really means a lot!" - [@andrasbacsai](https://github.com/andrasbacsai) -You can ask for guidance anytime on our [Discord server](https://coollabs.io/discord) in the `#contribute` channel. +You can ask for guidance anytime on our [Discord server](https://khulnasoft.com/discord) in the `#contribute` channel. ## Table of Contents diff --git a/README.md b/README.md index 30d3793..3958b6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Latest Release Version](https://img.shields.io/badge/dynamic/json?labelColor=grey&color=6366f1&label=Latest_released_version&url=https%3A%2F%2Fcdn.coollabs.io%2Fhostly%2Fversions.json&query=hostly.v4.version&style=for-the-badge +![Latest Release Version](https://img.shields.io/badge/dynamic/json?labelColor=grey&color=6366f1&label=Latest_released_version&url=https%3A%2F%2Fcdn.khulnasoft.com%2Fhostly%2Fversions.json&query=hostly.v4.version&style=for-the-badge ) [![Bounty Issues](https://img.shields.io/static/v1?labelColor=grey&color=6366f1&label=Algora&message=%F0%9F%92%8E+Bounty+issues&style=for-the-badge)](https://console.algora.io/org/khulnasoft/bounties/new) @@ -18,7 +18,7 @@ For more information, take a look at our landing page at [hostly.khulnasoft.com] # Installation ```bash -curl -fsSL https://cdn.coollabs.io/hostly/install.sh | bash +curl -fsSL https://cdn.khulnasoft.com/hostly/install.sh | bash ``` You can find the installation script source [here](./scripts/install.sh). diff --git a/RELEASE.md b/RELEASE.md index fe69a0a..6ad8421 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -28,7 +28,7 @@ This guide outlines the release process for Hostly, intended for developers and - A new GitHub release is manually created with details of the changes made in the version. 5. **Updating the CDN** - - To make a new version publicly available, the version information on the CDN needs to be updated manually. After that the new version number will be available at [https://cdn.coollabs.io/hostly/versions.json](https://cdn.coollabs.io/hostly/versions.json). + - To make a new version publicly available, the version information on the CDN needs to be updated manually. After that the new version number will be available at [https://cdn.khulnasoft.com/hostly/versions.json](https://cdn.khulnasoft.com/hostly/versions.json). > [!NOTE] > The CDN update may not occur immediately after the GitHub release. It can take hours or even days due to additional testing, stability checks, or potential hotfixes. **The update becomes available only after the CDN is updated. After the CDN is updated, a discord announcement will be made in the Production Release channel.** @@ -45,7 +45,7 @@ This guide outlines the release process for Hostly, intended for developers and - **Versioning Scheme:** Follows semantic versioning (e.g., `v4.0.0`, `4.1.0`, etc.). - **Installation Command:** ```bash - curl -fsSL https://cdn.coollabs.io/hostly/install.sh | bash + curl -fsSL https://cdn.khulnasoft.com/hostly/install.sh | bash ``` @@ -60,7 +60,7 @@ This guide outlines the release process for Hostly, intended for developers and - **Versioning Scheme:** Follows semantic versioning (e.g., `4.1.0-nightly.1`, `4.1.0-nightly.2`, etc.). - **Installation Command:** ```bash - curl -fsSL https://cdn.coollabs.io/hostly-nightly/install.sh | bash -s next + curl -fsSL https://cdn.khulnasoft.com/hostly-nightly/install.sh | bash -s next ``` @@ -76,7 +76,7 @@ This guide outlines the release process for Hostly, intended for developers and - **Versioning Scheme:** Follows semantic versioning (e.g., `4.1.0-beta.1`, `4.1.0-beta.2`, etc.). - **Installation Command:** ```bash - curl -fsSL https://cdn.coollabs.io/hostly/install.sh | bash + curl -fsSL https://cdn.khulnasoft.com/hostly/install.sh | bash ``` @@ -101,7 +101,7 @@ When a new version is released and a new GitHub release is created, it doesn't i 3. **Re-run Installation Script:** - Run the installation script again to upgrade to the latest version available on the CDN: ```bash - curl -fsSL https://cdn.coollabs.io/hostly/install.sh | bash + curl -fsSL https://cdn.khulnasoft.com/hostly/install.sh | bash ``` > [!IMPORTANT] @@ -128,6 +128,6 @@ When a new version is released and a new GitHub release is created, it doesn't i To update your Hostly instance to a specific version, use the following command: ```bash -curl -fsSL https://cdn.coollabs.io/hostly/install.sh | bash -s +curl -fsSL https://cdn.khulnasoft.com/hostly/install.sh | bash -s ``` Replace `` with the version you want to update to (for example `4.0.0-beta.332`). diff --git a/SECURITY.md b/SECURITY.md index 0711bf5..bf71213 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -18,7 +18,7 @@ We take security seriously. Security updates are released as soon as possible af If you discover a security vulnerability, please follow these steps: 1. **DO NOT** disclose the vulnerability publicly. -2. Send a detailed report to: `hi@coollabs.io`. +2. Send a detailed report to: `hi@khulnasoft.com`. 3. Include in your report: - A description of the vulnerability - Steps to reproduce the issue diff --git a/app/Actions/Proxy/CheckProxy.php b/app/Actions/Proxy/CheckProxy.php index 9e18074..ef56c62 100644 --- a/app/Actions/Proxy/CheckProxy.php +++ b/app/Actions/Proxy/CheckProxy.php @@ -98,7 +98,7 @@ public function handle(Server $server, $fromUI = false): bool $connection = @fsockopen($ip, $port); if (is_resource($connection) && fclose($connection)) { if ($fromUI) { - throw new \Exception("Port $port is in use.
You must stop the process using this port.
Docs: https://hostly.khulnasoft.com/docs
Discord: https://coollabs.io/discord"); + throw new \Exception("Port $port is in use.
You must stop the process using this port.
Docs: https://hostly.khulnasoft.com/docs
Discord: https://khulnasoft.com/discord"); } else { return false; } diff --git a/app/Actions/Server/UpdateHostly.php b/app/Actions/Server/UpdateHostly.php index 03c1ca1..06e4852 100644 --- a/app/Actions/Server/UpdateHostly.php +++ b/app/Actions/Server/UpdateHostly.php @@ -55,7 +55,7 @@ private function update() instant_remote_process(["docker pull -q ghcr.io/khulnasoft/hostly:{$this->latestVersion}"], $this->server, false); remote_process([ - 'curl -fsSL https://cdn.coollabs.io/hostly/upgrade.sh -o /data/hostly/source/upgrade.sh', + 'curl -fsSL https://cdn.khulnasoft.com/hostly/upgrade.sh -o /data/hostly/source/upgrade.sh', "bash /data/hostly/source/upgrade.sh $this->latestVersion", ], $this->server); } diff --git a/app/Console/Commands/SyncBunny.php b/app/Console/Commands/SyncBunny.php index 84dd9ee..c987351 100644 --- a/app/Console/Commands/SyncBunny.php +++ b/app/Console/Commands/SyncBunny.php @@ -34,7 +34,7 @@ public function handle() $only_template = $this->option('templates'); $only_version = $this->option('release'); $nightly = $this->option('nightly'); - $bunny_cdn = 'https://cdn.coollabs.io'; + $bunny_cdn = 'https://cdn.khulnasoft.com'; $bunny_cdn_path = 'hostly'; $bunny_cdn_storage_name = 'coolcdn'; diff --git a/app/Jobs/CheckForUpdatesJob.php b/app/Jobs/CheckForUpdatesJob.php index 0a16599..9bc48ee 100644 --- a/app/Jobs/CheckForUpdatesJob.php +++ b/app/Jobs/CheckForUpdatesJob.php @@ -22,7 +22,7 @@ public function handle(): void return; } $settings = instanceSettings(); - $response = Http::retry(3, 1000)->get('https://cdn.coollabs.io/hostly/versions.json'); + $response = Http::retry(3, 1000)->get('https://cdn.khulnasoft.com/hostly/versions.json'); if ($response->successful()) { $versions = $response->json(); diff --git a/app/Jobs/CheckHelperImageJob.php b/app/Jobs/CheckHelperImageJob.php index bf5a3a8..8c6ae7f 100644 --- a/app/Jobs/CheckHelperImageJob.php +++ b/app/Jobs/CheckHelperImageJob.php @@ -21,7 +21,7 @@ public function __construct() {} public function handle(): void { try { - $response = Http::retry(3, 1000)->get('https://cdn.coollabs.io/hostly/versions.json'); + $response = Http::retry(3, 1000)->get('https://cdn.khulnasoft.com/hostly/versions.json'); if ($response->successful()) { $versions = $response->json(); $settings = instanceSettings(); diff --git a/app/Livewire/Help.php b/app/Livewire/Help.php index 56588b9..37cf3be 100644 --- a/app/Livewire/Help.php +++ b/app/Livewire/Help.php @@ -42,7 +42,7 @@ public function submit() 'content' => 'User: `'.auth()->user()?->email.'` with subject: `'.$this->subject.'` has the following problem: `'.$this->description.'`', ]); } else { - send_user_an_email($mail, auth()->user()?->email, 'hi@coollabs.io'); + send_user_an_email($mail, auth()->user()?->email, 'hi@khulnasoft.com'); } $this->dispatch('success', 'Feedback sent.', 'We will get in touch with you as soon as possible.'); $this->reset('description', 'subject'); diff --git a/bootstrap/helpers/shared.php b/bootstrap/helpers/shared.php index 40ae83e..0a7c6b2 100644 --- a/bootstrap/helpers/shared.php +++ b/bootstrap/helpers/shared.php @@ -194,7 +194,7 @@ function get_route_parameters(): array function get_latest_sentinel_version(): string { try { - $response = Http::get('https://cdn.coollabs.io/hostly/versions.json'); + $response = Http::get('https://cdn.khulnasoft.com/hostly/versions.json'); $versions = $response->json(); return data_get($versions, 'hostly.sentinel.version'); diff --git a/config/constants.php b/config/constants.php index 06a7051..6bd14fe 100644 --- a/config/constants.php +++ b/config/constants.php @@ -17,7 +17,7 @@ 'services' => [ // Temporary disabled until cache is implemented - // 'official' => 'https://cdn.coollabs.io/hostly/service-templates.json', + // 'official' => 'https://cdn.khulnasoft.com/hostly/service-templates.json', 'official' => 'https://raw.githubusercontent.com/khulnasoft/hostly/main/templates/service-templates.json', ], diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index fafecb7..c4a9a89 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -162,7 +162,7 @@ export default defineConfig({ attrs: { defer: true, "data-domain": "hostly.khulnasoft.com/docs", - src: "https://analytics.coollabs.io/js/script.js", + src: "https://analytics.khulnasoft.com/js/script.js", }, }, ], diff --git a/docs/src/content/docs/contact.mdx b/docs/src/content/docs/contact.mdx index cd49458..dd505fe 100644 --- a/docs/src/content/docs/contact.mdx +++ b/docs/src/content/docs/contact.mdx @@ -11,10 +11,10 @@ description: "Ways to get in touch with the Hostly team." ## Support Channels ### Hostly Cloud -For cloud-related inquiries, email us at: hi@coollabs.io +For cloud-related inquiries, email us at: hi@khulnasoft.com ### Community Support -Join our Discord community: [coollabs.io/discord](https://coollabs.io/discord) +Join our Discord community: [khulnasoft.com/discord](https://khulnasoft.com/discord) ## Team diff --git a/docs/src/content/docs/downgrade.mdx b/docs/src/content/docs/downgrade.mdx index 7fef7a0..c1d7b7f 100644 --- a/docs/src/content/docs/downgrade.mdx +++ b/docs/src/content/docs/downgrade.mdx @@ -22,7 +22,7 @@ If you have any issues with the latest version, you can simply downgrade to the 2. Login to your server via SSH Login to your server via SSH and execute the following command: ```bash - curl -fsSL https://cdn.coollabs.io/hostly/install.sh | bash -s 4.0.0-beta.277 + curl -fsSL https://cdn.khulnasoft.com/hostly/install.sh | bash -s 4.0.0-beta.277 ``` Where `4.0.0-beta.277` is the version you want to downgrade to. diff --git a/docs/src/content/docs/installation.mdx b/docs/src/content/docs/installation.mdx index a1842aa..3ed884c 100644 --- a/docs/src/content/docs/installation.mdx +++ b/docs/src/content/docs/installation.mdx @@ -15,7 +15,7 @@ import { Aside, Steps } from '@astrojs/starlight/components'; @@ -115,14 +115,14 @@ For the following things: 2. Run the Installation Script ```bash - curl -fsSL https://cdn.coollabs.io/hostly/install.sh | bash + curl -fsSL https://cdn.khulnasoft.com/hostly/install.sh | bash ``` > View the [Scripts Source Code](https://github.com/khulnasoft/hostly/blob/main/scripts/install.sh) @@ -199,10 +199,10 @@ For users who prefer more control over the installation process. Copy the `docker-compose.yml`, `docker-compose.prod.yml`, `.env.production` & `upgrade.sh` files from Hostly's CDN to `/data/hostly/source`. ```bash - curl -fsSL https://cdn.coollabs.io/hostly/docker-compose.yml -o /data/hostly/source/docker-compose.yml - curl -fsSL https://cdn.coollabs.io/hostly/docker-compose.prod.yml -o /data/hostly/source/docker-compose.prod.yml - curl -fsSL https://cdn.coollabs.io/hostly/.env.production -o /data/hostly/source/.env - curl -fsSL https://cdn.coollabs.io/hostly/upgrade.sh -o /data/hostly/source/upgrade.sh + curl -fsSL https://cdn.khulnasoft.com/hostly/docker-compose.yml -o /data/hostly/source/docker-compose.yml + curl -fsSL https://cdn.khulnasoft.com/hostly/docker-compose.prod.yml -o /data/hostly/source/docker-compose.prod.yml + curl -fsSL https://cdn.khulnasoft.com/hostly/.env.production -o /data/hostly/source/.env + curl -fsSL https://cdn.khulnasoft.com/hostly/upgrade.sh -o /data/hostly/source/upgrade.sh ``` 8. Set Permissions diff --git a/docs/src/content/docs/knowledge-base/cloudflare/tunnels.mdx b/docs/src/content/docs/knowledge-base/cloudflare/tunnels.mdx index f9aa4c8..c9529e6 100644 --- a/docs/src/content/docs/knowledge-base/cloudflare/tunnels.mdx +++ b/docs/src/content/docs/knowledge-base/cloudflare/tunnels.mdx @@ -240,7 +240,7 @@ This tells Hostly how to connect to it's realtime server through Cloudflare Tunn Restart Hostly with the installation script. ```bash -curl -fsSL https://cdn.coollabs.io/hostly/install.sh | bash +curl -fsSL https://cdn.khulnasoft.com/hostly/install.sh | bash ``` > If you have a firewall, you also need to allow the [following ports](/docs/knowledge-base/server/firewall). diff --git a/docs/src/content/docs/screenshots.mdx b/docs/src/content/docs/screenshots.mdx index 787df62..8817f01 100644 --- a/docs/src/content/docs/screenshots.mdx +++ b/docs/src/content/docs/screenshots.mdx @@ -10,21 +10,21 @@ sidebar: order: 2 --- -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205323_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205338_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205348_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205356_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205420_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205431_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205446_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_20548_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205515_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205527_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205553_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_20557_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205610_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205627_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_20562_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205648_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_20570_staging.coollabs.io.jpeg) -![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205712_staging.coollabs.io.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205323_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205338_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205348_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205356_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205420_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205431_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205446_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_20548_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205515_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205527_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205553_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_20557_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205610_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205627_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_20562_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205648_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_20570_staging.khulnasoft.com.jpeg) +![screenshot](../../assets/images/screenshots/Screenshot_27-3-2024_205712_staging.khulnasoft.com.jpeg) diff --git a/docs/src/content/docs/upgrade.mdx b/docs/src/content/docs/upgrade.mdx index b6f02e7..2124ab0 100644 --- a/docs/src/content/docs/upgrade.mdx +++ b/docs/src/content/docs/upgrade.mdx @@ -23,5 +23,5 @@ There are several ways to upgrade your Hostly instance. 3. **Manual Upgrade**: If you want to upgrade your Hostly instance manually, you can do so executing the following command in your server's terminal: ```bash -curl -fsSL https://cdn.coollabs.io/hostly/install.sh | bash +curl -fsSL https://cdn.khulnasoft.com/hostly/install.sh | bash ``` diff --git a/examples/nextjs/spa-with-image-optimization/loader.js b/examples/nextjs/spa-with-image-optimization/loader.js index de11291..cb3edaa 100644 --- a/examples/nextjs/spa-with-image-optimization/loader.js +++ b/examples/nextjs/spa-with-image-optimization/loader.js @@ -4,7 +4,7 @@ export default function myImageLoader({ src, width, quality }) { const isLocal = !src.startsWith('http'); const query = new URLSearchParams(); - const imageOptimizationApi = 'https://images.coollabs.io/o'; + const imageOptimizationApi = 'https://images.khulnasoft.com/o'; // Your NextJS application URL const baseUrl = 'https://xoos0kk.khulnasoft.dev'; diff --git a/next-image-transformation/README.md b/next-image-transformation/README.md index 86e1358..48fe4e6 100644 --- a/next-image-transformation/README.md +++ b/next-image-transformation/README.md @@ -4,7 +4,7 @@ An open-source & self-hostable image optimization service, a drop-in replacement ## Cloud with free global CDN -The cloud version, with free global CDN and simple pricing available here: https://images.coollabs.io +The cloud version, with free global CDN and simple pricing available here: https://images.khulnasoft.com ## Try it out @@ -12,7 +12,7 @@ The cloud version, with free global CDN and simple pricing available here: https - Add the `height` query parameter to see the image crop on the fly. - Add the `quality` query parameter to see the image quality change on the fly. -https://image.coollabs.io/image/https://cdn.coollabs.io/images/image1.jpg?width=500 +https://image.khulnasoft.com/image/https://cdn.khulnasoft.com/images/image1.jpg?width=500 ## Includes 1. Next Image Transformation API. diff --git a/other/nightly/install.sh b/other/nightly/install.sh index 7f38293..4b3b384 100755 --- a/other/nightly/install.sh +++ b/other/nightly/install.sh @@ -5,7 +5,7 @@ set -e # Exit immediately if a command exits with a non-zero status ## $1 could be empty, so we need to disable this check #set -u # Treat unset variables as an error and exit set -o pipefail # Cause a pipeline to return the status of the last command that exited with a non-zero status -CDN="https://cdn.coollabs.io/hostly-nightly" +CDN="https://cdn.khulnasoft.com/hostly-nightly" DATE=$(date +"%Y%m%d-%H%M%S") VERSION="1.6" diff --git a/other/nightly/upgrade.sh b/other/nightly/upgrade.sh index 490eda7..18f9fe9 100644 --- a/other/nightly/upgrade.sh +++ b/other/nightly/upgrade.sh @@ -2,7 +2,7 @@ ## Do not modify this file. You will lose the ability to autoupdate! VERSION="13" -CDN="https://cdn.coollabs.io/hostly-nightly" +CDN="https://cdn.khulnasoft.com/hostly-nightly" LATEST_IMAGE=${1:-latest} LATEST_HELPER_VERSION=${2:-latest} diff --git a/resources/views/layouts/base.blade.php b/resources/views/layouts/base.blade.php index f994589..b198468 100644 --- a/resources/views/layouts/base.blade.php +++ b/resources/views/layouts/base.blade.php @@ -33,7 +33,7 @@ } @if (config('app.name') == 'Hostly Cloud') - + @endif @auth diff --git a/resources/views/livewire/layout-popups.blade.php b/resources/views/livewire/layout-popups.blade.php index 4ba4494..21753b1 100644 --- a/resources/views/livewire/layout-popups.blade.php +++ b/resources/views/livewire/layout-popups.blade.php @@ -23,7 +23,7 @@ if (checkNumber > 5) { this.popups.realtime = true; console.error( - 'Hostly could not connect to its real-time service. This will cause unusual problems on the UI if not fixed! Please check the related documentation (https://hostly.khulnasoft.com/docs/knowledge-base/cloudflare/tunnels) or get help on Discord (https://coollabs.io/discord).)' + 'Hostly could not connect to its real-time service. This will cause unusual problems on the UI if not fixed! Please check the related documentation (https://hostly.khulnasoft.com/docs/knowledge-base/cloudflare/tunnels) or get help on Discord (https://khulnasoft.com/discord).)' ); } @@ -46,7 +46,7 @@ Please ensure that you have opened the required ports or get - help on Discord. + help on Discord. diff --git a/scripts/install.sh b/scripts/install.sh index e0fc040..c661dd7 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -5,7 +5,7 @@ set -e # Exit immediately if a command exits with a non-zero status ## $1 could be empty, so we need to disable this check #set -u # Treat unset variables as an error and exit set -o pipefail # Cause a pipeline to return the status of the last command that exited with a non-zero status -CDN="https://cdn.coollabs.io/hostly" +CDN="https://cdn.khulnasoft.com/hostly" DATE=$(date +"%Y%m%d-%H%M%S") VERSION="1.6" diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index ebd828e..0aa9119 100644 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -2,7 +2,7 @@ ## Do not modify this file. You will lose the ability to autoupdate! VERSION="13" -CDN="https://cdn.coollabs.io/hostly" +CDN="https://cdn.khulnasoft.com/hostly" LATEST_IMAGE=${1:-latest} LATEST_HELPER_VERSION=${2:-latest} diff --git a/website/src/components/Footer.svelte b/website/src/components/Footer.svelte index da13f43..97e467f 100644 --- a/website/src/components/Footer.svelte +++ b/website/src/components/Footer.svelte @@ -1,7 +1,7 @@