docker-recorder icon indicating copy to clipboard operation
docker-recorder copied to clipboard

Docker image for OwnTracks Recorder

Results 8 docker-recorder issues
Sort by recently updated
recently updated
newest added

I am running owntracks-recorder with docker-compose created some mounts for local folders on host with the container for config and store. But they are ignored and random volumes are created...

Hi, I am running this command verbatim: docker run -d -p 8083:8083 -v recorder_store:/store -e OTR_HOST=mqtt_broker owntracks/recorder But all it does is print a long hex string and nothing starts....

I'm very frustrated trying to get the docker images working. I've stripped down the images and run mqtt separately from the otrecorder. I can get mqtt running and connect an...

Many unclear steps, and many points that just do not work. ### How to setup eclipse-mosquitto Setup eclipse-mosquitto in docker with authentification is not obvious part and should be described....

The installation process of this one is quite a bit confusing for a beginner just like me. Can you suggest or create a noob-friendly installation on this one? like installing...

I am trying to set up the configuration.yml for users. I couldn't figure out through the recorder, quick setup and booklet. I opened shell in the docker container and `ocat...

Hello. I trying to setup owntracks with docker-compose and traefik. version: '3.9' services: owntracks: image: owntracks/recorder:latest container_name: owntracks depends_on: - owntracks-mosquitto labels: traefik.enable: true traefik.docker.network: traefik traefik.http.routers.owntracks-http.rule: Host(`owntracks.example.com`) traefik.http.routers.owntracks-http.entrypoints: web...

Even if GH-66 is not strictly needed, as Docker Inc. will continue their FOSS offering, this patch would set the stage to do so without much ado. Its main purpose,...