This commit is contained in:
Zack Pollard
2024-05-17 17:50:55 +01:00
parent 6119618ae2
commit d9fe1bf51e
72 changed files with 1479 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'org.futo.immich',
appName: 'Immich',
webDir: 'build',
server: {
androidScheme: 'http',
cleartext: true,
allowNavigation: ['http://192.168.10.242:2283/api/*'],
},
};
export default config;