Added some verifiers and renamed the container.

This commit is contained in:
Ada Werefox 2023-11-29 01:30:59 +00:00
parent c4d05a25bd
commit 6fa80c1ddb
4 changed files with 5 additions and 11 deletions

View File

@ -3,7 +3,7 @@
set -xe
APP_FOLDER=info
CONTAINER_NAME=werefox-dev
CONTAINER_NAME=info-werefox-cafe
MODE=$1
x=$(APP_FOLDER=$APP_FOLDER MODE=$MODE docker compose ps | grep $CONTAINER_NAME | wc -l)

View File

@ -2,7 +2,7 @@
version: "3"
services:
"werefox-dev":
"info-werefox-cafe":
image: node:alpine
volumes:
- ./src:/usr/src/app/

View File

@ -37,6 +37,9 @@ export default function BasicPage({
<link rel="icon" href="/favicon.ico" />
</Head>
<div className="container space-y-4 mx-auto px-4 py-4">
<a rel="me" href="https://bark.lgbt/@alicew" hidden>Mastodon</a>
<a rel="me" href="https://dragon.style/@alice" hidden>Mastodon</a>
<a rel="me" href="https://mspsocial.net/@alice" hidden>Mastodon</a>
<TCard card_title={card_title} />
{renderBackButton(page_button_title, url)}
{children}

View File

@ -40,15 +40,6 @@ export default function HomePage({ theme, page_title, card_title, children }) {
<link rel="icon" href="/favicon.ico" />
</Head>
<div className="container space-y-4 mx-auto px-4 py-4">
<a rel="me" href="https://yiff.life/@werefox" hidden>
Mastodon
</a>
<a rel="me" href="https://masto.werefox.cafe/@kairi" hidden>
Mastodon
</a>
<a rel="me" href="https://masto.werefox.cafe/@ada" hidden>
Mastodon
</a>
<TCard card_title={card_title} />
{children}
<FCard />