mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
commit
792c90c592
3 changed files with 11 additions and 11 deletions
|
@ -1,13 +1,13 @@
|
||||||
;; Test Total YesWiki
|
;; Test Total YesWiki
|
||||||
# Comment ignored
|
# Comment ignored
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld"
|
||||||
path="/path" (PATH)
|
path="/path"
|
||||||
admin="john" (USER)
|
admin="john"
|
||||||
language="fr"
|
language="fr"
|
||||||
is_public=1 (PUBLIC|public=1|private=0)
|
is_public=1
|
||||||
password="password"
|
password="password"
|
||||||
port="666" (PORT)
|
port="666"
|
||||||
; Actions
|
; Actions
|
||||||
is_public=1|0
|
is_public=1|0
|
||||||
; Config_panel
|
; Config_panel
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
upgrade=1 from_commit=399a71c4a657a6ba28a361ade71ec767540a7986
|
upgrade=1 from_commit=fe5e2835ae657591db200cd9c71e4d2fb21840f8
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=1 (66)
|
port_already_use=1 (66)
|
||||||
|
@ -35,6 +35,6 @@
|
||||||
Email=
|
Email=
|
||||||
Notification=change
|
Notification=change
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=399a71c4a657a6ba28a361ade71ec767540a7986
|
; commit=fe5e2835ae657591db200cd9c71e4d2fb21840f8
|
||||||
name=Merge pull request
|
name=Merge branch 'testing' into master
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&password=password&is_public=1&
|
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&password=password&is_public=1&
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://repository.yeswiki.net/doryphore/yeswiki-doryphore-2021-05-18-2.zip
|
SOURCE_URL=https://repository.yeswiki.net/doryphore/yeswiki-doryphore-2021-05-18-2.zip
|
||||||
SOURCE_SUM=7ec5ea44adf93a5dcf1c15972b529cab
|
SOURCE_SUM=1d22ab67b1d19433b85c81b58483fbb766edea04bfe5e588d489d2a1d0043404
|
||||||
SOURCE_SUM_PRG=md5sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=yeswiki-doryphore-2021-05-18-2.zip
|
SOURCE_FILENAME=yeswiki-doryphore-2021-05-18-2.zip
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Wiki that is quick and easy to use.",
|
"en": "Wiki that is quick and easy to use.",
|
||||||
"fr": "Wiki facile et rapide à prendre en main."
|
"fr": "Wiki facile et rapide à prendre en main."
|
||||||
},
|
},
|
||||||
"version": "2021-05-18-2~ynh1",
|
"version": "2021-05-18-2~ynh2",
|
||||||
"url": "https://yeswiki.net/",
|
"url": "https://yeswiki.net/",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"maintainer": [
|
"maintainer": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue