summaryrefslogtreecommitdiff
path: root/scripts/release/.tufup-repo-config
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2026-08-01 22:55:49 -0600
committerChristian Kolset <christian.kolset@gmail.com>2026-08-01 23:02:14 -0600
commite1b951db7714a9496ebf7f861a6741598d4c7e67 (patch)
tree2c10266de94b9649e5fab65aac1fd33a87de2528 /scripts/release/.tufup-repo-config
parent91b0b613f0b58498315ef91f6a541dd1089b88de (diff)
Major control panel improvements.
- Added dedicated firmware file for arduino - Added View button to consolidate windows - Control Panel changes: - Changed name fron "Controls" to "Control Panel" - Blue side bar when Panel is hidden. - Supports "popping" out contorl panel - Settings > Advanced tab added with developer settings
Diffstat (limited to 'scripts/release/.tufup-repo-config')
-rw-r--r--scripts/release/.tufup-repo-config34
1 files changed, 34 insertions, 0 deletions
diff --git a/scripts/release/.tufup-repo-config b/scripts/release/.tufup-repo-config
new file mode 100644
index 0000000..e072c2a
--- /dev/null
+++ b/scripts/release/.tufup-repo-config
@@ -0,0 +1,34 @@
+{
+ "app_name": "labui",
+ "app_version_attr": null,
+ "binary_diff": null,
+ "encrypted_keys": [],
+ "expiration_days": {
+ "root": 365,
+ "snapshot": 90,
+ "targets": 90,
+ "timestamp": 90
+ },
+ "key_map": {
+ "root": [
+ "root"
+ ],
+ "snapshot": [
+ "snapshot"
+ ],
+ "targets": [
+ "targets"
+ ],
+ "timestamp": [
+ "timestamp"
+ ]
+ },
+ "keys_dir": "keystore",
+ "repo_dir": "repository",
+ "thresholds": {
+ "root": 1,
+ "snapshot": 1,
+ "targets": 1,
+ "timestamp": 1
+ }
+} \ No newline at end of file