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}