pyload.conf 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. version: 1
  2. download - "Download":
  3. int chunks : "Max connections for one download" = 3
  4. str interface : "Download interface to bind (ip or Name)" = None
  5. bool ipv6 : "Allow IPv6" = False
  6. bool limit_speed : "Limit Download Speed" = False
  7. int max_downloads : "Max Parallel Downloads" = 16
  8. int max_speed : "Max Download Speed in kb/s" = -1
  9. bool skip_existing : "Skip already existing files" = False
  10. downloadTime - "Download Time":
  11. time end : "End" = 0:00
  12. time start : "Start" = 0:00
  13. general - "General":
  14. bool checksum : "Use Checksum" = False
  15. bool debug_mode : "Debug Mode" = False
  16. folder download_folder : "Download Folder" = /content/downloads
  17. bool folder_per_package : "Create folder for each package" = True
  18. en;de;fr;it;es;nl;sv;ru;pl;cs;sr;pt_BR language : "Language" = en
  19. int min_free_space : "Min Free Space (MB)" = 200
  20. int renice : "CPU Priority" = 0
  21. log - "Log":
  22. bool file_log : "File Log" = True
  23. int log_count : "Count" = 5
  24. folder log_folder : "Folder" = Logs
  25. bool log_rotate : "Log Rotate" = True
  26. int log_size : "Size in kb" = 100
  27. permission - "Permissions":
  28. bool change_dl : "Change Group and User of Downloads" = False
  29. bool change_file : "Change file mode of downloads" = False
  30. bool change_group : "Change group of running process" = False
  31. bool change_user : "Change user of running process" = False
  32. str file : "Filemode for Downloads" = 0644
  33. str folder : "Folder Permission mode" = 0755
  34. str group : "Groupname" = users
  35. str user : "Username" = user
  36. proxy - "Proxy":
  37. str address : "Address" = "localhost"
  38. password password : "Password" = None
  39. int port : "Port" = 7070
  40. bool proxy : "Use Proxy" = False
  41. http;socks4;socks5 type : "Protocol" = http
  42. str username : "Username" = None
  43. reconnect - "Reconnect":
  44. bool activated : "Use Reconnect" = False
  45. time endTime : "End" = 0:00
  46. str method : "Method" = None
  47. time startTime : "Start" = 0:00
  48. remote - "Remote":
  49. bool activated : "Activated" = False
  50. ip listenaddr : "Adress" = 0.0.0.0
  51. bool nolocalauth : "No authentication on local connections" = False
  52. int port : "Port" = 7227
  53. ssl - "SSL":
  54. bool activated : "Activated" = False
  55. file cert : "SSL Certificate" = ssl.crt
  56. file key : "SSL Key" = ssl.key
  57. webinterface - "Webinterface":
  58. bool activated : "Activated" = True
  59. bool basicauth : "Use basic auth" = False
  60. ip host : "IP" = 0.0.0.0
  61. bool https : "Use HTTPS" = False
  62. int port : "Port" = 8000
  63. str prefix : "Path Prefix" =
  64. builtin;threaded;fastcgi;lightweight server : "Server" = builtin
  65. pyplex;classic;modern template : "Template" = modern