Skip to content

Commit

Permalink
Move deployment to draw.marbal.ca
Browse files Browse the repository at this point in the history
  • Loading branch information
martendo committed Aug 14, 2024
1 parent 30752d6 commit 7155388
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"web-draw-fe761": {
"hosting": {
"app": [
"w-draw"
"web-draw-fe761"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Web Draw ![Pen Logo](/src/img/pen.png)
[![Version](https://img.shields.io/github/v/tag/martendo/web-draw?label=version)](https://github.com/martendo/web-draw/tags)
[![Website](https://img.shields.io/website?down_color=inactive&down_message=offline&up_color=success&up_message=online&url=https%3A%2F%2Fw-draw.web.app)](https://w-draw.web.app)
[![Website](https://img.shields.io/website?down_color=inactive&down_message=offline&up_color=success&up_message=online&url=https%3A%2F%2Fw-draw.web.app)](https://draw.marbal.ca)

A little real-time online collaborative drawing program. <https://w-draw.web.app>
A little real-time online collaborative drawing program. <https://draw.marbal.ca>

Web Draw is a web app that allows users to draw on a shared canvas in real time.
It's currently a little rough, but is seeing some improvement here and there.
Expand Down
6 changes: 3 additions & 3 deletions src/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<meta property="og:description" content="Whatever you're trying to find, it ain't here. Sorry! 404 - Can't find that thing. Web Draw is a little real-time online collaborative drawing program.">
<meta property="og:type" content="website">

<meta property="og:image" content="https://w-draw.web.app/pen-icon-og.png">
<meta property="og:image:secure_url" content="https://w-draw.web.app/pen-icon-og.png">
<meta property="og:image" content="https://draw.marbal.ca/pen-icon-og.png">
<meta property="og:image:secure_url" content="https://draw.marbal.ca/pen-icon-og.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="157">
Expand Down Expand Up @@ -74,7 +74,7 @@
<body>
<h1>What??</h1>
<p>Whatever you're trying to find, it ain't here. Sorry!</p>
<p><a href="https://w-draw.web.app">Go home</a></p>
<p><a href="https://draw.marbal.ca">Go home</a></p>

<br><br><br><br><br>

Expand Down
12 changes: 6 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
<meta name="apple-mobile-web-app-title" content="Web Draw">
<meta name="author" content="martendo">
<meta name="description" content="A little real-time online collaborative drawing program.">
<link rel="canonical" href="https://w-draw.web.app">
<link rel="canonical" href="https://draw.marbal.ca">
<link rel="manifest" href="/app.webmanifest">

<meta property="og:title" content="Web Draw">
<meta property="og:description" content="A little real-time online collaborative drawing program.">
<meta property="og:type" content="website">

<meta property="og:image" content="https://w-draw.web.app/pen-icon-og.png">
<meta property="og:image:secure_url" content="https://w-draw.web.app/pen-icon-og.png">
<meta property="og:image" content="https://draw.marbal.ca/pen-icon-og.png">
<meta property="og:image:secure_url" content="https://draw.marbal.ca/pen-icon-og.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="157">
Expand Down Expand Up @@ -559,11 +559,11 @@ <h4 id="help-sessions-links">Session Links</h4>
If you're looking to share the link with your friends so they can automatically join, see <a href="#help-menubar-share_link">Share Link</a> on the menubar.<br>
<br>
The session URL can be used to automatically join the session. It follows this format:<br>
<code>https://w-draw.web.app<strong class="mono">/s/&#60;session_id&#62;</strong></code>, where <code>&#60;session_id&#62;</code> is the ID of the session to join.<br>
<code>https://draw.marbal.ca<strong class="mono">/s/&#60;session_id&#62;</strong></code>, where <code>&#60;session_id&#62;</code> is the ID of the session to join.<br>
If a session with the given ID does not exist, a new one with that ID will be automatically created and joined.<br>
<br>
The session password can also be passed through the URL in a query string:<br>
<code>https://w-draw.web.app/s/secret-drawing<strong class="mono">?pass=&#60;password&#62;</strong></code>, where <code>&#60;password&#62;</code> is the session's password.<br>
<code>https://draw.marbal.ca/s/secret-drawing<strong class="mono">?pass=&#60;password&#62;</strong></code>, where <code>&#60;password&#62;</code> is the session's password.<br>
If you are creating the session with this link (a session with the specified ID doesn't exist yet), then the password on the new session will be automatically set to the one specified.
<h3 id="help-menubar">Menubar</h3>
The menubar (at the very top of the screen) allows you to do useful things, like save your canvas for later, set a password on your session, or look at this help window!<br>
Expand Down Expand Up @@ -1051,7 +1051,7 @@ <h3>Web Draw<img class="penIcon" src="{{BASE64:src/img/pen.png}}" alt="Pen Logo"
<td>{{DATE}}</td>
</tr>
</table>
<a href="https://w-draw.web.app">https://w-draw.web.app</a><br>
<a href="https://draw.marbal.ca">https://draw.marbal.ca</a><br>
<a href="https://github.com/martendo/web-draw" target="_blank">GitHub</a>
</td>
<td><span class="spacer"></span></td>
Expand Down

0 comments on commit 7155388

Please sign in to comment.