s/dash.hostea.org/hosteadashboard.hostea.org/
ci/woodpecker/pr/woodpecker Pipeline failed Details

It is a little tricky to have a cute fqdn like dash.hostea.org when
traversing two reverse proxy and configuring OAuth that depends on the
cute fqdn. I'm sure there is a way but I can't see it right now.

Signed-off-by: Loïc Dachary <loic@dachary.org>
pull/38/head
Loïc Dachary 2022-07-03 16:17:08 +02:00
parent 15d7806dff
commit fd64dc9e74
Signed by: dachary
GPG Key ID: 992D23B392F9E4F2
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
<li class="index-banner__features">Run Hostea and become a service provider!</li>
</ul>
<button class="index-banner__main-action-btn">
<a href="https://dash.hostea.org" class="index-banner__main-action-link"
<a href="https://hosteadashboard.hostea.org" class="index-banner__main-action-link"
>Get Started</a
>
</button>

View File

@ -26,7 +26,7 @@
</div>
<div class="nav__spacer"></div>
<div class="nav__link-group--small">
{{ macros::nav_link(link="https://dash.hostea.org/login/", name="Login") }}
{{ macros::nav_link_action(link="https://dash.hostea.org/register/", name="Join") }}
{{ macros::nav_link(link="https://hosteadashboardh.hostea.org/login/", name="Login") }}
{{ macros::nav_link_action(link="https://hosteadashboard.hostea.org/register/", name="Join") }}
</div>
</nav>