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:
parent
ac28e1da3b
commit
deb0a95834
2 changed files with 4 additions and 18 deletions
11
README.md
11
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;
|
||||
|
|
11
README_fr.md
11
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;
|
||||
|
|
Loading…
Reference in a new issue