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/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..9f8090d 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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 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");