Browse Source

Update RoboSats to v0.2.0-alpha (#161)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Michael Henke 2 years ago
committed by GitHub
parent
commit
b8d303bf43
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      robosats/docker-compose.yml
  2. 6
      robosats/umbrel-app.yml

2
robosats/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: ${APP_ROBOSATS_PORT} APP_PORT: ${APP_ROBOSATS_PORT}
web: web:
image: recksato/robosats-client:7083423@sha256:289f47608f2a325cbd7560d3f43f2bcb16ff57edc492ba65867c81f54d48fb38 image: recksato/robosats-client:v0.2.0-alpha@sha256:5c1609bf2e22ecba5a0992fe3e44ed2ee945df53920ccc789b8d96b07b84bd1c
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true

6
robosats/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: robosats id: robosats
category: Finance category: Finance
name: RoboSats name: RoboSats
version: "v0.2.0" version: "v0.2.0-alpha"
tagline: Simple and Private Bitcoin P2P Exchange tagline: Simple and Private Bitcoin P2P Exchange
description: >- description: >-
RoboSats is a simple and private app to exchange bitcoin for national currencies. RoboSats is a simple and private app to exchange bitcoin for national currencies.
@ -34,9 +34,7 @@ description: >-
You can join other cool Robots and get community support at https://t.me/robosats telegram group. You can join other cool Robots and get community support at https://t.me/robosats telegram group.
releaseNotes: >- releaseNotes: >-
RoboSats is now available on Umbrel! Full changelog can be found here: https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.2.0-alpha
You can now use your WebLN compatible wallet with RoboSats.
developer: RoboSats developer: RoboSats
website: https://learn.robosats.com website: https://learn.robosats.com
dependencies: [] dependencies: []

Loading…
Cancel
Save