Added some verifiers and renamed the container.
This commit is contained in:
parent
c4d05a25bd
commit
6fa80c1ddb
@ -3,7 +3,7 @@
|
|||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
APP_FOLDER=info
|
APP_FOLDER=info
|
||||||
CONTAINER_NAME=werefox-dev
|
CONTAINER_NAME=info-werefox-cafe
|
||||||
|
|
||||||
MODE=$1
|
MODE=$1
|
||||||
x=$(APP_FOLDER=$APP_FOLDER MODE=$MODE docker compose ps | grep $CONTAINER_NAME | wc -l)
|
x=$(APP_FOLDER=$APP_FOLDER MODE=$MODE docker compose ps | grep $CONTAINER_NAME | wc -l)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
"werefox-dev":
|
"info-werefox-cafe":
|
||||||
image: node:alpine
|
image: node:alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/usr/src/app/
|
- ./src:/usr/src/app/
|
||||||
|
@ -37,6 +37,9 @@ export default function BasicPage({
|
|||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
</Head>
|
</Head>
|
||||||
<div className="container space-y-4 mx-auto px-4 py-4">
|
<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} />
|
<TCard card_title={card_title} />
|
||||||
{renderBackButton(page_button_title, url)}
|
{renderBackButton(page_button_title, url)}
|
||||||
{children}
|
{children}
|
||||||
|
@ -40,15 +40,6 @@ export default function HomePage({ theme, page_title, card_title, children }) {
|
|||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
</Head>
|
</Head>
|
||||||
<div className="container space-y-4 mx-auto px-4 py-4">
|
<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} />
|
<TCard card_title={card_title} />
|
||||||
{children}
|
{children}
|
||||||
<FCard />
|
<FCard />
|
||||||
|
Loading…
Reference in New Issue
Block a user