From 4a8b417bc3377b9326ae0c4f7e8842bc04a7ef5b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 29 Jan 2021 08:48:00 +0100 Subject: [PATCH 01/11] Update README_fr.md --- README_fr.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README_fr.md b/README_fr.md index 8e12757..516aaea 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,10 +13,6 @@ OpenTracker est un projet de tracker bittorrent ouvert et gratuit. Il vise une u **Version incluse :** 1.0 -## Screenshots - -![](Link to a screenshot of this app.) - ## Configuration `udp://serverIP:6969` From 5c838abec82e9576444c460af2ffc20804836460 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 29 Jan 2021 08:48:18 +0100 Subject: [PATCH 02/11] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 63d0501..cd07409 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,6 @@ OpenTracker is a open and free bittorrent tracker project. It aims for minimal r **Shipped version:** 1.0 -## Screenshots - -![](Link to a screenshot of this app.) - ## Configuration `udp://serverIP:6969` From 57a403ffe1f64cd1d83011c44490969f4f7cdca1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 3 Apr 2021 23:41:21 +0200 Subject: [PATCH 03/11] Fix badges --- README.md | 4 ++-- README_fr.md | 4 ++-- manifest.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd07409..f114241 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ visit `http://serverIP:6969/stats` to view the tracker stats. #### Supported architectures -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/opentracker%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/opentracker/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/opentracker%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/opentracker/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/opentracker.svg)](https://ci-apps.yunohost.org/ci/apps/opentracker/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/opentracker.svg)](https://ci-apps-arm.yunohost.org/ci/apps/opentracker/) ## Limitations diff --git a/README_fr.md b/README_fr.md index 516aaea..b61c4d1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -35,8 +35,8 @@ visit `http://serverIP:6969/stats` to view the tracker stats. #### Architectures supportées -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/opentracker%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/opentracker/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/opentracker%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/opentracker/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/opentracker.svg)](https://ci-apps.yunohost.org/ci/apps/opentracker/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/opentracker.svg)](https://ci-apps-arm.yunohost.org/ci/apps/opentracker/) ## Limitations diff --git a/manifest.json b/manifest.json index 0615403..09c26dd 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ "email": "liberodark@gmail.com" }, "requirements": { - "yunohost": ">= 4.0.1" + "yunohost": ">= 4.1.7" }, "multi_instance": false, "services": [ From 246f8f04558a751b4e0ec723e515979cdabe4e64 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 13 May 2021 17:50:38 +0200 Subject: [PATCH 04/11] [autopatch] Update issue and PR templates --- .github/ISSUE_TEMPLATE.md | 55 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++ 2 files changed, 71 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..2729a6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,55 @@ +--- +name: Bug report +about: When creating a bug report, please use the following template to provide all the relevant information and help debugging efficiently. + +--- + +**How to post a meaningful bug report** +1. *Read this whole template first.* +2. *Determine if you are on the right place:* + - *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!* + - *Otherwise, the issue may be due to the app itself. Refer to its documentation or repository for help.* + - *When in doubt, post here and we will figure it out together.* +3. *Delete the italic comments as you write over them below, and remove this guide.* +--- + +### Describe the bug + +*A clear and concise description of what the bug is.* + +### Context + +- Hardware: *VPS bought online / Old laptop or computer / Raspberry Pi at home / Internet Cube with VPN / Other ARM board / ...* +- YunoHost version: x.x.x +- I have access to my server: *Through SSH | through the webadmin | direct access via keyboard / screen | ...* +- Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: *no / yes* + - If yes, please explain: +- Using, or trying to install package version/branch: +- If upgrading, current package version: *can be found in the admin, or with `yunohost app info $app_id`* + +### Steps to reproduce + +- *If you performed a command from the CLI, the command itself is enough. For example:* + ```sh + sudo yunohost app install the_app + ``` +- *If you used the webadmin, please perform the equivalent command from the CLI first.* +- *If the error occurs in your browser, explain what you did:* + 1. *Go to '...'* + 2. *Click on '...'* + 3. *Scroll down to '...'* + 4. *See error* + +### Expected behavior + +*A clear and concise description of what you expected to happen. You can remove this section if the command above is enough to understand your intent.* + +### Logs + +*When an operation fails, YunoHost provides a simple way to share the logs.* +- *In the webadmin, the error message contains a link to the relevant log page. On that page, you will be able to 'Share with Yunopaste'. If you missed it, the logs of previous operations are also available under Tools > Logs.* +- *In command line, the command to share the logs is displayed at the end of the operation and looks like `yunohost log display [log name] --share`. If you missed it, you can find the log ID of a previous operation using `yunohost log list`.* + +*After sharing the log, please copypaste directly the link provided by YunoHost (to help readability, no need to copypaste the entire content of the log here, just the link is enough...)* + +*If applicable and useful, add screenshots to help explain your problem.* diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ef70e18 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## Problem + +- *Description of why you made this PR* + +## Solution + +- *And how do you fix that problem* + +## PR Status + +- [ ] Code finished and ready to be reviewed/tested +- [ ] The fix/enhancement were manually tested (if applicable) + +## Automatic tests + +Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ *after creating the PR*, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization) From da08170f2a29a3a9e303904e44895e31f4ec3bea Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 2 Jun 2021 23:21:49 +0200 Subject: [PATCH 05/11] Fix --- check_process | 7 +------ manifest.json | 8 +++++++- scripts/install | 18 +++++++++--------- scripts/restore | 2 +- scripts/upgrade | 18 +++++++++--------- 5 files changed, 27 insertions(+), 26 deletions(-) diff --git a/check_process b/check_process index caffa1b..9c72d1d 100644 --- a/check_process +++ b/check_process @@ -1,11 +1,6 @@ -# See here for more informations -# https://github.com/YunoHost/package_check#syntax-check_process-file - -# Move this file from check_process.default to check_process when you have filled it. - ;; Test complet ; Manifest - domain="domain.tld" (DOMAIN) + domain="domain.tld" ; Checks pkg_linter=1 setup_sub_dir=0 diff --git a/manifest.json b/manifest.json index 09c26dd..8e3878d 100644 --- a/manifest.json +++ b/manifest.json @@ -8,13 +8,19 @@ }, "version": "1.0~ynh1", "url": "http://erdgeist.org/arts/software/opentracker/", + "upstream": { + "license": "Beerware", + "website": "http://erdgeist.org/arts/software/opentracker/", + "demo": "https://dispatch.khlieng.com/connect", + "admindoc": "http://erdgeist.org/arts/software/opentracker/" + }, "license": "Beerware", "maintainer": { "name": "liberodark", "email": "liberodark@gmail.com" }, "requirements": { - "yunohost": ">= 4.1.7" + "yunohost": ">= 4.2.4" }, "multi_instance": false, "services": [ diff --git a/scripts/install b/scripts/install index f45c433..be8668e 100644 --- a/scripts/install +++ b/scripts/install @@ -61,6 +61,14 @@ ynh_script_progression --message="Installing dependencies..." --weight=2 ynh_install_app_dependencies $pkg_dependencies +#================================================= +# CREATE DEDICATED USER +#================================================= +ynh_script_progression --message="Configuring system user..." --weight=1 + +# Create a system user +ynh_system_user_create --username=$app --home_dir="$final_path" + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= @@ -74,14 +82,6 @@ pushd $final_path ynh_exec_warn_less make popd -#================================================= -# CREATE DEDICATED USER -#================================================= -ynh_script_progression --message="Configuring system user..." --weight=1 - -# Create a system user -ynh_system_user_create --username=$app - #================================================= # SETUP SYSTEMD #================================================= @@ -105,7 +105,7 @@ chmod +x $final_path/$app #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description="Bittorrent tracker" --log=systemd --needs_exposed_ports $port +yunohost service add $app --description="Bittorrent tracker" --log="systemd" --needs_exposed_ports="$port" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index b989718..7d4c56b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -74,7 +74,7 @@ systemctl enable $app.service --quiet #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=2 -yunohost service add $app --description="Bittorrent tracker" --log=systemd --needs_exposed_ports $port +yunohost service add $app --description="Bittorrent tracker" --log="systemd" --needs_exposed_ports="$port" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 1caca11..8607eb4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -48,6 +48,14 @@ ynh_script_progression --message="Stopping a systemd service..." --weight=5 ynh_systemd_action --service_name=$app --action=stop --log_path="/var/log/$app/$app.log" +#================================================= +# CREATE DEDICATED USER +#================================================= +ynh_script_progression --message="Making sure dedicated system user exists..." --weight=5 + +# Create a dedicated user (if not existing) +ynh_system_user_create --username=$app --home_dir="$final_path" + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= @@ -72,14 +80,6 @@ ynh_script_progression --message="Upgrading dependencies..." --weight=2 ynh_install_app_dependencies $pkg_dependencies -#================================================= -# CREATE DEDICATED USER -#================================================= -ynh_script_progression --message="Making sure dedicated system user exists..." --weight=5 - -# Create a dedicated user (if not existing) -ynh_system_user_create --username=$app - #================================================= # SETUP SYSTEMD #================================================= @@ -103,7 +103,7 @@ chmod +x $final_path/$app #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description="Bittorrent tracker" --log=systemd --needs_exposed_ports $port +yunohost service add $app --description="Bittorrent tracker" --log="systemd" --needs_exposed_ports="$port" #================================================= # START SYSTEMD SERVICE From 1364cbf50e762fd2d2be02ba50df3d7f5088f314 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Wed, 2 Jun 2021 21:21:55 +0000 Subject: [PATCH 06/11] Auto-update README --- README.md | 57 +++++++++++++-------------------------------- README_fr.md | 65 +++++++++++++++------------------------------------- 2 files changed, 34 insertions(+), 88 deletions(-) diff --git a/README.md b/README.md index f114241..e1984f7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ + + # OpenTracker for YunoHost [![Integration level](https://dash.yunohost.org/integration/opentracker.svg)](https://dash.yunohost.org/appci/app/opentracker) ![](https://ci-apps.yunohost.org/ci/badges/opentracker.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/opentracker.maintain.svg) @@ -5,55 +10,23 @@ *[Lire ce readme en français.](./README_fr.md)* -> *This package allows you to install OpenTracker quickly and simply on a YunoHost server. +> *This package allows you to install OpenTracker quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview -OpenTracker is a open and free bittorrent tracker project. It aims for minimal resource usage. -**Shipped version:** 1.0 +Bittorrent tracker -## Configuration +**Shipped version:** 1.0~ynh1 -`udp://serverIP:6969` +**Demo:** https://dispatch.khlieng.com/connect -by default the tracker will run on 6969 port on both UDP and TCP. +## Documentation and resources -visit `http://serverIP:6969/stats` to view the tracker stats. - -## Documentation - - * Official documentation: http://erdgeist.org/arts/software/opentracker/index/#overview - * YunoHost documentation: If specific documentation is needed, feel free to contribute. - -## YunoHost specific features - -#### Multi-user support - - * Are LDAP and HTTP auth supported? **NO** - * Can the app be used by multiple users? **NO** - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/opentracker.svg)](https://ci-apps.yunohost.org/ci/apps/opentracker/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/opentracker.svg)](https://ci-apps-arm.yunohost.org/ci/apps/opentracker/) - -## Limitations - -* Any known limitations. - -## Additional information - -* Other info you would like to add about this app. - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/opentracker_ynh/issues - * App website: http://erdgeist.org/arts/software/opentracker/ - * Upstream app repository: http://erdgeist.org/gitweb/opentracker/ - * YunoHost website: https://yunohost.org/ - ---- +* 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 ## Developer info @@ -65,3 +38,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/opentracker_ynh/tree/ or sudo yunohost app upgrade opentracker -u https://github.com/YunoHost-Apps/opentracker_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index b61c4d1..d81b28a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,67 +1,38 @@ # OpenTracker pour YunoHost -[![Integration level](https://dash.yunohost.org/integration/opentracker.svg)](https://dash.yunohost.org/appci/app/opentracker) ![](https://ci-apps.yunohost.org/ci/badges/opentracker.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/opentracker.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/opentracker.svg)](https://dash.yunohost.org/appci/app/opentracker) ![](https://ci-apps.yunohost.org/ci/badges/opentracker.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/opentracker.maintain.svg) [![Installer OpenTracker avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=opentracker) -*[Read this readme in english.](./README.md)* +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* -> *Ce package vous permet d'installer OpenTracker rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.* +> *Ce package vous permet d'installer OpenTracker rapidement et simplement sur un serveur YunoHost. +Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* ## Vue d'ensemble -OpenTracker est un projet de tracker bittorrent ouvert et gratuit. Il vise une utilisation minimale des ressources. -**Version incluse :** 1.0 +Tracker Bittorrent -## Configuration +**Version incluse :** 1.0~ynh1 -`udp://serverIP:6969` +**Démo :** https://dispatch.khlieng.com/connect -by default the tracker will run on 6969 port on both UDP and TCP. +## Documentations et ressources -visit `http://serverIP:6969/stats` to view the tracker stats. - -## Documentation - - * Documentation officielle : http://erdgeist.org/arts/software/opentracker/index/#overview - * Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer. - -## Caractéristiques spécifiques YunoHost - -#### Support multi-utilisateur - -* 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 - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/opentracker.svg)](https://ci-apps.yunohost.org/ci/apps/opentracker/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/opentracker.svg)](https://ci-apps-arm.yunohost.org/ci/apps/opentracker/) - -## Limitations - -* Limitations connues. - -## Informations additionnelles - -* Autres informations que vous souhaitez ajouter sur cette application. - -## Liens - - * Signaler un bug : https://github.com/YunoHost-Apps/opentracker_ynh/issues - * Site de l'application : http://erdgeist.org/arts/software/opentracker/ - * Dépôt de l'application principale : http://erdgeist.org/gitweb/opentracker/ - * Site web YunoHost : https://yunohost.org/ - ---- +* Site officiel de l'app : http://erdgeist.org/arts/software/opentracker/ +* Documentation officielle de l'admin : http://erdgeist.org/arts/software/opentracker/ +* Documentation YunoHost pour cette app : https://yunohost.org/app_opentracker +* Signaler un bug : https://github.com/YunoHost-Apps/opentracker_ynh/issues ## Informations pour les développeurs -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/opentracker_ynh/tree/testing). +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/opentracker_ynh/tree/testing). -To try the testing branch, please proceed like that. +Pour essayer la branche testing, procédez comme suit. ``` sudo yunohost app install https://github.com/YunoHost-Apps/opentracker_ynh/tree/testing --debug -or +ou sudo yunohost app upgrade opentracker -u https://github.com/YunoHost-Apps/opentracker_ynh/tree/testing --debug ``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file From 566bff7636106cd80536a43e9cde3dbd001ee150 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 8 Aug 2021 21:09:56 +0200 Subject: [PATCH 07/11] Add templates --- .github/ISSUE_TEMPLATE.md | 55 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++ 2 files changed, 71 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..2729a6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,55 @@ +--- +name: Bug report +about: When creating a bug report, please use the following template to provide all the relevant information and help debugging efficiently. + +--- + +**How to post a meaningful bug report** +1. *Read this whole template first.* +2. *Determine if you are on the right place:* + - *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!* + - *Otherwise, the issue may be due to the app itself. Refer to its documentation or repository for help.* + - *When in doubt, post here and we will figure it out together.* +3. *Delete the italic comments as you write over them below, and remove this guide.* +--- + +### Describe the bug + +*A clear and concise description of what the bug is.* + +### Context + +- Hardware: *VPS bought online / Old laptop or computer / Raspberry Pi at home / Internet Cube with VPN / Other ARM board / ...* +- YunoHost version: x.x.x +- I have access to my server: *Through SSH | through the webadmin | direct access via keyboard / screen | ...* +- Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: *no / yes* + - If yes, please explain: +- Using, or trying to install package version/branch: +- If upgrading, current package version: *can be found in the admin, or with `yunohost app info $app_id`* + +### Steps to reproduce + +- *If you performed a command from the CLI, the command itself is enough. For example:* + ```sh + sudo yunohost app install the_app + ``` +- *If you used the webadmin, please perform the equivalent command from the CLI first.* +- *If the error occurs in your browser, explain what you did:* + 1. *Go to '...'* + 2. *Click on '...'* + 3. *Scroll down to '...'* + 4. *See error* + +### Expected behavior + +*A clear and concise description of what you expected to happen. You can remove this section if the command above is enough to understand your intent.* + +### Logs + +*When an operation fails, YunoHost provides a simple way to share the logs.* +- *In the webadmin, the error message contains a link to the relevant log page. On that page, you will be able to 'Share with Yunopaste'. If you missed it, the logs of previous operations are also available under Tools > Logs.* +- *In command line, the command to share the logs is displayed at the end of the operation and looks like `yunohost log display [log name] --share`. If you missed it, you can find the log ID of a previous operation using `yunohost log list`.* + +*After sharing the log, please copypaste directly the link provided by YunoHost (to help readability, no need to copypaste the entire content of the log here, just the link is enough...)* + +*If applicable and useful, add screenshots to help explain your problem.* diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ef70e18 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## Problem + +- *Description of why you made this PR* + +## Solution + +- *And how do you fix that problem* + +## PR Status + +- [ ] Code finished and ready to be reviewed/tested +- [ ] The fix/enhancement were manually tested (if applicable) + +## Automatic tests + +Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ *after creating the PR*, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization) From d396601530c14a350049def8269481a74d1b38d6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 8 Aug 2021 21:12:50 +0200 Subject: [PATCH 08/11] add DISCLAIMER --- doc/DISCLAIMER.md | 7 +++++++ doc/DISCLAIMER_fr.md | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 doc/DISCLAIMER.md create mode 100644 doc/DISCLAIMER_fr.md diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..2ad10a9 --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,7 @@ +## 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. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..79ef021 --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,7 @@ +## Configuration + +`udp://serverIP:6969` + +par défaut, le tracker s'exécutera sur le port 6969 à la fois sur UDP et TCP. + +visitez `http://serverIP:6969/stats` pour afficher les statistiques du tracker. From 9759a7cf274387e762577b16b965a7b497682009 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 8 Aug 2021 19:12:56 +0000 Subject: [PATCH 09/11] Auto-update README --- README.md | 10 ++++++++++ README_fr.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/README.md b/README.md index e1984f7..4f28fbd 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,16 @@ Bittorrent tracker **Demo:** https://dispatch.khlieng.com/connect +## 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. + ## Documentation and resources * Official app website: http://erdgeist.org/arts/software/opentracker/ diff --git a/README_fr.md b/README_fr.md index d81b28a..fbf7f87 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,6 +17,16 @@ Tracker Bittorrent **Démo :** https://dispatch.khlieng.com/connect +## Avertissements / informations importantes + +## Configuration + +`udp://serverIP:6969` + +par défaut, le tracker s'exécutera sur le port 6969 à la fois sur UDP et TCP. + +visitez `http://serverIP:6969/stats` pour afficher les statistiques du tracker. + ## Documentations et ressources * Site officiel de l'app : http://erdgeist.org/arts/software/opentracker/ From dbf68a7d6d17b30cfb97e49a6f86663e8a59687e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 9 Aug 2021 13:53:12 +0200 Subject: [PATCH 10/11] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8e3878d..d9d6770 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Bittorrent tracker", "fr": "Tracker Bittorrent" }, - "version": "1.0~ynh1", + "version": "1.0~ynh2", "url": "http://erdgeist.org/arts/software/opentracker/", "upstream": { "license": "Beerware", From 1e9fac78a656e97713bc5004f584c57c1b60ac4b Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 9 Aug 2021 11:53:23 +0000 Subject: [PATCH 11/11] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f28fbd..2e6a5ba 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Bittorrent tracker -**Shipped version:** 1.0~ynh1 +**Shipped version:** 1.0~ynh2 **Demo:** https://dispatch.khlieng.com/connect diff --git a/README_fr.md b/README_fr.md index fbf7f87..aa5b49c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Tracker Bittorrent -**Version incluse :** 1.0~ynh1 +**Version incluse :** 1.0~ynh2 **Démo :** https://dispatch.khlieng.com/connect