mirror of
https://github.com/YunoHost-Apps/invoiceninja_ynh.git
synced 2024-09-03 19:26:22 +02:00
InvoiceNinja package for YunoHost
e855250ceb
* add cronjobs * fix cron * update backup, restore, change_url scripts * fix wrong location in nginx * use correct license in manifest * remove time and weight from scripts * do not display output of cronjobs * add developers info to readme * add screenshot ro readme * Simplify description? (#3) * Simplify description? * Uhoh typo sorry * General improvements to various scripts (#4) * add check_process file * change nginx conf to allow install in root-path and subdomain * remove public-option * use php version variable * remove useless tasks in various install scripts * remove service removal step * run upgrade steps with sudo * fix upgrading * fix dbpwd variable and restore script * seed db on first install * use correct upgrade procedure Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> |
||
---|---|---|
conf | ||
scripts | ||
sources/extra_files/app | ||
.gitignore | ||
check_process | ||
LICENSE | ||
manifest.json | ||
pull_request_template.md | ||
README.md |
Invoice Ninja for YunoHost
This package allow you to install invoiceninja quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.
Overview
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: v4.5.18
Screenshots
Demo
Configuration
Configuration happens in the application itself.
Documentation
- Official documentation: https://docs.invoiceninja.com/index.html
YunoHost specific features
Multi-users 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
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
Developers infos
Please do your pull request to the testing branch.
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 ttrss -u https://github.com/YunoHost-Apps/invoiceninja_ynh/tree/testing --debug