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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
6 deletions
-
robosats/docker-compose.yml
-
robosats/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: ${APP_ROBOSATS_PORT} |
|
|
|
|
|
|
|
web: |
|
|
|
image: recksato/robosats-client:7083423@sha256:289f47608f2a325cbd7560d3f43f2bcb16ff57edc492ba65867c81f54d48fb38 |
|
|
|
image: recksato/robosats-client:v0.2.0-alpha@sha256:5c1609bf2e22ecba5a0992fe3e44ed2ee945df53920ccc789b8d96b07b84bd1c |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
init: true |
|
|
@ -17,4 +17,4 @@ services: |
|
|
|
ROBOSATS_ONION: robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion |
|
|
|
networks: |
|
|
|
default: |
|
|
|
ipv4_address: ${APP_ROBOSATS_IP} |
|
|
|
ipv4_address: ${APP_ROBOSATS_IP} |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: robosats |
|
|
|
category: Finance |
|
|
|
name: RoboSats |
|
|
|
version: "v0.2.0" |
|
|
|
version: "v0.2.0-alpha" |
|
|
|
tagline: Simple and Private Bitcoin P2P Exchange |
|
|
|
description: >- |
|
|
|
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. |
|
|
|
|
|
|
|
releaseNotes: >- |
|
|
|
RoboSats is now available on Umbrel! |
|
|
|
|
|
|
|
You can now use your WebLN compatible wallet with RoboSats. |
|
|
|
Full changelog can be found here: https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.2.0-alpha |
|
|
|
developer: RoboSats |
|
|
|
website: https://learn.robosats.com |
|
|
|
dependencies: [] |
|
|
|