Update README and API for Docker integration and app management

- Revised README.md to clarify the use of Docker alongside Podman for containerization.
- Updated API documentation to reflect new RPC endpoints, including `auth.logout`.
- Enhanced WebSocket handling in the API for better connection management.
- Modified Neode UI to utilize a curated list of Docker-based applications, replacing previous Start9 registry calls.
- Improved error handling and logging in the marketplace for better user experience.
This commit is contained in:
Dorian
2026-01-27 22:55:20 +00:00
parent 10fa19df66
commit 7afefafec1
14 changed files with 1406 additions and 179 deletions

View File

@@ -23,7 +23,7 @@ export const dummyApps: Record<string, PackageDataEntry> = {
},
'release-notes': 'Initial release',
license: 'MIT',
'wrapper-repo': 'https://github.com/Start9Labs/bitcoind-startos',
'wrapper-repo': 'https://github.com/bitcoin/bitcoin',
'upstream-repo': 'https://github.com/bitcoin/bitcoin',
'support-site': 'https://github.com/bitcoin/bitcoin/issues',
'marketing-site': 'https://bitcoin.org',
@@ -59,7 +59,7 @@ export const dummyApps: Record<string, PackageDataEntry> = {
},
'release-notes': 'Initial release',
license: 'MIT',
'wrapper-repo': 'https://github.com/Start9Labs/btcpayserver-startos',
'wrapper-repo': 'https://github.com/btcpayserver/btcpayserver',
'upstream-repo': 'https://github.com/btcpayserver/btcpayserver',
'support-site': 'https://github.com/btcpayserver/btcpayserver/issues',
'marketing-site': 'https://btcpayserver.org',
@@ -95,7 +95,7 @@ export const dummyApps: Record<string, PackageDataEntry> = {
},
'release-notes': 'Initial release',
license: 'Apache-2.0',
'wrapper-repo': 'https://github.com/Start9Labs/home-assistant-startos',
'wrapper-repo': 'https://github.com/home-assistant/core',
'upstream-repo': 'https://github.com/home-assistant/core',
'support-site': 'https://github.com/home-assistant/core/issues',
'marketing-site': 'https://www.home-assistant.io',
@@ -275,7 +275,7 @@ export const dummyApps: Record<string, PackageDataEntry> = {
},
'release-notes': 'Initial release',
license: 'MIT',
'wrapper-repo': 'https://github.com/Start9Labs/lnd-startos',
'wrapper-repo': 'https://github.com/lightningnetwork/lnd',
'upstream-repo': 'https://github.com/lightningnetwork/lnd',
'support-site': 'https://github.com/lightningnetwork/lnd/issues',
'marketing-site': 'https://lightning.network',
@@ -311,7 +311,7 @@ export const dummyApps: Record<string, PackageDataEntry> = {
},
'release-notes': 'Initial release',
license: 'AGPL-3.0',
'wrapper-repo': 'https://github.com/Start9Labs/mempool-startos',
'wrapper-repo': 'https://github.com/mempool/mempool',
'upstream-repo': 'https://github.com/mempool/mempool',
'support-site': 'https://github.com/mempool/mempool/issues',
'marketing-site': 'https://mempool.space',