Browse Source
Co-authored-by: Michael Henke <m433270+aphex3k@users.noreply.github.com> Co-authored-by: Nathan Fretz <nmfretz@gmail.com>main
committed by
GitHub
2 changed files with 46 additions and 0 deletions
@ -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 |
||||
|
|
@ -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 |
Loading…
Reference in new issue