From 5937808858e1081838df9501038ecfc9b955808c Mon Sep 17 00:00:00 2001 From: gStart9 Date: Wed, 16 Oct 2024 11:22:42 -0600 Subject: [PATCH 1/3] Remove .local LAN access, update license year --- LICENSE | 2 +- manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 793257b..599ad42 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/manifest.yaml b/manifest.yaml index 34a502b..0773b9e 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -61,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 From 44676a5f4ebb8d1d1950d026806c0767448f4ee0 Mon Sep 17 00:00:00 2001 From: gStart9 Date: Wed, 16 Oct 2024 11:24:28 -0600 Subject: [PATCH 2/3] Remove release note about LAN access being restored --- manifest.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.yaml b/manifest.yaml index 0773b9e..5cbbaba 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -3,7 +3,6 @@ title: "RoboSats" version: 0.7.0.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 license: mit wrapper-repo: "https://github.com/RoboSats/robosats-startos" upstream-repo: "https://github.com/Reckless-Satoshi/robosats" From 415289caf4f2b7d1ec7b56fbfc0262684799abf5 Mon Sep 17 00:00:00 2001 From: gStart9 Date: Sat, 19 Oct 2024 13:26:40 -0600 Subject: [PATCH 3/3] Update RoboSats-client to v0.7.1-alpha --- Dockerfile | 2 +- manifest.yaml | 4 ++-- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9a37ad..e3b5f3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* diff --git a/manifest.yaml b/manifest.yaml index 5cbbaba..9f8090d 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,8 +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)) + * 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" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index f8f1932..81a7196 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -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");