mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
Add templates
This commit is contained in:
parent
fa545e3c4b
commit
61fbf361f5
4 changed files with 9 additions and 3 deletions
|
@ -19,7 +19,6 @@
|
|||
upgrade=1 from_commit=6fb29ddc7e32549b5587405e520d46a717e5582e
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Options
|
||||
Email=
|
||||
|
|
0
doc/DISCLAIMER.md
Normal file
0
doc/DISCLAIMER.md
Normal file
BIN
doc/screenshots/screenshot.png
Normal file
BIN
doc/screenshots/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
|
@ -8,14 +8,21 @@
|
|||
},
|
||||
"url": "http://agendav.org/",
|
||||
"license": "GPL-3.0",
|
||||
"version": "2.2.0~ynh2",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
"website": "http://agendav.org",
|
||||
"demo": "https://demo.yunohost.org/agendav/",
|
||||
"admindoc": "http://docs.agendav.org/en/2.2.0/",
|
||||
"code": "https://github.com/agendav/agendav/"
|
||||
},
|
||||
"version": "2.2.0~ynh3",
|
||||
"maintainer": {
|
||||
"name": "julien",
|
||||
"email": "julien.malik@paraiso.me"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.1.7"
|
||||
"yunohost": ">= 4.2.4"
|
||||
},
|
||||
"services": [
|
||||
"nginx",
|
||||
|
|
Loading…
Add table
Reference in a new issue