mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Applying example_ynh on check_process
This commit is contained in:
parent
8a8b1ecdb6
commit
bdd6f0a708
1 changed files with 5 additions and 4 deletions
|
@ -7,11 +7,11 @@
|
|||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
admin="john" (USER)
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
name="pleroma"
|
||||
registration=0 (BOOLEAN)
|
||||
cache=1 (BOOLEAN)
|
||||
size="5g"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=0
|
||||
|
@ -29,9 +29,10 @@
|
|||
Level 1=auto
|
||||
Level 2=auto
|
||||
Level 3=auto
|
||||
# Level 4: not supported by upstream
|
||||
Level 4=1
|
||||
# Level 5:
|
||||
# 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.
|
||||
# If the app does not use LDAP nor SSOwat, and can't use them, turn level 4 to 'na' and explain as well.
|
||||
#Application doesn't support LDAP
|
||||
Level 4=na
|
||||
Level 5=auto
|
||||
Level 6=auto
|
||||
Level 7=auto
|
||||
|
|
Loading…
Add table
Reference in a new issue