diff --git a/README.md b/README.md index a975aff..bec41c8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Forgejo is a Gitea fork (which is a Gogs fork). A self-hosted Git service writte - Customize HTML templates, static files and many others. -**Shipped version:** 1.18.0-1~ynh2 +**Shipped version:** 1.18.2-1~ynh1 ## Screenshots @@ -91,14 +91,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/README_fr.md b/README_fr.md index 634b698..0933171 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Forgejo is a Gitea fork (which is a Gogs fork). A self-hosted Git service writte - Customize HTML templates, static files and many others. -**Version incluse :** 1.18.0-1~ynh2 +**Version incluse :** 1.18.2-1~ynh1 ## Captures d’écran @@ -91,14 +91,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;