Files
start-os/core
Aiden McClelland 9c3053f103 feat: implement URL plugins with table/row actions and prefill support
- Add URL plugin effects (register, export_url, clear_urls) in core
- Add PluginHostnameInfo, HostnameMetadata::Plugin, and plugin registration types
- Implement plugin URL table in web UI with tableAction button and rowAction overflow menus
- Thread urlPluginMetadata (packageId, hostId, interfaceId, internalPort) as prefill to actions
- Add prefill support to PackageActionData so metadata passes through form dialogs
- Add i18n translations for plugin error messages
- Clean up plugin URLs on package uninstall
2026-02-18 17:51:13 -07:00
..
2025-12-22 13:39:38 -07:00
2026-02-12 14:51:33 -07:00
2025-12-31 11:30:57 -07:00
2026-02-12 14:51:33 -07:00
2026-02-10 13:28:24 -07:00
2026-02-14 08:15:50 -07:00
2025-11-07 10:12:05 +00:00
2025-12-22 13:39:38 -07:00
2026-02-14 08:15:50 -07:00
2026-02-14 08:15:50 -07:00
2026-02-14 08:15:50 -07:00

StartOS Backend

Structure

  • startos: This contains the core library for StartOS that supports building startbox.
  • helpers: This contains utility functions used across both startos and js-engine
  • models: This contains types that are shared across startos, js-engine, and helpers

Artifacts

The StartOS backend is packed into a single binary startbox that is symlinked under several different names for different behavior:

  • startd: This is the main daemon of StartOS
  • start-cli: This is a CLI tool that will allow you to issue commands to startd and control it similarly to the UI
  • start-sdk: This is a CLI tool that aids in building and packaging services you wish to deploy to StartOS

Documentation