ckulka / infcloud-docker

Dockerfile for a ready-to-go InfCloud server.
https://hub.docker.com/r/ckulka/infcloud
MIT License
10 stars 6 forks source link

Client or server? #2

Open AlexKalopsia opened 3 years ago

AlexKalopsia commented 3 years ago

For what I understand, Infcloud just acts as a web client. I am a bit confused, since the readme describes this as a "ready-to-go InfCloud server"

Can you shed some clarity?

I am running Baikal and I am just trying to setup a web client so that I can edit my contact list.

ckulka commented 3 years ago

Hi @AlexKalopsia , sure: you are right, Infcloud is a webclient that runs in your browser without any server-side logic. This image contains Infcloud's HTML, JavaScript, CSS, etc. files and uses Nginx as a web server and serves to serve them to browser.

You can run this image alongside your Baikal instance, e.g. on a different subdomain or a different path, and them access them in your browser.

Hope this helps!