1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snipeit_ynh.git synced 2024-09-03 20:26:16 +02:00
* set relative path to keep option

* Auto-update README

* Manifest v2 and upgrade to v6.1.0 (#34)

* convert to v2

* cleanup and example_ynh

* Update

* Update

* Auto-update README

* Update tests.toml

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Auto-update README

* cleaning

* Auto-update README

* cleaning

* Auto-update README

* fix linter

* Auto-update README

* cleaning

* Update backup

* Update manifest.toml

* Update snipeit.env

* Update manifest.toml

* Revert "Update manifest.toml"

This reverts commit 2ece2825a5.

* Upgrade to v6.3.0 (#39)

* Upgrade to v6.3.0

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
This commit is contained in:
eric_G 2024-02-04 09:54:47 +01:00 committed by GitHub
parent a3d88e4a1d
commit 67515f6c89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Snipeit is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc. Snipeit is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.
**Shipped version:** 6.2.3~ynh1 **Shipped version:** 6.3.0~ynh1
**Demo:** https://snipeitapp.com/demo/ **Demo:** https://snipeitapp.com/demo/

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Snipeit est un projet FOSS pour la gestion des actifs dans les opérations informatiques. Savoir qui possède quel ordinateur portable, quand il a été acheté pour bien l'amortir, gérer les licences des logiciels, etc. Snipeit est un projet FOSS pour la gestion des actifs dans les opérations informatiques. Savoir qui possède quel ordinateur portable, quand il a été acheté pour bien l'amortir, gérer les licences des logiciels, etc.
**Version incluse :** 6.2.3~ynh1 **Version incluse :** 6.3.0~ynh1
**Démo :** https://snipeitapp.com/demo/ **Démo :** https://snipeitapp.com/demo/

View file

@ -5,7 +5,7 @@ name = "Snipe-IT"
description.en = "Manage assets for IT operations" description.en = "Manage assets for IT operations"
description.fr = "Gestionnaire de ressources informatiques" description.fr = "Gestionnaire de ressources informatiques"
version = "6.2.3~ynh1" version = "6.3.0~ynh1"
maintainers = [] maintainers = []
@ -47,8 +47,8 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/snipe/snipe-it/archive/refs/tags/v6.2.3.tar.gz" url = "https://github.com/snipe/snipe-it/archive/refs/tags/v6.3.0.tar.gz"
sha256 = "8de474a851a03f5239e1b000bc99d30ec9a3cc0d064cd6c4240e2b07120269db" sha256 = "a27fcde775d78401b1eefabf68c3842a3640989636fb26238d3a4ed94758a6d9"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"
[resources.system_user] [resources.system_user]

View file

@ -39,7 +39,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=7 ynh_script_progression --message="Upgrading source files..." --weight=7
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env storage/oauth-private.key storage/oauth-public.key storage/private_uploads public/uploads" ynh_setup_source --dest_dir="$install_dir" --keep=".env storage/oauth-private.key storage/oauth-public.key storage/private_uploads public/uploads"
fi fi
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"