mirror of
https://github.com/YunoHost-Apps/simple-torrent_ynh.git
synced 2024-09-03 20:26:18 +02:00
fix
This commit is contained in:
parent
0d94cc5deb
commit
e539cea259
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue