1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simple-torrent_ynh.git synced 2024-09-03 20:26:18 +02:00
This commit is contained in:
Éric Gaspar 2024-06-19 11:45:28 +02:00
parent 0d94cc5deb
commit e539cea259
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ User=__APP__
Group=__APP__
Environment=PORT=__PORT__
WorkingDirectory=__INSTALL_DIR__
ExecStart=__INSTALL_DIR__/__APP__ --config-path __INSTALL_DIR__/config.yml --port __PORT__ --host 127.0.0.1 --title "Cloud Torrent" --log --auth "user:password"
ExecStart=__INSTALL_DIR__/__APP__ --config-path __INSTALL_DIR__/config.json --port __PORT__ --host 127.0.0.1
Restart=always
RestartSec=3

View file

@ -1,4 +1,4 @@
SimpleTorrent is a a self-hosted remote torrent client, written in Go (golang). Started torrents remotely, download sets of files on the local disk of the server, which are then retrievable or streamable via HTTP.
Cloud-Torrent is a a self-hosted remote torrent client, written in Go (golang). Started torrents remotely, download sets of files on the local disk of the server, which are then retrievable or streamable via HTTP.
### Features