check_process.default 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # See here for more information
  2. # https://github.com/YunoHost/package_check#syntax-check_process-file
  3. # Move this file from check_process.default to check_process when you have filled it.
  4. ;; Test complet
  5. ; Manifest
  6. domain="domain.tld" (DOMAIN)
  7. path="/path" (PATH)
  8. admin="john" (USER)
  9. language="fr"
  10. is_public=1 (PUBLIC|public=1|private=0)
  11. password="pass"
  12. port="666" (PORT)
  13. ; Checks
  14. pkg_linter=1
  15. setup_sub_dir=1
  16. setup_root=1
  17. setup_nourl=0
  18. setup_private=1
  19. setup_public=1
  20. upgrade=1
  21. upgrade=1 from_commit=CommitHash
  22. backup_restore=1
  23. multi_instance=1
  24. incorrect_path=1
  25. port_already_use=0
  26. change_url=1
  27. ;;; Levels
  28. Level 1=auto
  29. Level 2=auto
  30. Level 3=auto
  31. # Level 4: If the app supports LDAP and SSOwat, turn level 4 to '1' and add a link to an issue or a part of your code to show it.
  32. # If the app does not use LDAP nor SSOwat, and can't use them, turn level 4 to 'na' and explain as well.
  33. Level 4=0
  34. Level 5=auto
  35. Level 6=auto
  36. Level 7=auto
  37. Level 8=0
  38. Level 9=0
  39. Level 10=0
  40. ;;; Options
  41. Email=
  42. Notification=none
  43. ;;; Upgrade options
  44. ; commit=CommitHash
  45. name=Name and date of the commit.
  46. manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&