Skip to content

Commit b64b0f2

Browse files
aptalcathelamer
authored andcommitted
add info on changing php upload limits
1 parent 8845034 commit b64b0f2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ In this instance `PUID=1001` and `PGID=1001`, to find yours use `id user` as bel
122122
 
123123
## Application Setup
124124

125-
Setup mysql/mariadb and account via the webui, accessible at http://SERVERIP:PORT
125+
Set up mysql/mariadb and account via the webui, accessible at http://SERVERIP:PORT
126+
You can change the php upload limits by editing the file `/config/lychee/user.ini` and restarting the container.
126127
More info at [lychee](https://lychee.electerious.com/).
127128

128129

@@ -157,6 +158,7 @@ Below are the instructions for updating containers:
157158

158159
## Versions
159160

161+
* **21.02.19:** - Add info on changing php upload limits to readme.
160162
* **21.01.18:** - Added ffmpeg for video thumbnail creation, switched to installing zip release instead of source tarball, created small thumbnails folder, switched to dynamic readme.
161163
* **14.01.19:** - Adding pipeline logic and multi arch..
162164
* **04.09.18:** - Rebase to alpine 3.8, switch to LycheeOrg repository.

readme-vars.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ optional_block_1_items: ""
3434
# application setup block
3535
app_setup_block_enabled: true
3636
app_setup_block: |
37-
Setup mysql/mariadb and account via the webui, accessible at http://SERVERIP:PORT
37+
Set up mysql/mariadb and account via the webui, accessible at http://SERVERIP:PORT
38+
You can change the php upload limits by editing the file `/config/lychee/user.ini` and restarting the container.
3839
More info at [lychee]({{ project_url }}).
40+
3941
# changelog
4042
changelogs:
43+
- { date: "21.02.19:", desc: "Add info on changing php upload limits to readme." }
4144
- { date: "21.01.18:", desc: "Added ffmpeg for video thumbnail creation, switched to installing zip release instead of source tarball, created small thumbnails folder, switched to dynamic readme." }
4245
- { date: "14.01.19:", desc: "Adding pipeline logic and multi arch.." }
4346
- { date: "04.09.18:", desc: "Rebase to alpine 3.8, switch to LycheeOrg repository." }

0 commit comments

Comments
 (0)