Giter Club home page Giter Club logo

Comments (4)

jpmens avatar jpmens commented on September 25, 2024

related to owntracks/recorder#376 ?

from frontend.

jpmens avatar jpmens commented on September 25, 2024

I think you'll need to show us that configuration for us to see what's going on

from frontend.

Coo-ops avatar Coo-ops commented on September 25, 2024

I think you'll need to show us that configuration for us to see what's going on

The steps I used to replicate the issue:

Copy paste compose file.
Point to the 'template' config file.
Compose up -d.

Container does nothing except restart repeatedly.

The real frustration is the absolute lack of documentation in getting this app to run.

Do I need to do anything but run the compose file? Do I require the recorder? The documentation is pretty barebones here.

Also:

Copy [public/config/config.example.js](https://github.com/owntracks/frontend/blob/main/public/config/config.example.js) to public/config/config.js and make changes as you wish.

Copy public/config - where? Where is this folder? You can't even docker exec into the container if it won't run for more than 10 seconds at a time.

from frontend.

linusg avatar linusg commented on September 25, 2024

Copy paste compose file.

The compose file from the README is not functional on its own. It requires another service named otrecorder, for which noo config can be provided as it differers for every setup. This is being mentioned in the README:

if you also run the OwnTracks Recorder with the default compose config, and the service is named otrecorder


Do I require the recorder?

Yes, obviously. Where else would the data come from?


Copy public/config - where? Where is this folder?

This is the file that is being mapped into the container like this:

- ./path/to/custom/config.js:/usr/share/nginx/html/config/config.js

The contents of the directory public in the repo is being copied into /usr/share/nginx/html in the container.

The root cause of the restart is the recorder not running or being reachable, which has nothing to do with the frontend - once you resolve that issue, it should work.

from frontend.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.