Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit b41b405

Browse files
committed
updating names on temlates
1 parent 9d863c6 commit b41b405

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

GHCR.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
This project uses GitHub Container Registry to publish Docker images. The published images are:
44

5-
- `ghcr.io/johnr24/colourstream-frontend:latest`
6-
- `ghcr.io/johnr24/colourstream-backend:latest`
7-
- `ghcr.io/johnr24/colourstream-ovenmediaengine:latest`
5+
- `ghcr.io/chaos-dotcom/colourstream-frontend:latest`
6+
- `ghcr.io/chaos-dotcom/colourstream-backend:latest`
7+
- `ghcr.io/chaos-dotcom/colourstream-ovenmediaengine:latest`
88

99
## Quick Setup
1010

1111
The easiest way to deploy ColourStream is using our setup script:
1212

1313
```bash
14-
curl -s https://raw.githubusercontent.com/johnr24/colourstream/main/setup-ghcr.sh | bash
14+
curl -s https://raw.githubusercontent.com/chaos-dotcom/colourstream/main/setup-ghcr.sh | bash
1515
```
1616

1717
This script will:
@@ -32,14 +32,14 @@ If you prefer to set up manually:
3232

3333
1. Pull the images:
3434
```bash
35-
docker pull ghcr.io/johnr24/colourstream-frontend:latest
36-
docker pull ghcr.io/johnr24/colourstream-backend:latest
37-
docker pull ghcr.io/johnr24/colourstream-ovenmediaengine:latest
35+
docker pull ghcr.io/chaos-dotcom/colourstream-frontend:latest
36+
docker pull ghcr.io/chaos-dotcom/colourstream-backend:latest
37+
docker pull ghcr.io/chaos-dotcom/colourstream-ovenmediaengine:latest
3838
```
3939

4040
2. Download the docker-compose template:
4141
```bash
42-
curl -s https://raw.githubusercontent.com/johnr24/colourstream/main/docker-compose.template.yml > docker-compose.yml
42+
curl -s https://raw.githubusercontent.com/chaos-dotcom/colourstream/main/docker-compose.template.yml > docker-compose.yml
4343
```
4444

4545
3. Configure your environment files and directories

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Powered by OvenMediaEngine and Mirotalk (AGPL), ColourStream provides potential
99

1010
ColourStream Uploader streamlines file transfers by eliminating the need for multiple transfer applications. The workflow is simple: create a client profile, set up a project, and generate a secure, time-limited upload link. This unique hashed link allows clients to easily and safely transfer files directly to your system.
1111

12-
We reccomend our sister application "TurboSort https://github.com/johnr24/TurboSort" which works in tandem to link Colourstream Uploaders File Structure with your existing Project File Structure
12+
We reccomend our sister application "TurboSort https://github.com/chaos-dotcom/TurboSort" which works in tandem to link Colourstream Uploaders File Structure with your existing Project File Structure
1313

1414
💡 **Built by A Colourist, for Colorists** - with features specifically designed for the unique needs of colour grading professionals. Unlike grading over Zoom, Teams or another video meeting app, ColourStream is a purpose-built application designed from the ground up with colour grading in mind, leveraging OvenMediaEngine to ensure a fully accurate Colour Pipeline Workflow
1515

@@ -209,7 +209,7 @@ rather than setting separate records for each subdomain.
209209

210210
```bash
211211
# Clone the repository
212-
git clone https://github.com/johnr24/colourstream.git
212+
git clone https://github.com/chaos-dotcom/colourstream.git
213213
cd colourstream
214214

215215
# Setup firewall rules

docker-compose.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
frontend:
3-
image: ghcr.io/johnr24/colourstream-frontend:latest
3+
image: ghcr.io/chaos-dotcom/colourstream-frontend:latest
44
# build:
55
# context: ./frontend
66
# dockerfile: Dockerfile
@@ -110,7 +110,7 @@ services:
110110
- "traefik.enable=false"
111111

112112
backend:
113-
image: ghcr.io/johnr24/colourstream-backend:latest
113+
image: ghcr.io/chaos-dotcom/colourstream-backend:latest
114114
# build:
115115
# context: ./backend
116116
# dockerfile: Dockerfile

setup-ghcr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Automatically generates configuration from templates with secure secrets
55

66
# Constants
7-
REPO_URL="https://raw.githubusercontent.com/johnr24/colourstream/main"
7+
REPO_URL="https://raw.githubusercontent.com/chaos-dotcom/colourstream/main"
88
TEMPLATES_DIR="templates"
99

1010
# Function to check required dependencies

0 commit comments

Comments
 (0)