Adding frontend page

This commit is contained in:
ben
2022-09-26 10:30:48 +01:00
parent f4439974e4
commit 69c7cdb49f
7 changed files with 85 additions and 29 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ from pydantic import BaseModel
class Gerty(BaseModel):
id: str
id: str = Query(None)
name: str
wallet: str
lnbits_wallets: str # Wallets to keep an eye on, {"wallet-id": "wallet-read-key, etc"}
lnbits_wallets: str = Query(None) # Wallets to keep an eye on, {"wallet-id": "wallet-read-key, etc"}
sats_quote: bool = Query(False) # Fetch Satoshi quotes
exchange: str = Query(None) # BTC <-> Fiat exchange rate to pull ie "USD", in 0.0001 and sats
onchain_sats: bool = Query(False) # Onchain stats