Open Issues Need Help
View All on GitHubAI Summary: Implement username validation during account loading in Octyne to prevent loading invalid usernames, specifically the reserved `@local` username and potentially others starting with `@`. This involves modifying the account loading logic to check for valid username formats before processing them.
A process manager with an HTTP API for console and file access.
AI Summary: Implement server groups in Octyne, allowing for organization of servers within the Ecthelion UI and enabling permission management at the group level. This involves adding a new data structure to represent groups, modifying the API to handle group creation, management, and assignment of servers to groups, and updating the Ecthelion UI to display and interact with these groups.
A process manager with an HTTP API for console and file access.
AI Summary: Integrate the Ecthelion web UI into the Octyne binary for easier single-node setup and management. This involves adding Ecthelion as a git submodule, creating a build script, integrating an HTTP server to serve Ecthelion, updating the configuration file, potentially refactoring Ecthelion to eliminate server-side rendering, and finally updating the documentation.
A process manager with an HTTP API for console and file access.