Can upload ISO files
This commit is contained in:
@ -3,6 +3,8 @@ import { APIClient } from "./ApiClient";
|
||||
export interface ServerConfig {
|
||||
local_auth_enabled: boolean;
|
||||
oidc_auth_enabled: boolean;
|
||||
iso_mimetypes: string[];
|
||||
iso_max_size: number;
|
||||
}
|
||||
|
||||
let config: ServerConfig | null = null;
|
||||
|
Reference in New Issue
Block a user