1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simple-torrent_ynh.git synced 2024-09-03 20:26:18 +02:00

move to Cloud torrent

This commit is contained in:
Éric Gaspar 2024-06-19 11:29:48 +02:00
parent c616dcc3f7
commit a69fb69f9e
2 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
[Unit]
Description=Simple Torrent web server
Description=cloud-torrent
After=network.target
[Service]
@ -8,7 +8,7 @@ User=__APP__
Group=__APP__
Environment=PORT=__PORT__
WorkingDirectory=__INSTALL_DIR__
ExecStart=__INSTALL_DIR__/__APP__ -c __INSTALL_DIR__/config.yml --host 127.0.0.1
ExecStart=__INSTALL_DIR__/__APP__ --config-path __INSTALL_DIR__/config.yml --port __PORT__ --host 127.0.0.1 --title "Cloud Torrent" --log --auth "user:password"
Restart=always
RestartSec=3

View file

@ -1,21 +1,21 @@
packaging_format = 2
id = "simple-torrent"
name = "Simple Torrent"
id = "cloud-torrent"
name = "Cloud Torrent"
description.en = "Self-hosted remote torrent client"
description.fr = "Client torrent distant auto-hébergé"
version = "1.3.9~ynh8"
version = "0.9.1~ynh1"
maintainers = ["eric_G"]
[upstream]
license = "AGPL-3.0-only"
admindoc = "https://github.com/boypt/simple-torrent/wiki"
code = "https://github.com/boypt/simple-torrent"
admindoc = "https://github.com/jpillora/cloud-torrent/wiki/"
code = "https://github.com/jpillora/cloud-torrent"
[integration]
yunohost = ">= 11.1.15"
yunohost = ">= 11.2"
architectures = ["amd64","i386", "arm64"]
multi_instance = true
ldap = false
@ -30,7 +30,7 @@ ram.runtime = "50M"
[install.path]
type = "path"
default = "/simple-torrent"
default = "/cloud-torrent"
[install.init_main_permission]
help.en = "If enabled, Simple Torrent will be accessible by people who do not have an account. This can be changed later via the webadmin."