A minimal, self-hosted web UI for managing a single-node Dokku server.

0 stars 0 forks 0 watchers TypeScript MIT License
dokku dokku-web
2 Open Issues Need Help Last updated: Feb 28, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes adding comprehensive client-side component tests for several key pages like Apps, Dashboard, and Login, which currently lack coverage. The goal is to prevent UI bugs, enable safer refactoring, and catch integration issues. The task involves creating new test files, testing rendering, user interactions, loading/error states, and navigation, while mocking API calls and following established `@testing-library/react` patterns.

Complexity: 3/5
enhancement good first issue

A minimal, self-hosted web UI for managing a single-node Dokku server.

TypeScript
#dokku#dokku-web

AI Summary: This issue proposes adding a new web UI page to display a historical audit log of commands executed, which are currently stored in a SQLite database. The UI should present command details like timestamp, command, exit code, duration, and user, along with filtering capabilities for date range, command type, and exit code. An API endpoint will be created to fetch this paginated and filtered data from the server.

Complexity: 3/5
enhancement good first issue

A minimal, self-hosted web UI for managing a single-node Dokku server.

TypeScript
#dokku#dokku-web