Skip to content

anki: add dashboard#4844

Open
stavros-k wants to merge 3 commits intomasterfrom
anki-dash
Open

anki: add dashboard#4844
stavros-k wants to merge 3 commits intomasterfrom
anki-dash

Conversation

@stavros-k
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds support for the Anki Sync Server Enhanced dashboard by separating the sync service port from the dashboard/WebUI port and wiring the new settings through the template and UI schema.

Changes:

  • Introduces separate sync_port and web_port configuration (including new test values).
  • Updates the rendered compose template to use sync_port for sync/healthcheck and adds dashboard-related environment variables and portal behavior.
  • Adds an app migration for the port key rename and bumps the app version to 1.1.5.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
ix-dev/community/anki-sync-server/templates/test_values/basic-values.yaml Adds network.sync_port alongside network.web_port in test values.
ix-dev/community/anki-sync-server/templates/docker-compose.yaml Switches sync behavior to sync_port and introduces dashboard env/port handling + portal gating.
ix-dev/community/anki-sync-server/questions.yaml Adds UI configuration for the new web_port and keeps sync_port as a separate port.
ix-dev/community/anki-sync-server/migrations/rename_web_port Migration intended to move old web_port config to sync_port.
ix-dev/community/anki-sync-server/app_migrations.yaml Registers the new migration for upgrades from <= 1.1.4.
ix-dev/community/anki-sync-server/app.yaml Bumps chart version from 1.1.4 to 1.1.5.

Comment thread ix-dev/community/anki-sync-server/migrations/rename_web_port
@stavros-k stavros-k marked this pull request as ready for review April 17, 2026 13:09
@stavros-k stavros-k requested a review from Qubad786 April 17, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug Report]: (fresh) anki app starting, but webui unreachable (404)

2 participants