From ac28e1da3b361e18c260e18e1045d936b847dc80 Mon Sep 17 00:00:00 2001 From: Emmanuel Averty Date: Mon, 23 Jan 2023 08:11:43 +0100 Subject: [PATCH] feat: bump to forgejo 1.18.2-1 --- conf/amd64.src | 4 ++-- conf/arm64.src | 4 ++-- conf/armhf.src | 4 ++-- doc/DISCLAIMER.md | 9 +-------- manifest.json | 2 +- 5 files changed, 8 insertions(+), 15 deletions(-) diff --git a/conf/amd64.src b/conf/amd64.src index 60d5764..a3cbfd8 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://codeberg.org/attachments/a26d3acd-5c2e-4132-a283-8110da2872d4 -SOURCE_SUM=109577e82dd06a57b47b54999c711f58d636af6dad5da90f6f39b0a13c1a2253 +SOURCE_URL=https://codeberg.org/attachments/81b83949-c44b-44ec-a74b-ff9cead25dac +SOURCE_SUM=aec43bfee2ed0868ed478493f5bd94d0ba37b1b1926b2ef31cb00829475a1290 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=forgejo SOURCE_EXTRACT=false diff --git a/conf/arm64.src b/conf/arm64.src index f946756..2802b3e 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://codeberg.org/attachments/e29c5083-9b3a-4ce2-abe0-2109922212a9 -SOURCE_SUM=0bc892a66a23a3322fe031cb060ac3c0d60d10a50be35c63ab049a23a58ecf47 +SOURCE_URL=https://codeberg.org/attachments/94df335b-60ed-479e-997f-f3419672d147 +SOURCE_SUM=112ae527e5acde7acea87446084943ed47d93ce8223a544c0c24cdedb164f3f2 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=forgejo SOURCE_EXTRACT=false diff --git a/conf/armhf.src b/conf/armhf.src index 390e4e2..17268e8 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://codeberg.org/attachments/79c629fa-5b64-4b94-9553-ce7867c2c4f7 -SOURCE_SUM=5c411202910b039f409aa2d5bc2f9bfe9379fed37a255563711a1453988cd9bb +SOURCE_URL=https://codeberg.org/attachments/d925b40c-c2fc-4b98-90a0-94e8ad41d692 +SOURCE_SUM=81121d21e52a1135d8d1eb891524879d00ce1c5c3b819e30bc7e05a8428f8e9b SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=forgejo SOURCE_EXTRACT=false diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index f0c8e1c..518f7e0 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -50,14 +50,7 @@ This application now uses the core-only feature of the backup. To keep the integ Due of the backup core only feature the data directory in `/home/yunohost.app/forgejo` **is not removed**. It must be manually deleted to purge user data from the app. -### LFS setup -To use a repository with an `LFS` setup, you need to activate it on `/opt/forgejo/custom/conf/app.ini` - -```ini -[server] -LFS_START_SERVER = true -LFS_HTTP_AUTH_EXPIRY = 20m -``` +### Uploaded files size By default, NGINX is configured with a maximum value for uploading files at 200 MB. It's possible to change this value on `/etc/nginx/conf.d/my.domain.tld.d/forgejo.conf`. ``` client_max_body_size 200M; diff --git a/manifest.json b/manifest.json index dafdcc9..c74f411 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "https://forgejo.org", "license": "MIT", - "version": "1.18.0-1~ynh2", + "version": "1.18.2-1~ynh1", "maintainer": { "name": "Emmanuel Averty", "email": "emmanuel.averty@free.fr"