Skip to content

Commit

Permalink
Remove WG logo from index, update hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartegnian committed Feb 2, 2024
1 parent 4d0c6e1 commit ecc26c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- LANG=en
# ⚠️ Required:
# Change this to your host's public address
- WG_HOST=raspberrypi.local
- WG_HOST=wg.dartegnian.com

# Optional:
# - PASSWORD=foobar123
Expand Down
2 changes: 2 additions & 0 deletions src/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,12 @@ <h3 class="text-lg leading-6 font-medium text-gray-900 dark:text-neutral-200" id
</div>

<div v-if="authenticated === false">
<!--
<h1 class="text-4xl font-medium my-16 text-gray-700 dark:text-neutral-200 text-center">
<img src="./img/logo.png" width="32" class="inline align-middle dark:bg" />
<span class="align-middle">WireGuard</span>
</h1>
-->

<form @submit="login"
class="shadow material-container material-container--secondary mx-auto w-64 p-5 overflow-hidden mt-10">
Expand Down

0 comments on commit ecc26c1

Please sign in to comment.