mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2026-01-14 05:48:14 +00:00
Compare commits
8 Commits
v0.7.9-alp
...
v0.8.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
|
79eab20760
|
|||
| 1b2ca3f28a | |||
| 12a62f896f | |||
| 0fdee03050 | |||
| d6f1fac86c | |||
| c5d6bda9cb | |||
| 3f1d2fff07 | |||
| a8860d82b7 |
@ -1,4 +1,4 @@
|
||||
FROM recksato/robosats-client:v0.7.9-alpha
|
||||
FROM recksato/robosats-client:v0.8.0-alpha
|
||||
RUN apk add bash curl sudo tini wget yq; \
|
||||
rm -f /var/cache/apk/*
|
||||
|
||||
|
||||
1
Makefile
1
Makefile
@ -14,7 +14,6 @@ install: $(PKG_ID).s9pk
|
||||
start-cli package install $(PKG_ID).s9pk
|
||||
|
||||
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 -f image.tar
|
||||
rm -f $(PKG_ID).s9pk
|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
id: robosats
|
||||
title: "RoboSats"
|
||||
version: 0.7.9
|
||||
version: 0.8.0
|
||||
release-notes: |
|
||||
* Updated to RoboSats v0.7.9-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.9-alpha)
|
||||
* 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
|
||||
license: mit
|
||||
wrapper-repo: "https://github.com/Start9Labs/robosats-startos"
|
||||
upstream-repo: "https://github.com/RoboSats/robosats"
|
||||
@ -60,10 +61,10 @@ interfaces:
|
||||
# Port mappings are from the external port to the internal container port
|
||||
port-mapping:
|
||||
80: "12596"
|
||||
#lan-config:
|
||||
# 443:
|
||||
# ssl: true
|
||||
# internal: 12596
|
||||
lan-config:
|
||||
443:
|
||||
ssl: true
|
||||
internal: 12596
|
||||
# Port mappings are from the external port to the internal container port
|
||||
# Denotes if the service has a user interface to display
|
||||
ui: true
|
||||
@ -73,8 +74,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:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { compat, types as T } from "../deps.ts";
|
||||
|
||||
export const migration: T.ExpectedExports.migration =
|
||||
compat.migrations.fromMapping({}, "0.7.9");
|
||||
compat.migrations.fromMapping({}, "0.8.0");
|
||||
|
||||
Reference in New Issue
Block a user