File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ be kept in sync when you add or remove items.
14
14
On ybFeed home page, you are invited to create a feed with a unique name.
15
15
16
16
Once on a feed, you can paste data in it, text or images, they will be
17
- displayed in reverse order .
17
+ displayed with the newest items at the top .
18
18
19
19
You can then decide to share the feed two different ways :
20
20
@@ -52,6 +52,7 @@ the filesystem
52
52
| ` YBF_DATA_DIR ` | points to an alternative direcotry to store data, default is ` ./data/ ` in current directory. |
53
53
| ` YBF_HTTP_PORT ` | TCP port to run the server, default is ` 8080 ` . |
54
54
| ` YBF_LISTEN_ADDR ` | IP address to bind, default is ` 0.0.0.0 ` . |
55
+ | ` YBF_MAX_UPLOAD_SIZE ` | Maximum size for added items an files, default is 5MB. |
55
56
56
57
### Installation
57
58
You can’t perform that action at this time.
0 commit comments