22 Commits

Author SHA1 Message Date
d6ff9ccd93 Merge pull request #43 from RoboSats/v0.8.4-alpha
v0.8.4-alpha
2026-01-14 15:38:55 +00:00
0bb838a199 v0.8.4-alpha 2026-01-14 16:25:16 +01:00
6ed4be029a Merge pull request #40 from RoboSats/v0.8.1-alpha
Update to v0.8.1-alpha
2025-08-12 15:58:05 +00:00
f1e4731cbf v0.8.1-alpha 2025-08-12 17:44:34 +02:00
8d6966233f Merge pull request #38 from RoboSats/v0.8.0-alpha
v0.8.0-alpha
2025-07-14 20:05:17 +00:00
79eab20760 v0.8.0-alpha 2025-07-14 15:12:17 +02:00
1b2ca3f28a Merge pull request #37 from Start9Labs/master
Re-enable LAN (.local) URL on StartOS
2025-06-30 10:59:24 +00:00
12a62f896f Turn on LAN URL after robosats-079 chat bugfix (#6)
* Turn on LAN URL after robosats-079 chat bugfix

* stop warning about needing Tor

* Add release note about enabling of LAN web interface
2025-06-30 03:54:59 +00:00
0fdee03050 Merge pull request from RoboSats/robosats-startos
Update to RoboSats v0.7.9-alpha
2025-06-26 14:22:08 -06:00
d6f1fac86c Merge pull request #36 from RoboSats/v0.7.9-alpha
Update to v0.7.9-alpha
2025-06-26 10:11:45 +00:00
beba7b49e7 Update to v0.7.9-alpha 2025-06-26 12:10:33 +02:00
c5d6bda9cb Merge pull request #35 from RoboSats/update-v0.7.8-alpha
Update v0.7.8-alpha
2025-05-27 19:05:11 +00:00
4dc34563f2 Update v0.7.8-alpha 2025-05-27 21:02:54 +02:00
b147abd08d Merge pull request #34 from RoboSats/Update/v0.7.7-alpha
v0.7.7-alpha
2025-05-04 16:35:23 +00:00
f9c5a41c45 v0.7.7-alpha 2025-05-04 18:34:52 +02:00
3f1d2fff07 Merge branch 'RoboSats:master' into master 2025-04-09 17:12:31 +00:00
1227f95d29 Merge pull request #33 from RoboSats/Update/v0.7.6-alpha
Update v0.7.6-alpha
2025-04-09 10:54:58 +00:00
57404e40ad Update v0.7.6-alpha 2025-04-09 12:54:32 +02:00
a8860d82b7 Get rid of unnecessary make clean line 2025-03-30 22:26:50 -06:00
d247820324 Merge pull request #32 from Start9Labs/update/v0.7.5-alpha
Update RoboSats v0.7.5-alpha
2025-03-24 08:05:45 +00:00
884eb2ec3d Update RoboSats v0.7.5-alpha 2025-03-23 23:05:44 -06:00
325a171934 Merge pull request #31 from RoboSats/Update/v0.7.5-alpha
Update v0.7.5-alpha
2025-03-23 08:59:07 +00:00
5 changed files with 19 additions and 14 deletions

View File

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

View File

@ -14,7 +14,6 @@ install: $(PKG_ID).s9pk
start-cli package install $(PKG_ID).s9pk start-cli package install $(PKG_ID).s9pk
clean: clean:
docker run --rm -it -v "$(shell pwd)"/configurator:/home/rust/src messense/rust-musl-cross:x86_64-musl cargo clean -q
rm -rf docker-images rm -rf docker-images
rm -f image.tar rm -f image.tar
rm -f $(PKG_ID).s9pk rm -f $(PKG_ID).s9pk

View File

@ -1,7 +1,7 @@
# Welcome to RoboSats! # Welcome to RoboSats!
A simple and private Lightning P2P exchange you can use directly from StartOS. 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 ## Basic Use
1. Open RoboSats by using the `LAUNCH UI` button. 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. 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,14 +1,20 @@
id: robosats id: robosats
title: "RoboSats" title: "RoboSats"
version: 0.7.5 version: 0.8.4
release-notes: | release-notes: |
* Updated to RoboSats v0.7.5-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.5-alpha) * Updated to RoboSats v0.8.4-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.4-alpha)
* Payment methods input clears when switched to Swap @aftermath2
* API errors are globally displayed in a toast message @keshav0479
* Bond displays bellow Premium in mobile view @keshav0479
* Orders are automatically sorted by premium when filtering by SELL / BUY type @FedericoLuque
* Bond amount in sats estimated prior to order creation @FedericoLuque
license: mit license: mit
wrapper-repo: "https://github.com/Start9Labs/robosats-startos" wrapper-repo: "https://github.com/Start9Labs/robosats-startos"
upstream-repo: "https://github.com/RoboSats/robosats" upstream-repo: "https://github.com/RoboSats/robosats"
support-site: "https://github.com/Start9Labs/robosats-startos/issues" support-site: "https://github.com/Start9Labs/robosats-startos/issues"
marketing-site: "https://learn.robosats.com/" marketing-site: "https://learn.robosats.org/"
donation-url: "https://learn.robosats.com/contribute/donate/" donation-url: "https://robosats.org/contribute/donate/"
# The series of commands to build the project into an s9pk for arm64/v8. In this case we are using a Makefile with the simple build command "make". # The series of commands to build the project into an s9pk for arm64/v8. In this case we are using a Makefile with the simple build command "make".
build: ["make"] build: ["make"]
# Human readable descriptors for the service. These are used throughout the StartOS user interface, primarily in the marketplace. # Human readable descriptors for the service. These are used throughout the StartOS user interface, primarily in the marketplace.
@ -60,10 +66,10 @@ interfaces:
# Port mappings are from the external port to the internal container port # Port mappings are from the external port to the internal container port
port-mapping: port-mapping:
80: "12596" 80: "12596"
#lan-config: lan-config:
# 443: 443:
# ssl: true ssl: true
# internal: 12596 internal: 12596
# Port mappings are from the external port to the internal container port # Port mappings are from the external port to the internal container port
# Denotes if the service has a user interface to display # Denotes if the service has a user interface to display
ui: true ui: true
@ -73,8 +79,8 @@ interfaces:
- http - http
dependencies: {} dependencies: {}
alerts: alerts:
start: | start: #|
ATTENTION: Your browser must have Tor support to use this service. #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) # 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: backup:
create: create:

View File

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