1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00
immich/mobile
Zack Pollard 1a3d05ffc3
chore: improve default setup (#234)
* chore: remove UPLOAD_LOCATION as it isn't used in the server

* docker: remove network in docker compose as docker creates one by default

* nginx: update reverse proxy to put web at root and api at /api

* docker: remove unneeded exposed ports and docker network

Align dev setup with prod, but with ports exposed for direct connection
Most communication between services happens on the internal network, so we don't need to expose all these services.
With the nginx changes, the api and web panel are both server through the reverse proxy on / for web and /api for the API.
The only service that should expose ports is nginx as that is the entrypoint to the application.

* chore: remove CORS now we serve the api on /api in the default setup

* docs: update README.md to include /api

* Fixed docket-compose file for dev environment and websocket on web and mobile

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2022-06-23 22:18:50 -05:00
..
android Optimize android's Gradle settings and clean up mobile source code (#240) 2022-06-22 00:23:35 -05:00
assets Add reverse geocoding and show asset location on map in detail view (#43) 2022-03-10 16:09:03 -06:00
fonts Update inline font for f-droid publication metric (#107) 2022-04-04 09:08:53 -05:00
ios Fix #197 app logged off when closed (#239) 2022-06-20 18:10:23 -05:00
lib chore: improve default setup (#234) 2022-06-23 22:18:50 -05:00
.gitignore Implement CI/CD for Android (#48) 2022-03-13 22:10:07 -05:00
.metadata Optimize android's Gradle settings and clean up mobile source code (#240) 2022-06-22 00:23:35 -05:00
analysis_options.yaml Optimize android's Gradle settings and clean up mobile source code (#240) 2022-06-22 00:23:35 -05:00
makefile Implement CI/CD for Android (#48) 2022-03-13 22:10:07 -05:00
pubspec.lock Optimize android's Gradle settings and clean up mobile source code (#240) 2022-06-22 00:23:35 -05:00
pubspec.yaml Clean code of shared folder (#249) 2022-06-22 23:14:14 -05:00
README.md Update readme 2022-02-07 23:55:30 -06:00

Immich Mobile Application - Flutter