be9700-api 1.1.0: add /api/device_config (rebuild image)

This commit is contained in:
2026-06-29 12:47:16 -07:00
parent 96c5f34a91
commit d6bc484fcd
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
"categories": ["network", "utilities"], "categories": ["network", "utilities"],
"description": "A stateless Node.js proxy server that exposes the TP-Link BE9700 WiFi 7 router's internal API as a clean REST surface with interactive Scalar docs at /docs. Credentials are never stored — callers pass X-Router-Host and X-Router-Password (or X-Router-Session) per request. Covers 203 endpoints: wireless bands (2.4 GHz / 5 GHz / 6 GHz), LAN/DHCP, NAT, UPnP, time, and diagnostics.", "description": "A stateless Node.js proxy server that exposes the TP-Link BE9700 WiFi 7 router's internal API as a clean REST surface with interactive Scalar docs at /docs. Credentials are never stored — callers pass X-Router-Host and X-Router-Password (or X-Router-Session) per request. Covers 203 endpoints: wireless bands (2.4 GHz / 5 GHz / 6 GHz), LAN/DHCP, NAT, UPnP, time, and diagnostics.",
"tipi_version": 1, "tipi_version": 1,
"version": "1.0.0", "version": "1.1.0",
"source": "https://git.alexzaw.dev/alexz/be9700-api", "source": "https://git.alexzaw.dev/alexz/be9700-api",
"website": "https://git.alexzaw.dev/alexz/be9700-api", "website": "https://git.alexzaw.dev/alexz/be9700-api",
"exposable": true, "exposable": true,

View File

@@ -4,7 +4,7 @@
"services": [ "services": [
{ {
"name": "be9700-api", "name": "be9700-api",
"image": "git.alexzaw.dev/alexz/be9700-api:1.0.0", "image": "git.alexzaw.dev/alexz/be9700-api:1.1.0",
"isMain": true, "isMain": true,
"internalPort": 3000, "internalPort": 3000,
"environment": [ "environment": [