1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simple-torrent_ynh.git synced 2024-09-03 20:26:18 +02:00
* 1.3.6
This commit is contained in:
Éric Gaspar 2021-08-16 23:37:34 +02:00 committed by GitHub
parent 0938b39225
commit 78f31fc31a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 16 additions and 16 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Self-hosted remote torrent client
**Shipped version:** 1.3.4~ynh1
**Shipped version:** 1.3.6~ynh1
@ -32,7 +32,7 @@ Self-hosted remote torrent client
Most of the items can be edited in Web-UI on the fly in the config board.
You can also configure Simple Torrent by editing this file `/var/www/simple-torrent/config.yaml` using the [documentation](https://github.com/boypt/simple-torrent/wiki/Config-File).
You can also configure Simple Torrent by editing this file `/var/www/simple-torrent/config.yml` using the [documentation](https://github.com/boypt/simple-torrent/wiki/Config-File).
## Limitations

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Client torrent distant auto-hébergé
**Version incluse :** 1.3.4~ynh1
**Version incluse :** 1.3.6~ynh1
@ -28,7 +28,7 @@ Client torrent distant auto-hébergé
La plupart des éléments peuvent être modifiés à la volée dans Web-UI dans la page de configuration.
Vous pouvez configurer Simple Torrent en modifiant le fichier `/var/www/simple-torrent/config.yaml` en vous aidant de la [documentation](https://github.com/boypt/simple-torrent/wiki/Config-File).
Vous pouvez configurer Simple Torrent en modifiant le fichier `/var/www/simple-torrent/config.yml` en vous aidant de la [documentation](https://github.com/boypt/simple-torrent/wiki/Config-File).
## Limitations

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.4/cloud-torrent_linux_arm64_static.gz
SOURCE_SUM=81995fcf6a409a47b7316967e65f2faeba0d16b80f3913cc91d402d7f37642a3
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.6/cloud-torrent_linux_arm64_static.gz
SOURCE_SUM=05ce23e5a653eef8c9e4e3a187a21c5e21fb45606a924fdef744a60102baabe7
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.4/cloud-torrent_linux_386_static.gz
SOURCE_SUM=ab92c751f918d944072093f5abe7ebbd1f8d1dd138e12019b1bffe9d8b645c65
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.6/cloud-torrent_linux_386_static.gz
SOURCE_SUM=4ea80bccb38fae6b97c88b2e4c3bcb5173e38f546034b30fcec00c704a3a4b56
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false

View file

@ -8,7 +8,7 @@ User=__APP__
Group=__APP__
Environment=PORT=__PORT__
WorkingDirectory=__FINALPATH__
ExecStart=__FINALPATH__/__APP__ -c __FINALPATH__/config.yaml --host 127.0.0.1
ExecStart=__FINALPATH__/__APP__ -c __FINALPATH__/config.yml --host 127.0.0.1
Restart=always
RestartSec=3

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.4/cloud-torrent_linux_amd64_static.gz
SOURCE_SUM=2ca5e4ddc42275f2448a391b3aa4a55ddc33bb561d418498a48510b609865f9f
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.6/cloud-torrent_linux_amd64_static.gz
SOURCE_SUM=57fff18227be6528873d9827fc6fe50ead1329701dbf4966428518d0a0f2b101
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false

View file

@ -2,7 +2,7 @@
Most of the items can be edited in Web-UI on the fly in the config board.
You can also configure Simple Torrent by editing this file `/var/www/simple-torrent/config.yaml` using the [documentation](https://github.com/boypt/simple-torrent/wiki/Config-File).
You can also configure Simple Torrent by editing this file `/var/www/simple-torrent/config.yml` using the [documentation](https://github.com/boypt/simple-torrent/wiki/Config-File).
## Limitations

View file

@ -2,7 +2,7 @@
La plupart des éléments peuvent être modifiés à la volée dans Web-UI dans la page de configuration.
Vous pouvez configurer Simple Torrent en modifiant le fichier `/var/www/simple-torrent/config.yaml` en vous aidant de la [documentation](https://github.com/boypt/simple-torrent/wiki/Config-File).
Vous pouvez configurer Simple Torrent en modifiant le fichier `/var/www/simple-torrent/config.yml` en vous aidant de la [documentation](https://github.com/boypt/simple-torrent/wiki/Config-File).
## Limitations

View file

@ -6,7 +6,7 @@
"en": "Self-hosted remote torrent client",
"fr": "Client torrent distant auto-hébergé"
},
"version": "1.3.4~ynh1",
"version": "1.3.6~ynh1",
"url": "https://github.com/boypt/simple-torrent",
"upstream": {
"license": "AGPL-3.0-only",

View file

@ -120,7 +120,7 @@ chmod 755 /home/yunohost.app/$app/{torrents,downloads}
#=================================================
ynh_script_progression --message="Modifying a config file..." --weight=1
ynh_add_config --template="../conf/config.default.yaml" --destination="$final_path/config.yaml"
ynh_add_config --template="../conf/config.default.yml" --destination="$final_path/config.yml"
#=================================================
# SETUP SYSTEMD

View file

@ -117,7 +117,7 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Modifying a config file..." --weight=1
ynh_add_config --template="../conf/config.default.yaml" --destination="$final_path/config.yaml"
ynh_add_config --template="../conf/config.default.yml" --destination="$final_path/config.yml"
#=================================================
# CREATE DIRECTORIES