Skip to content

Commit

Permalink
Testing (#82)
Browse files Browse the repository at this point in the history
* #39

* Update upgrade

* Update manifest.json

* Auto-update README

* Update _common.sh

* Update _common.sh

* Cleaning up

* Fix

* Create DESCRIPTION.md

* Auto-update README

* Create updater.sh

* Update updater.sh

* Create updater.yml (#42)

* Update upgrade

* Update upgrade

* Auto-update README

* Update upgrade

* Update upgrade

* Apply example_ynh (#43)

* Auto-update README

* Apply example_ynh

* Auto-update README

* fix missing datadir

* Fix missing phpversion

* Update upgrade

* Update check_process

Co-authored-by: yunohost-bot <[email protected]>

* Auto-update README

* 4.7.0 (#50)

* 4.6.2

* Auto-update README

* 4.7.0

* Auto-update README

* Fix PHP

* Update upgrade

* Update restore

* Update install

* Update install

* Update PHP to 8.1

* Update upgrade

* Update install

* Fix

* Update ffprobe.patch

* Update install

* Update install

* Update upgrade

Co-authored-by: yunohost-bot <[email protected]>

* Upgrade auto-updater (#58)

* [autopatch] Upgrade auto-updater

* Auto-update README

---------

Co-authored-by: tituspijean <[email protected]>

* Update .env.example

* Version 2 (#61)

* v2

* fix

* v2

* Update manifest.toml

* Auto-update README

* Fix

* Auto-update README

* 4.7.2

* Auto-update README

* Update install

* Update manifest.toml

* Update _common.sh

* Update install

* Update install

* Update .env.example

* Update install

* Update install

* Update install

* Update install

* Update install

* Update install

* Update install

* Update install

* Fix

* Update install

* Update install

* Update .env.example

* Update install

* Update install

* Update install

* Update manifest.toml

* Auto-update README

* remove config panel

* Update manifest.toml

* Auto-update README

* Update upgrade

* Update manifest.toml

* Auto-update README

* Delete app.src

* Update manifest.toml

* Update manifest.toml

* Auto-update README

* add sudir (#68)

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Update install

* Update manifest.toml

* Auto-update README

* Auto-update README

* Update upgrade

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Auto-update README

* Upgrade to v4.9.1 (#74)

* Upgrade to v4.9.1

* Auto-update README

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Auto-update README

* fix

* 4.11.0

* Auto-update README

---------

Co-authored-by: yunohost-bot <[email protected]>
Co-authored-by: yalh76 <[email protected]>
Co-authored-by: YunoHost Bot <[email protected]>
Co-authored-by: tituspijean <[email protected]>
  • Loading branch information
5 people authored Aug 17, 2023
1 parent 16a0e38 commit 57d701f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in

Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.

**Shipped version:** 4.10.0~ynh1
**Shipped version:** 4.11.0~ynh1

**Demo:** https://lycheeorg.github.io/demo/

Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po

Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.

**Version incluse :** 4.10.0~ynh1
**Version incluse :** 4.11.0~ynh1

**Démo :** https://lycheeorg.github.io/demo/

Expand Down
4 changes: 2 additions & 2 deletions conf/extra_php-fpm.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Additional php.ini defines, specific to this pool of workers.

php_admin_value[upload_max_filesize] = 512M
php_admin_value[post_max_size] = 512M
php_admin_value[upload_max_filesize] = 1G
php_admin_value[post_max_size] = 1G
2 changes: 1 addition & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ location ^~ __PATH__/ {
index index.php;

# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
client_max_body_size 512M;
client_max_body_size 1G;

try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string;

Expand Down
6 changes: 3 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "Lychee"
description.en = "Photo-management-system to manage and share photos"
description.fr = "Système de gestion de photos pour gérer et partager des photos"

version = "4.10.0~ynh1"
version = "4.11.0~ynh1"

maintainers = ["eric_G"]

Expand Down Expand Up @@ -45,8 +45,8 @@ ram.runtime = "50M"
[resources.sources]

[resources.sources.main]
url = "https://github.com/LycheeOrg/Lychee/archive/refs/tags/v4.10.0.tar.gz"
sha256 = "ec1769f6d086e03dfcb146e84af97bc8ae389cad179009d67243a63e6ae92a10"
url = "https://github.com/LycheeOrg/Lychee/archive/refs/tags/v4.11.0.tar.gz"
sha256 = "201928cfb149a162af3de454328aa239dbbb38b9fbd46c053ead8fc4c6635de9"
autoupdate.strategy = "latest_github_tag"

[resources.system_user]
Expand Down

0 comments on commit 57d701f

Please sign in to comment.