fix: do some fix
This commit is contained in:
13
apps/webui/.env
Normal file
13
apps/webui/.env
Normal file
@@ -0,0 +1,13 @@
|
||||
HOST="konobangu.com"
|
||||
DATABASE_URL = "postgres://konobangu:konobangu@localhost:5432/konobangu"
|
||||
STORAGE_DATA_DIR = "./data"
|
||||
AUTH_TYPE = "basic" # or oidc
|
||||
BASIC_USER = "konobangu"
|
||||
BASIC_PASSWORD = "konobangu"
|
||||
# OIDC_ISSUER="https://auth.logto.io/oidc"
|
||||
# OIDC_API_AUDIENCE = "https://konobangu.com/api"
|
||||
# OIDC_CLIENT_ID = "client_id"
|
||||
# OIDC_CLIENT_SECRET = "client_secret" # optional
|
||||
# OIDC_EXTRA_SCOPES = "read:konobangu write:konobangu"
|
||||
# OIDC_EXTRA_CLAIM_KEY = ""
|
||||
# OIDC_EXTRA_CLAIM_VALUE = ""
|
||||
1
apps/webui/public/assets/favicon.webp
Symbolic link
1
apps/webui/public/assets/favicon.webp
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../assets/favicon.webp
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Image } from '@kobalte/core/image';
|
||||
import {Image} from '@kobalte/core/image';
|
||||
import {
|
||||
SidebarMenu,
|
||||
SidebarMenuButton,
|
||||
@@ -13,13 +13,14 @@ export function AppIcon() {
|
||||
size="lg"
|
||||
class="data-[state=open]:bg-sidebar-accent data-[state=open]:text-sidebar-accent-foreground"
|
||||
>
|
||||
<div class="flex aspect-square size-8 items-center justify-center rounded-lg bg-sidebar-primary text-sidebar-primary-foreground">
|
||||
<div
|
||||
class="flex aspect-square size-8 items-center justify-center rounded-lg bg-sidebar-primary text-sidebar-primary-foreground">
|
||||
<Image fallbackDelay={1000}>
|
||||
<Image.Img
|
||||
src="/assets/favicon.png"
|
||||
class="size-8 object-cover"
|
||||
/>
|
||||
<Image.Fallback>KONOBANGU</Image.Fallback>
|
||||
<Image.Fallback>KO</Image.Fallback>
|
||||
</Image>
|
||||
</div>
|
||||
<div class="grid flex-1 gap-1 py-1 text-left text-sm leading-tight">
|
||||
|
||||
Reference in New Issue
Block a user