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; \ RUN apk add bash curl sudo tini wget yq; \
rm -f /var/cache/apk/* rm -f /var/cache/apk/*

View File

@ -1,6 +1,6 @@
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

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

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.0.1"); compat.migrations.fromMapping({}, "0.7.1");