initial
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
# Invoice Ninja 5 for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/invoiceninja)  
|
||||
[](https://install-app.yunohost.org/?app=invoiceninja)
|
||||
|
||||
> *This package allows you to install Invoice Ninja quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
|
||||
### Warning
|
||||
|
||||
This is the new version of InvoiceNinja. There are several things not working at the moment:
|
||||
|
||||
* migration from v4
|
||||
* installation into a sub-directory
|
||||
* sending mails
|
||||
|
||||
Invoice Ninja is the #1 open-source platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
|
||||
|
||||
**Shipped version:** v5.0.24
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
## Demo
|
||||
|
||||
* [Official demo](https://app.invoiceninja.com/dashboard)
|
||||
|
||||
## Configuration
|
||||
|
||||
Configuration happens in the application itself.
|
||||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: https://docs.invoiceninja.com/index.html
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
#### Multi-user support
|
||||
|
||||
* There is no official LDAP support
|
||||
* The first user gets created after installing Invoice Ninja
|
||||
* Other users can be created from inside the application
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/invoiceninja/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/invoiceninja/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* Any known limitations.
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/invoiceninja_ynh/issues
|
||||
* App website: https://www.invoiceninja.org/
|
||||
* Upstream app repository: https://github.com/invoiceninja/invoiceninja
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
## TODOs
|
||||
|
||||
* If possible, create initial user
|
||||
* Test upgrade
|
||||
|
||||
---
|
||||
|
||||
Developer info
|
||||
----------------
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/invoiceninja_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/invoiceninja_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade invoiceninja -u https://github.com/YunoHost-Apps/invoiceninja_ynh/tree/testing --debug
|
||||
```
|
||||
Reference in New Issue
Block a user