-
Notifications
You must be signed in to change notification settings - Fork 33
Self-hosted <open-vehicle-server v3> as a Docker container ? #21
Description
Hi,
I am looking into OVMS for my Ioniq (no EV app), and was wondering if anyone had any suggestions as to how to run the "open-vehicle-server v3" as a docker container ?
I would be looking at running the docker container on a Synology DS920+ NAS , under DSM7.2:
Linux DiskStation 4.4.302+ #69057 SMP Mon Nov 13 14:19:30 CST 2023 x86_64 GNU/Linux synology_geminilake_920+
I must say that I am not a developer/software person but thought to perhaps ask if such a Docker Image had perhaps already been created that would run on platform above ?
I did come across a similarly named docker image called "ovms-server" and thought great !
https://registry.hub.docker.com/r/jkalapati/ovms-server/
however, I don't think it has anything to do with the open-vehicle-server ;-)
I had been hoping to run the "real" open-vehicle-server through Docker, like I do, for example, for the evcc.io server which uses a docker-compose.yaml and volume mounts with docker image available :
https://registry.hub.docker.com/r/evcc/evcc/
and supports vehicles under the ovms template:
https://docs.evcc.io/en/docs/devices/vehicles#open-vehicle-monitoring-system
I have asked evcc.io whether an additional field for a custom url would be possible when trying to make api calls to a self-hosted ovms-server:
evcc-io/evcc#12612