Open Issues Need Help
View All on GitHubAI Summary: Fix a CSS issue causing misaligned tabs in the notification settings screen of the Nixopus application. The goal is to display two options side-by-side for a better user experience, similar to other settings.
Nixopus streamlines your entire server workflow - ServerOps with no fuss
AI Summary: The task is to create a first-class OpenAPI SDK generator for the Nixopus backend, enabling seamless communication with the frontend by automatically generating client-side code from the existing OpenAPI 3 specification. This will eliminate the need for maintaining separate logic for REST calls on the frontend, ensuring consistency and reducing maintenance overhead.
Nixopus streamlines your entire server workflow - ServerOps with no fuss
AI Summary: Refactor Nixopus's backend configuration management to use the Viper library. This involves consolidating environment variable and flag parsing, establishing clear precedence rules, adding validation, updating documentation, and writing unit tests. Hot reloading should also be implemented for development environments.
Nixopus streamlines your entire server workflow - ServerOps with no fuss
AI Summary: The task requires implementing end-to-end (E2E) tests for the user management API endpoints. This involves writing automated tests to verify the functionality of various API calls related to retrieving, updating (name, avatar, settings), and managing user details and organizations.
Nixopus streamlines your entire server workflow - ServerOps with no fuss
AI Summary: The task requires writing end-to-end (E2E) tests for the organization management API endpoints of the Nixopus project. This involves creating tests to verify the functionality of creating, updating, deleting organizations, managing users within organizations (adding, removing, updating roles), retrieving organization users, roles, and resources. The tests should cover all listed API endpoints.
Nixopus streamlines your entire server workflow - ServerOps with no fuss
AI Summary: Implement end-to-end (E2E) tests for the feature flag API endpoints: GET /api/v1/feature-flags (get feature flags), PUT /api/v1/feature-flags (update feature flag), and GET /api/v1/feature-flags/check (check feature enabled). This involves writing automated tests that cover various scenarios, including successful requests, error handling, and authorization.
Nixopus streamlines your entire server workflow - ServerOps with no fuss
AI Summary: Implement end-to-end (E2E) tests for the domain management API endpoints of the Nixopus project. These endpoints cover creating, updating, deleting, retrieving all, and generating random subdomains. The tests should verify the functionality of each endpoint and ensure data integrity.
Nixopus streamlines your entire server workflow - ServerOps with no fuss
AI Summary: The task requires implementing end-to-end (E2E) tests for the container management APIs of the Nixopus project. This involves writing tests to verify the functionality of the listed API endpoints: creating, retrieving, deleting, starting, stopping, restarting containers, retrieving logs, listing images, and pruning build cache and images.
Nixopus streamlines your entire server workflow - ServerOps with no fuss
AI Summary: Implement a GitHub Actions workflow that automatically posts release notes to a designated Discord channel upon the creation of a new GitHub release. The workflow should extract relevant information (version, description, link) from the release and format it appropriately for Discord. Consider using a Discord webhook for this integration.
Nixopus streamlines your entire server workflow - ServerOps with no fuss