mirror of
https://github.com/YunoHost-Apps/deluge_ynh.git
synced 2024-09-03 18:25:52 +02:00
commit
24e443cd34
6 changed files with 12 additions and 5 deletions
|
@ -26,7 +26,7 @@ Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
|
|||
|
||||
|
||||
|
||||
**Shipped version:** 2.0.3~ynh2
|
||||
**Shipped version:** 2.0.3~ynh3
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ Deluge est un client BitTorrent léger, gratuit et multiplateforme.
|
|||
- WebUI
|
||||
- Système de plugins
|
||||
|
||||
**Version incluse :** 2.0.3~ynh2
|
||||
**Version incluse :** 2.0.3~ynh3
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Deluge Bittorrent Client Web Interface
|
||||
Description=Deluge: Bittorrent client Web interface
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Deluge will ask you for a password upon first login.
|
||||
|
||||
Default password is `deluge`. Change it!
|
||||
Default password is `deluge`.
|
||||
|
|
3
doc/POST_INSTALL_fr.md
Normal file
3
doc/POST_INSTALL_fr.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
Deluge vous demandera un mot de passe lors de la première connexion.
|
||||
|
||||
Le mot de passe par défaut est `deluge`.
|
|
@ -5,7 +5,7 @@ name = "Deluge"
|
|||
description.en = "Lightweight BitTorrent client"
|
||||
description.fr = "Client BitTorrent léger"
|
||||
|
||||
version = "2.0.3~ynh2"
|
||||
version = "2.0.3~ynh3"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -34,6 +34,10 @@ ram.runtime = "50M"
|
|||
type = "path"
|
||||
default = "/deluge"
|
||||
|
||||
[install.init_main_permission]
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[resources]
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Reference in a new issue