JankariTech / web-app-presentation-viewer

ownCloud Web extension to view markdown presentation slides
Apache License 2.0
4 stars 1 forks source link

[dev] use `localhost` as ocis url instead of `host.docker.internal` #29

Closed saw-jan closed 4 months ago

saw-jan commented 7 months ago

With host.docker.internal, we have to add it to the extra hosts beforehand. So to simplify the development process for others, let's use localhost for ocis url. This prevents the extra pre-requisite steps

-OCIS_URL: https://host.docker.internal:9200
+OCIS_URL: https://localhost:9200
saw-jan commented 6 months ago

For now, it is not possible because of the setup we have for the different services. I hope we can work on it later after we have decided to drop the current development setup (Should be around the release of ocis 5.1)