Skip to content

Stash 0.1.0

Latest

Choose a tag to compare

@xAlisher xAlisher released this 22 Apr 13:33

Decentralised backup for Logos Basecamp modules.

Install

Download both LGX files and install with lgpm:

LGPM=/nix/store/.../lgpm
MDIR=~/.local/share/Logos/LogosBasecamp/modules

$LGPM --modules-dir $MDIR --ui-plugins-dir ${MDIR%modules}ui-plugins \
      --allow-unsigned install --file logos-stash-module.lgx

$LGPM --modules-dir $MDIR --ui-plugins-dir ${MDIR%modules}ui-plugins \
      --allow-unsigned install --file logos-stash_ui-module.lgx

Restart Logos Basecamp. Stash appears in the sidebar.

Artifacts

File Size Description
logos-stash-module.lgx 458 KB Core module — upload/download engine, IPC API
logos-stash_ui-module.lgx 17 KB Sidebar UI — transport selector, settings, activity log

What's in this release

  • Logos Storage (P2P), Kubo, and Pinata upload transports
  • Activity log: notes: <file>Logos Storage: uploading→ <cid>
  • StashButton drop-in component for other modules
  • getLatestLogosResult() API — poll-based async CID delivery
  • Integration guide: docs/stash-button-integration.md

Read the blog post for the full write-up.