mirror of
https://github.com/YunoHost-Apps/forgejo_ynh.git
synced 2024-09-03 18:36:26 +02:00
typo and fix app name in comments
This commit is contained in:
parent
522141bec1
commit
a4a4fd79be
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ Actually it's possible to access to the Git repositories by the `git` command ov
|
||||||
### Remove
|
### Remove
|
||||||
|
|
||||||
To remove the data directory in `/home/yunohost.app/forgejo`, use the `--purge` option:
|
To remove the data directory in `/home/yunohost.app/forgejo`, use the `--purge` option:
|
||||||
`sudo yunohost remove forgrjo --purge`.
|
`sudo yunohost remove forgejo --purge`.
|
||||||
|
|
||||||
### Uploaded files size
|
### 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`.
|
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`.
|
||||||
|
|
|
@ -80,7 +80,7 @@ ynh_secure_remove --file="$final_path"
|
||||||
# REMOVE DATA DIR
|
# REMOVE DATA DIR
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Remove the app data directory with the command `yunohost app remove gogs --purge`
|
# Remove the app data directory with the command `yunohost app remove forgejo --purge`
|
||||||
if [ "${YNH_APP_PURGE:-0}" -eq 1 ]
|
if [ "${YNH_APP_PURGE:-0}" -eq 1 ]
|
||||||
then
|
then
|
||||||
ynh_script_progression --message="Removing app data directory..." --weight=2
|
ynh_script_progression --message="Removing app data directory..." --weight=2
|
||||||
|
|
Loading…
Reference in a new issue