diff --git a/nutstash-wallet/docker-compose.yml b/nutstash-wallet/docker-compose.yml new file mode 100644 index 0000000..1f346a7 --- /dev/null +++ b/nutstash-wallet/docker-compose.yml @@ -0,0 +1,14 @@ +version: "3.7" + +services: + app_proxy: + environment: + APP_HOST: nutstash-wallet_web_1 + APP_PORT: 3000 + PROXY_AUTH_ADD: "false" + + web: + image: ghcr.io/gandlafbtc/nutstash-wallet:0.1.10@sha256:8a585c4a6545e68e9a1c8fcf2a0a15ef401ad040accf925234451fe1b838d180 + restart: on-failure + stop_grace_period: 1m + diff --git a/nutstash-wallet/umbrel-app.yml b/nutstash-wallet/umbrel-app.yml new file mode 100644 index 0000000..7594866 --- /dev/null +++ b/nutstash-wallet/umbrel-app.yml @@ -0,0 +1,32 @@ +manifestVersion: 1 +id: nutstash-wallet +category: Finance +name: Nutstash Wallet +version: "0.1.10" +tagline: Nutstash is a Cashu wallet for your browser. +description: >- + This app is in early development and most likely buggy. It does handle real sats though, so be sure to use only amounts that are small enough to lose. + + + What is Cashu? + + "Cashu is a free and open-source Chaumian ecash system built for Bitcoin. Cashu offers near-perfect privacy for users of custodial Bitcoin applications. Nobody needs to knows who you are, how much funds you have, and with whom you transact with." - cashu.space + +releaseNotes: >- + - Initial release on the umbrel app store + +developer: gandlafbtc +website: https://nutstash.app/ +dependencies: [] +repo: https://github.com/gandlafbtc/nutstash-wallet +support: https://t.me/+DRy-rSe5wQtlYTk1 +port: 4173 +gallery: + - 1.jpg + - 2.jpg + - 3.jpg +path: "" +defaultUsername: "" +defaultPassword: "" +submitter: gandlafbtc +submission: https://github.com/getumbrel/umbrel-apps/pull/455