2021-06-02 23:21:55 +02:00
|
|
|
<!--
|
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2020-12-24 23:36:49 +01:00
|
|
|
# OpenTracker for YunoHost
|
2019-04-11 11:17:42 +02:00
|
|
|
|
2022-06-20 08:16:57 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/opentracker.svg)](https://dash.yunohost.org/appci/app/opentracker) ![Working status](https://ci-apps.yunohost.org/ci/badges/opentracker.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/opentracker.maintain.svg)
|
2020-12-24 23:36:49 +01:00
|
|
|
[![Install OpenTracker with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=opentracker)
|
2019-04-11 11:17:42 +02:00
|
|
|
|
2020-12-24 23:36:49 +01:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2019-04-11 11:17:42 +02:00
|
|
|
|
2021-06-02 23:21:55 +02:00
|
|
|
> *This package allows you to install OpenTracker quickly and simply on a YunoHost server.
|
2020-12-24 23:36:49 +01:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
2019-04-11 11:17:42 +02:00
|
|
|
|
2020-12-24 23:36:49 +01:00
|
|
|
## Overview
|
|
|
|
|
2021-06-02 23:21:55 +02:00
|
|
|
Bittorrent tracker
|
2020-12-24 23:36:49 +01:00
|
|
|
|
2021-08-09 13:53:23 +02:00
|
|
|
**Shipped version:** 1.0~ynh2
|
2020-12-24 23:36:49 +01:00
|
|
|
|
2021-06-02 23:21:55 +02:00
|
|
|
**Demo:** https://dispatch.khlieng.com/connect
|
2021-08-08 21:12:56 +02:00
|
|
|
## Disclaimers / important information
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
`udp://serverIP:6969`
|
|
|
|
|
|
|
|
by default the tracker will run on 6969 port on both UDP and TCP.
|
|
|
|
|
|
|
|
visit `http://serverIP:6969/stats` to view the tracker stats.
|
|
|
|
|
2021-06-02 23:21:55 +02:00
|
|
|
## Documentation and resources
|
2020-12-24 23:36:49 +01:00
|
|
|
|
2022-06-20 08:16:57 +02:00
|
|
|
* Official app website: <http://erdgeist.org/arts/software/opentracker/>
|
|
|
|
* Official admin documentation: <http://erdgeist.org/arts/software/opentracker/>
|
|
|
|
* YunoHost documentation for this app: <https://yunohost.org/app_opentracker>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/opentracker_ynh/issues>
|
2020-12-24 23:36:49 +01:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/opentracker_ynh/tree/testing).
|
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2022-06-20 08:16:57 +02:00
|
|
|
|
|
|
|
``` bash
|
2020-12-24 23:36:49 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/opentracker_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade opentracker -u https://github.com/YunoHost-Apps/opentracker_ynh/tree/testing --debug
|
|
|
|
```
|
2021-06-02 23:21:55 +02:00
|
|
|
|
2022-06-20 08:16:57 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|