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

Auto-update README

This commit is contained in:
yunohost-bot 2023-01-23 07:12:08 +00:00 committed by grosmanal
parent ac28e1da3b
commit deb0a95834
2 changed files with 4 additions and 18 deletions

View file

@ -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;

View file

@ -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;