mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
feat(upgrade): add in_docker flag to RuntimeInfo and adjust upgrade interval based on Docker environment
This commit is contained in:
parent
174f8baf18
commit
406d9113e7
3 changed files with 17 additions and 9 deletions
|
@ -8,6 +8,7 @@ export interface RuntimeInfo {
|
|||
body: string
|
||||
published_at: string
|
||||
cur_version: Info
|
||||
in_docker: boolean
|
||||
}
|
||||
|
||||
interface Info {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue