Merge branch 'v0.8.2-alpha' of https://github.com/RoboSats/robosats-startos into update/v0.8.3-alpha

This commit is contained in:
gStart9
2025-12-17 17:33:19 -07:00
4 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,4 @@
FROM recksato/robosats-client:v0.8.0-alpha
FROM recksato/robosats-client:v0.8.2-alpha
RUN apk add bash curl sudo tini wget yq; \
rm -f /var/cache/apk/*

View File

@ -1,7 +1,7 @@
# Welcome to RoboSats!
A simple and private Lightning P2P exchange you can use directly from StartOS.
You can find a quick start guide, tutorial videos, and detailed documentation at [Learn RoboSats](https://learn.robosats.com/).
You can find a quick start guide, tutorial videos, and detailed documentation at [Learn RoboSats](https://learn.robosats.org/).
## Basic Use
1. Open RoboSats by using the `LAUNCH UI` button.
2. For the first time using RoboSats, you will be provided a robot token (a unique, transient identifier) - you can create as many of these as you'd like.

View File

@ -1,9 +1,11 @@
id: robosats
title: "RoboSats"
version: 0.8.0
version: 0.8.2
release-notes: |
* Updated to RoboSats v0.8.0-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.0-alpha)
* Enable LAN access to RoboSats web interface
* Updated to RoboSats v0.8.2-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.2-alpha)
* Brand new mobile view
* New in-app private notifications system using nostr
* Revertible payments warning
license: mit
wrapper-repo: "https://github.com/Start9Labs/robosats-startos"
upstream-repo: "https://github.com/RoboSats/robosats"
@ -74,8 +76,8 @@ interfaces:
- http
dependencies: {}
alerts:
start: #|
#ATTENTION: Your browser must have Tor support to use this service.
start:#|
#ATTENTION: Your browser must have Tor support to use this service.
# Specifies how backups should be run for this service. The default EmbassyOS provided option is to use the duplicity backup library on a system image (compat)
backup:
create:

View File

@ -1,4 +1,4 @@
import { compat, types as T } from "../deps.ts";
export const migration: T.ExpectedExports.migration =
compat.migrations.fromMapping({}, "0.8.0");
compat.migrations.fromMapping({}, "0.8.2");