diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d34f422b..b48a5cc8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -61,4 +61,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./frontend/dist destination_dir: ${{ steps.determine_sublocation.outputs.sublocation }} - cname: jimmi.xyz + cname: app.jimmi.party diff --git a/README.md b/README.md index d52d42ed..0aa82bcf 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ - - + +

@@ -47,7 +47,7 @@ I am Jimmi! Your Jitsi Integrated Musicbot Management Interface. # :tada: How does Jimmi help me? -An awesome Jitsi Meet Party has never been so easy! - Go to [jimmi.xyz](https://jimmi.xyz/) fill in the party location and start listening to your music with your friends! +An awesome Jitsi Meet Party has never been so easy! - Go to [app.jimmi.party](https://app.jimmi.party/) fill in the party location and start listening to your music with your friends! :warning: Remember that you have to install the browser extension before. See below for how to install. @@ -75,7 +75,7 @@ Installation of the extension depends on your browser and is easiest in Chromium 2. On the right hand side of the navigation bar activate the *Developer mode* 3. Then press *Load unpacked* 4. Select the `browser` folder -5. Navigate to [jimmi.xyz](https://jimmi.xyz/) and let the party begin! +5. Navigate to [app.jimmi.party](https://app.jimmi.party/) and let the party begin! # :blue_book: License diff --git a/browser/manifest.json b/browser/manifest.json index 1dd1b08e..4a0dcf48 100644 --- a/browser/manifest.json +++ b/browser/manifest.json @@ -14,7 +14,7 @@ "declarativeNetRequest" ], "host_permissions": [ - "https://jimmi.xyz/*", + "https://app.jimmi.party/*", "https://*.googlevideo.com/*", "https://*/http-bind*" ], diff --git a/browser/rules.json b/browser/rules.json index e589714c..2c73b077 100644 --- a/browser/rules.json +++ b/browser/rules.json @@ -33,7 +33,7 @@ { "header": "access-control-allow-origin", "operation": "set", - "value": "https://jimmi.xyz" + "value": "https://app.jimmi.party" }, { "header": "access-control-allow-headers", diff --git a/frontend/src/config.ts b/frontend/src/config.ts index 652dfc86..fda62109 100644 --- a/frontend/src/config.ts +++ b/frontend/src/config.ts @@ -10,7 +10,7 @@ export const config = { initialVolume: 20, // default initial audio volume }, repoUrl: "https://github.com/p-fruck/Jimmi", - url: "https://jimmi.xyz", // the redirect url when clicking on the navbar logo + url: "https://app.jimmi.party", // the redirect url when clicking on the navbar logo logo: "/jimmi.svg", // location of the logo displayed in navbar plugins: [MusicPlugin, ModeratorPlugin], // list of all plugins }