Merge pull request #25 from gStart9/update/v0.7.1-alpha

Update/v0.7.1-alpha
This commit is contained in:
KoalaSat
2024-11-05 17:11:46 +00:00
committed by GitHub
4 changed files with 9 additions and 10 deletions

View File

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

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2022 Start9 Labs
Copyright (c) 2024 Start9 Labs
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,9 +1,8 @@
id: robosats
title: "RoboSats"
version: 0.7.0.1
version: 0.7.1
release-notes: |
* Updated to RoboSats v0.7.0-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.0-alpha)(client+[patch 1ba8183](https://github.com/RoboSats/robosats/issues/1373#issuecomment-2345859784))
* Add .local LAN interface
* Updated to RoboSats v0.7.1-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.1-alpha)
license: mit
wrapper-repo: "https://github.com/RoboSats/robosats-startos"
upstream-repo: "https://github.com/Reckless-Satoshi/robosats"
@ -61,10 +60,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

View File

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