Skip to content

Commit

Permalink
aarch64 remove
Browse files Browse the repository at this point in the history
  • Loading branch information
gitworkflows committed Dec 8, 2024
1 parent a945fa9 commit 6bc0daa
Show file tree
Hide file tree
Showing 34 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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).

Expand Down
12 changes: 6 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
Expand All @@ -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
```

</details>
Expand All @@ -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
```

</details>
Expand All @@ -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
```

</details>
Expand All @@ -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]
Expand All @@ -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 <version>
curl -fsSL https://cdn.khulnasoft.com/hostly/install.sh | bash -s <version>
```
Replace `<version>` with the version you want to update to (for example `4.0.0-beta.332`).
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/Actions/Proxy/CheckProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>You must stop the process using this port.<br>Docs: <a target='_blank' href='https://hostly.khulnasoft.com/docs'>https://hostly.khulnasoft.com/docs</a><br>Discord: <a target='_blank' href='https://coollabs.io/discord'>https://coollabs.io/discord</a>");
throw new \Exception("Port $port is in use.<br>You must stop the process using this port.<br>Docs: <a target='_blank' href='https://hostly.khulnasoft.com/docs'>https://hostly.khulnasoft.com/docs</a><br>Discord: <a target='_blank' href='https://khulnasoft.com/discord'>https://khulnasoft.com/discord</a>");
} else {
return false;
}
Expand Down
2 changes: 1 addition & 1 deletion app/Actions/Server/UpdateHostly.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/SyncBunny.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion app/Jobs/CheckForUpdatesJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
2 changes: 1 addition & 1 deletion app/Jobs/CheckHelperImageJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion app/Livewire/Help.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/helpers/shared.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],

Expand Down
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
],
Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/contact.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/downgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 7 additions & 7 deletions docs/src/content/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Aside, Steps } from '@astrojs/starlight/components';
<Aside type="tip">
Quick Installation (recommended):
```bash
curl -fsSL https://cdn.coollabs.io/hostly/install.sh | bash
curl -fsSL https://cdn.khulnasoft.com/hostly/install.sh | bash
```
For detailed setup instructions, including firewall configuration and prerequisites, see the [Quick Installation Guide](#1-quick-installation-recommended) below.
</Aside>
Expand Down Expand Up @@ -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)
<Aside type="note">
If you are not running the script as the `root` user, switch to the `root` user or use the script with `sudo`:
```bash
curl -fsSL https://cdn.coollabs.io/hostly/install.sh | sudo bash
curl -fsSL https://cdn.khulnasoft.com/hostly/install.sh | sudo bash
```
</Aside>

Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
36 changes: 18 additions & 18 deletions docs/src/content/docs/screenshots.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/src/content/docs/upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion examples/nextjs/spa-with-image-optimization/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
4 changes: 2 additions & 2 deletions next-image-transformation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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

- Change the `width` query parameter to see the image resize on the fly.
- 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.
Expand Down
2 changes: 1 addition & 1 deletion other/nightly/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion other/nightly/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
Loading

0 comments on commit 6bc0daa

Please sign in to comment.