diff --git a/README.md b/README.md index 4c3a3d0..665ec18 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ WikiWeaver makes participating in and especially spectating WikiRaces a lot more Creating and joining lobbies is super simple. -The host goes to [stuffontheinter.net](https://stuffontheinter.net) to create and view a lobby. +The host goes to the [WikiWeaver webiste](https://wikiweaver.stuffontheinter.net/) to create and view a lobby. All players then join this lobby using the [Firefox addon](https://addons.mozilla.org/en-US/firefox/addon/wikiweaver/). All players that have successfully joined the lobby will be shown in the leaderboard in the bottom right. diff --git a/docker-compose.yml b/docker-compose.yml index 98f9bfa..889e2a2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: web: build: ./wikiweaver-web ports: - - 443:443 + - 4243:443 volumes: - /etc/letsencrypt/live/stuffontheinter.net/fullchain.pem:/fullchain.pem - /etc/letsencrypt/live/stuffontheinter.net/privkey.pem:/privkey.pem diff --git a/wikiweaver-ext/firefox/background.js b/wikiweaver-ext/firefox/background.js index ed762f5..cb08560 100644 --- a/wikiweaver-ext/firefox/background.js +++ b/wikiweaver-ext/firefox/background.js @@ -1,4 +1,4 @@ -const domain = "https://stuffontheinter.net"; // Use this for production +const domain = "https://wikiweaver.stuffontheinter.net"; // Use this for production // const domain = "http://localhost:4242"; // Use this for local development chrome.webNavigation.onCommitted.addListener( diff --git a/wikiweaver-ext/popup/popup.html b/wikiweaver-ext/popup/popup.html index de31f77..7836c37 100644 --- a/wikiweaver-ext/popup/popup.html +++ b/wikiweaver-ext/popup/popup.html @@ -10,8 +10,8 @@