Skip to content

[Bug] Repeated prompts to re-enter PAT and API_SECRET; values not persisted after Docker restart #259

Description

@raphaelbahat

平台

Web

后端

Docker / GHCR 后端

Bug 描述

GithubStarsManager repeatedly prompts to re-enter the GitHub Personal Access Token (PAT) and the value of API_SECRET. These values do not appear to persist: after some time and after a Docker restart the app requests them again.

Reproduction steps:

  1. Configure the app with a valid PAT and API_SECRET and run using the Docker backend.
  2. Use the app normally, then either restart the Docker container or wait some time (several hours / overnight).
  3. Open the app and observe that it prompts to re-enter the PAT and API_SECRET.

Observed frequency: Intermittent but reproducible after Docker restart.
App version: Unknown (running via Docker)

附加信息

Additional context: this happens when running the Docker / GHCR backend. The credentials (PAT and API_SECRET) are entered and the app appears to work, but after a restart or after some time the credentials are lost and the UI prompts for them again. Possible areas to check: how credentials are stored/persisted (files, environment variables, Docker volumes), and whether Docker image or container recreation clears them. No logs attached yet.

日志

No response

截图

No response

视频

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions