diff --git a/conf/systemd.service b/conf/systemd.service index ea2bfe9..f92781d 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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 diff --git a/manifest.toml b/manifest.toml index 225e3ec..ff592ba 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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."