mirror of
https://github.com/YunoHost-Apps/opentracker_ynh.git
synced 2024-09-03 19:46:34 +02:00
Fix
This commit is contained in:
parent
2503b33003
commit
16bf1deb4d
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ OpenTracker is a open and free bittorrent tracker project. It aims for minimal r
|
|||
|
||||
by default the tracker will run on 6969 port on both UDP and TCP.
|
||||
|
||||
visit `https://serverIP:6969/stats` to view the tracker stats.
|
||||
visit `http://serverIP:6969/stats` to view the tracker stats.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
@ -34,8 +34,8 @@ visit `https://serverIP:6969/stats` to view the tracker stats.
|
|||
|
||||
#### Multi-user support
|
||||
|
||||
* Are LDAP and HTTP auth supported?
|
||||
* Can the app be used by multiple users?
|
||||
* Are LDAP and HTTP auth supported? **NO**
|
||||
* Can the app be used by multiple users? **NO**
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
|
|
|
@ -34,8 +34,8 @@ visit `http://serverIP:6969/stats` to view the tracker stats.
|
|||
|
||||
#### Support multi-utilisateur
|
||||
|
||||
* L'authentification LDAP et HTTP est-elle prise en charge ?
|
||||
* L'application peut-elle être utilisée par plusieurs utilisateurs ?
|
||||
* L'authentification LDAP et HTTP est-elle prise en charge ? **Non**
|
||||
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Non**
|
||||
|
||||
#### Architectures supportées
|
||||
|
||||
|
|
Loading…
Reference in a new issue