mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
App Submission: Nutstash Wallet (#459)
Co-authored-by: Michael Henke <m433270+aphex3k@users.noreply.github.com> Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
This commit is contained in:
parent
6841e3b74b
commit
90d4c99c00
14
nutstash-wallet/docker-compose.yml
Normal file
14
nutstash-wallet/docker-compose.yml
Normal file
@ -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
|
||||||
|
|
32
nutstash-wallet/umbrel-app.yml
Normal file
32
nutstash-wallet/umbrel-app.yml
Normal file
@ -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
Block a user