diff --git a/conf/app.src b/conf/app.src index 1234a5c..149cb4e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -3,4 +3,3 @@ SOURCE_SUM=5747d7518115ad94b96606b00aad7fc687b1404bb5d838a0aef1d900998fc846 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..f05c434 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +Dolibarr ERP & CRM is a modern software for managing your professional or associative activity (contacts, invoices, orders, stocks, agenda, etc.). \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..2ae1975 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc.). \ No newline at end of file diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/screenshots/screenshot.jpg b/doc/screenshots/screenshot.jpg new file mode 100644 index 0000000..bc46b00 Binary files /dev/null and b/doc/screenshots/screenshot.jpg differ diff --git a/manifest.json b/manifest.json index 4e1cb0b..261cc70 100644 --- a/manifest.json +++ b/manifest.json @@ -3,11 +3,19 @@ "id": "dolibarr", "packaging_format": 1, "description": { - "en": "Manage the various aspects of your business or association.", - "fr": "Gérez les différents aspects de votre activité pro ou associative." + "en": "Manage the various aspects of your business or association", + "fr": "Gérez les différents aspects de votre activité pro ou associative" }, "version": "14.0.2~ynh1", "url": "https://www.dolibarr.org/", + "upstream": { + "license": "GPL-3.0-or-later", + "website": "https://www.dolibarr.org/", + "demo": "https://www.dolibarr.org/onlinedemo", + "admindoc": "https://www.dolibarr.org/documentation-home", + "userdoc": "https://www.dolibarr.org/#features", + "code": "https://github.com/Dolibarr/dolibarr" + }, "license": "GPL-3.0-or-later", "maintainer": { "name": "mastereur", diff --git a/scripts/restore b/scripts/restore index 351e8ff..7cae876 100755 --- a/scripts/restore +++ b/scripts/restore @@ -101,7 +101,9 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app" # Set permissions on app files chmod 750 "$final_path" -chown -R $app: "$final_path" +chmod -R o-rwx "$final_path" +chown -R $app:www-data "$final_path" + chmod 644 "$final_path/htdocs/conf/conf.php" mkdir -p "$datadir" chown -R $app: "$datadir"