YunoHost-Apps / owntracks_ynh

Owntracks package for YunoHost
GNU Affero General Public License v3.0
13 stars 4 forks source link

Change upstream / host Owntracks recorder #33

Closed CodeShakingSheep closed 8 months ago

CodeShakingSheep commented 8 months ago

In manifest.toml https://github.com/owntracks/frontend is used as upstream. However, as I understand it this only provides an andvanced interface compared to https://github.com/owntracks/recorder. See README.me in https://github.com/owntracks/frontend

This is a web interface for OwnTracks built as a Vue.js single page application. The recorder itself already ships with some basic web pages, this is a more advanced interface with more functionality, all in one place.

So, at the moment this app isn't functional as it doesn't include Owntracks recorder for actually recording location data (e.g. from Android / iOS App). So, there is no location data to be rendered for the frontend. That's why I suggest to either change upstream to Owntracks recorder or include it additionally to the frontend upstream.

tituspijean commented 8 months ago

Duplicate of #25