Commit Graph

13 Commits

Author SHA1 Message Date
ekzyis 0bee12cb19 Set NWC URI in data-nwc 2024-12-15 21:56:26 +01:00
ekzyis 22691f8ebd Update .env.sample 2024-12-15 21:56:26 +01:00
ekzyis 92876c5011 users, sessions and wallets w/o authentication
* if a request has no session cookie, a new user, session and wallet is created and session cookie is set
* if a request has a session cookie and session exists in db, we will fetch user and wallet from db
* this means that we have a user and wallet during each render without any login required
2024-12-15 21:56:26 +01:00
ekzyis 430f015d8f Use nixos-24.11 as channel 2024-12-15 21:56:00 +01:00
ekzyis 55fdc879d8 Rename to magicwallet 2024-12-15 21:56:00 +01:00
ekzyis 75955f5f84 load .env, init db & lnd, render context
* more scaffolding code from delphi.market
* we now read environment from .env
* we now try to init db and lnd but in a non-blocking way
* we now set "render context" to have access to environment during template render
* frontend can now read commit from HTML attribute
2024-10-26 05:59:37 +02:00
ekzyis ccdc51eba5 Add hot reload 2024-10-26 03:57:35 +02:00
ekzyis abad39a2bc Let it be hermes
* rename to hermes
* use echo+htmx+templ stack
* use code from delphi.market as scaffolding
2024-10-26 03:57:06 +02:00
ekzyis 97c25541e1 Add Makefile 2024-10-25 03:57:02 +02:00
ekzyis 8275953c5a Run echo server 2024-10-25 03:57:02 +02:00
ekzyis a12936b831 Create README.md 2024-10-24 13:50:34 +02:00
ekzyis 0cf03c1026 go mod init 2024-10-24 13:49:12 +02:00
ekzyis 3ee2e82b75 initial commit 2024-10-24 13:47:53 +02:00