Files
bare-operating-system/packages/bare-os-seeder/kernel/etc/bare-os/hdms-appstore.example.json
T
2026-05-26 23:18:52 +00:00

15 lines
457 B
JSON

{
"schema": 1,
"description": "Example HDMS entry for the P2P App Store drive. Place similar content (or use hdms CLI) in your personal drive at /.bare/hdms/registry.json",
"drives": [
{
"label": "appstore",
"key": "YOUR_APPSTORE_HYPERDRIVE_KEY_HERE",
"writable": true,
"autoMount": true,
"mountPoint": "/mnt/appstore",
"note": "This Hyperdrive holds the App Store registry and installed packages."
}
]
}