1
0
Fork 0
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:
Lucas K 2022-11-08 11:56:56 -03:00
parent b180983872
commit 490c109b01
6 changed files with 832 additions and 293 deletions

View file

@ -37,6 +37,7 @@ export interface UISettingsForm {
export interface DockerSettingsForm {
dockerApps: boolean;
dockerHost: string;
dockerSocket: string;
kubernetesApps: boolean;
unpinStoppedApps: boolean;
}