From f78c901ed442b4a07cb0b37503ef078381b6622c Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sun, 18 Aug 2024 12:48:37 -0400 Subject: [PATCH] chore: Update backup script and signup page layout --- backup.sh | 5 +++++ frontend/src/routes/signup/+page.svelte | 16 +++++----------- 2 files changed, 10 insertions(+), 11 deletions(-) create mode 100644 backup.sh diff --git a/backup.sh b/backup.sh new file mode 100644 index 0000000..d85a5f2 --- /dev/null +++ b/backup.sh @@ -0,0 +1,5 @@ +docker run --rm \ + -v adventurelog_adventurelog_media:/backup-volume \ + -v "$(pwd)":/backup \ + busybox \ + tar -zcvf /backup/adventurelog-backup.tar.gz /backup-volume \ No newline at end of file diff --git a/frontend/src/routes/signup/+page.svelte b/frontend/src/routes/signup/+page.svelte index 51442d1..75a675b 100644 --- a/frontend/src/routes/signup/+page.svelte +++ b/frontend/src/routes/signup/+page.svelte @@ -96,8 +96,11 @@ {:else}
-
-

Signup is disabled for this server.

+
+

Signup is disabled for this server.

+

Please contact the server administrator if you think this is an error.

+
+

If you are the administrator, users can be registered via the admin site.

{#if errors.message} @@ -105,15 +108,6 @@ {errors.message}
{/if} - -
-
- {#if quote != ''} - {quote} - {/if} - -
-
{/if}