1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fab-manager_ynh.git synced 2024-09-03 18:36:16 +02:00

Merge pull request #44 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-12-22 13:59:42 +01:00 committed by GitHub
commit 015759a6c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 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
Fab-manager is the Fab Lab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks, and document your marker's projects.
**Shipped version:** 5.4.20~ynh1
**Shipped version:** 5.5.8~ynh1
**Demo:** https://www.fab-manager.com/fr/demo

View file

@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Fab-manager is the Fab Lab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks, and document your marker's projects.
**Version incluse :** 5.4.20~ynh1
**Version incluse :** 5.5.8~ynh1
**Démo :** https://www.fab-manager.com/fr/demo

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://api.github.com/repos/sleede/fab-manager/tarball/v5.4.20
SOURCE_SUM=7386d839c4f2e4fe632a839ca218db81daea09c8c0c61a2623a9e7e066625734
SOURCE_URL=https://api.github.com/repos/sleede/fab-manager/tarball/v5.5.8
SOURCE_SUM=46f52c700fbf0dac9351d015ced9678d0fb8eef6ef9838e681f7fc9eb3ae757c
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -5,7 +5,7 @@ location __PATH__/ {
alias __FINALPATH__/;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
#client_max_body_size 50M;
client_max_body_size 53M;
try_files $uri/index.html $uri @puma;

View file

@ -5,7 +5,7 @@
"description": {
"en": "Fab Lab management solution."
},
"version": "5.4.20~ynh1",
"version": "5.5.8~ynh1",
"url": "https://www.fab-manager.com",
"upstream": {
"license": "AGPL-3.0-or-later",