Skip to content

Commit

Permalink
Merge pull request #151 from Music-Bot-for-Jitsi/migrate-domain
Browse files Browse the repository at this point in the history
Migrate from jimmi.xyz to app.jimmi.party, bump dependencies
  • Loading branch information
p-fruck authored Nov 4, 2023
2 parents 6a7b558 + 278757c commit bc4d314
Show file tree
Hide file tree
Showing 8 changed files with 1,428 additions and 609 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<a href="https://meet.jit.si/">
<img src="https://img.shields.io/badge/Built%20for-Jitsi%20Meet-5e87d4" />
</a>
<a href="https://jimmi.xyz/">
<img src="https://img.shields.io/badge/https://-jimmi.xyz-6366f1" />
<a href="https://app.jimmi.party/">
<img src="https://img.shields.io/badge/https://-app.jimmi.party-6366f1" />
</a>
</p>

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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion browser/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"declarativeNetRequest"
],
"host_permissions": [
"https://jimmi.xyz/*",
"https://app.jimmi.party/*",
"https://*.googlevideo.com/*",
"https://*/http-bind*"
],
Expand Down
2 changes: 1 addition & 1 deletion browser/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit bc4d314

Please sign in to comment.