1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owntracks_ynh.git synced 2024-09-03 19:56:24 +02:00
Owntracks package for YunoHost
Find a file
2021-05-06 11:20:12 +02:00
conf [enh] package overhaul 2020-07-08 17:31:37 +02:00
scripts fix linter warnings 2021-05-06 11:20:12 +02:00
check_process fix linter warnings 2021-05-06 11:20:12 +02:00
issue_template.md fix linter warnings 2021-05-06 11:20:12 +02:00
LICENSE [enh] package overhaul 2020-07-08 17:31:37 +02:00
manifest.json fix linter warnings 2021-05-06 11:20:12 +02:00
pull_request_template.md fix linter warnings 2021-05-06 11:20:12 +02:00
README.md fix linter warnings 2021-05-06 11:20:12 +02:00

Owntracks for YunoHost

Integration level
Install Owntracks with YunoHost

This package allows you to install Owntracks quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

A location history app for YunoHost, based on Owntracks and its PHP implementation for recording and displaying.

Features

Installation

  • Install the app on your YunoHost server
  • Install the mobile app on your device, see Owntracks website
  • Configure your mobile app:
    • Allow it to access your location
    • Preference > Connection
      • Mode: Private http
      • Host: https://DOMAIN/PATH/record.php
      • Identification
        • Authentication: enabled
        • Username/password: your YNH credentials
        • Device ID: as you wish
    • Refer to the Owntracks documentation for the other settings

Configuration

How to configure this app: From an admin panel, a plain file with SSH, or any other way.

Documentation

  • Official documentation: Link to the official documentation of this app
  • YunoHost documentation: If specific documentation is needed, feel free to contribute.

YunoHost specific features

Multi-user support

  • Are LDAP and HTTP auth supported?
  • Can the app be used by multiple users?

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

  • Any known limitations.

Additional information

  • Other info you would like to add about this app.

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/owntracks_ynh/tree/testing --debug
or
sudo yunohost app upgrade owntracks -u https://github.com/YunoHost-Apps/owntracks_ynh/tree/testing --debug