mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2026-01-29 06:05:41 +00:00
Compare commits
20 Commits
Update/v0.
...
v0.8.2-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| d22b1a6f55 | |||
| a43c72733d | |||
| c93bb57f34 | |||
|
2d2e06e7bd
|
|||
| 6ed4be029a | |||
|
f1e4731cbf
|
|||
| 8d6966233f | |||
| 6e7546a200 | |||
|
79eab20760
|
|||
| 1b2ca3f28a | |||
| 12a62f896f | |||
| 0fdee03050 | |||
| d6f1fac86c | |||
|
beba7b49e7
|
|||
| c5d6bda9cb | |||
|
4dc34563f2
|
|||
| b147abd08d | |||
| 3f1d2fff07 | |||
| 1227f95d29 | |||
| a8860d82b7 |
@ -1,4 +1,4 @@
|
|||||||
FROM recksato/robosats-client:v0.7.7-alpha
|
FROM recksato/robosats-client:v0.8.3-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/*
|
||||||
|
|
||||||
|
|||||||
1
Makefile
1
Makefile
@ -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
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -1,8 +1,13 @@
|
|||||||
id: robosats
|
id: robosats
|
||||||
title: "RoboSats"
|
title: "RoboSats"
|
||||||
version: 0.7.7
|
version: 0.8.3
|
||||||
release-notes: |
|
release-notes: |
|
||||||
* Updated to RoboSats v0.7.7-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.6-alpha)
|
* Updated to RoboSats v0.8.3-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.3-alpha)
|
||||||
|
* Brand new mobile view
|
||||||
|
* New in-app private notifications system using nostr
|
||||||
|
* Revertible payments warning
|
||||||
|
* Order description added as optional attribute. Library updates and bugs fixing.
|
||||||
|
* 2 new coordinators, some bug fixing and security updates.
|
||||||
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"
|
||||||
@ -60,10 +65,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 +78,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:
|
||||||
|
|||||||
@ -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.7");
|
compat.migrations.fromMapping({}, "0.8.3");
|
||||||
|
|||||||
Reference in New Issue
Block a user