mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-25 22:09:36 +02:00
Update frontend to allow custom docker socket on host
This commit is contained in:
parent
b180983872
commit
490c109b01
6 changed files with 832 additions and 293 deletions
|
@ -37,6 +37,7 @@ export interface UISettingsForm {
|
|||
export interface DockerSettingsForm {
|
||||
dockerApps: boolean;
|
||||
dockerHost: string;
|
||||
dockerSocket: string;
|
||||
kubernetesApps: boolean;
|
||||
unpinStoppedApps: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue