Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dashboard #142

Merged
merged 2 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ certs/

# Local storage files
storage/*
deps/lightningd/data
deps/lightningd
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ sea-orm = { version = "1.0", features = [
"macros",
"with-chrono",
"with-uuid",
"debug-print",
] }
strum = "0.26"
strum_macros = "0.26"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install-tools:
@cargo install cargo-outdated

generate-models:
@sea-orm-cli generate entity --output-dir src/infra/database/sea_orm/models
@sea-orm-cli generate entity --output-dir src/infra/database/sea_orm/models2

generate-certs:
@mkdir -p certs
Expand Down
2 changes: 1 addition & 1 deletion config/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ max_connections = 10
min_connections = 0
acquire_timeout = "5s"
connect_timeout = "30s"
sqlx_logging = true
sqlx_logging = false
5 changes: 2 additions & 3 deletions dashboard/.env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
LN_PROVIDER=breez

# App
NEXT_PUBLIC_BASE_PATH=
NEXT_PUBLIC_SERVER_URL=
NEXT_PUBLIC_ASSET_URL=
NEXT_PUBLIC_ASSETS_DIR=
NEXT_PUBLIC_AUTH_METHOD=
NEXT_PUBLIC_SITENAME=
NEXT_PUBLIC_APPNAME=

# Auth0
NEXT_PUBLIC_AUTH0_DOMAIN=
Expand Down
2 changes: 1 addition & 1 deletion dashboard/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LN_PROVIDER=cln
# App
NEXT_PUBLIC_SERVER_URL=https://api.numeraire.tech
NEXT_PUBLIC_AUTH_METHOD=auth0
NEXT_PUBLIC_SITENAME="Numeraire Dashboard"
NEXT_PUBLIC_APPNAME="Numeraire Dashboard"

# Auth0
NEXT_PUBLIC_AUTH0_DOMAIN=auth.numeraire.tech
Expand Down
48 changes: 0 additions & 48 deletions dashboard/.eslintignore

This file was deleted.

109 changes: 0 additions & 109 deletions dashboard/.eslintrc.js

This file was deleted.

4 changes: 0 additions & 4 deletions dashboard/.gitattributes

This file was deleted.

2 changes: 1 addition & 1 deletion dashboard/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ tsconfig.tsbuildinfo

# Exclude PWA service worker and workbox files
public/sw.js
public/workbox-*.js
public/workbox-*.js
Binary file modified dashboard/.yarn/install-state.gz
Binary file not shown.
Loading
Loading