mirror of
https://github.com/YunoHost-Apps/invoiceninja_ynh.git
synced 2024-09-03 19:26:22 +02:00
Apply example_ynh
This commit is contained in:
parent
0483cad198
commit
577c152a1b
5 changed files with 17 additions and 1 deletions
0
doc/.gitkeep
Normal file
0
doc/.gitkeep
Normal file
9
doc/DISCLAIMER.md
Normal file
9
doc/DISCLAIMER.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
:warning: You are invited to look at [InvoiceNinja 5](https://github.com/YunoHost-Apps/invoiceninja5_ynh) :warning:
|
||||||
|
|
||||||
|
* Any known limitations, constrains or stuff not working, such as (but not limited to):
|
||||||
|
* There is no official LDAP support
|
||||||
|
* The first user gets created after installing Invoice Ninja
|
||||||
|
* Other users can be created from inside the application
|
||||||
|
|
||||||
|
* Other infos that people should be aware of, such as:
|
||||||
|
* Configuration happens in the application itself.
|
0
doc/screenshots/.gitkeep
Normal file
0
doc/screenshots/.gitkeep
Normal file
BIN
doc/screenshots/screenshot.png
Normal file
BIN
doc/screenshots/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
|
@ -7,6 +7,13 @@
|
||||||
},
|
},
|
||||||
"version": "4.5.43~ynh1",
|
"version": "4.5.43~ynh1",
|
||||||
"url": "https://invoiceninja.org",
|
"url": "https://invoiceninja.org",
|
||||||
|
"upstream": {
|
||||||
|
"license": "AAL",
|
||||||
|
"website": "https://invoiceninja.org",
|
||||||
|
"demo": "https://app.invoiceninja.com/dashboard",
|
||||||
|
"admindoc": "https://docs.invoiceninja.com/index.html",
|
||||||
|
"code": "https://github.com/invoiceninja/invoiceninja"
|
||||||
|
},
|
||||||
"license": "AAL",
|
"license": "AAL",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Sebastian Gumprich",
|
"name": "Sebastian Gumprich",
|
||||||
|
@ -14,7 +21,7 @@
|
||||||
"url": "https://github.com/YunoHost-Apps/invoiceninja_ynh/"
|
"url": "https://github.com/YunoHost-Apps/invoiceninja_ynh/"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.1.0"
|
"yunohost": ">= 4.1.3"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue