1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-01 22:26:24 -07:00

Update config file with new config options, update to-do list in README

This commit is contained in:
Eggbertx 2023-04-28 15:07:53 -07:00
parent 75c112279f
commit eb2cf5e712
2 changed files with 6 additions and 2 deletions

View file

@ -59,10 +59,8 @@ See [`frontend/README.md`](frontend/README.md) for information on working with S
### Near future
* Add more banners
* Add config option to strip metadata from uploaded images
* Add more plugin support (more event triggers)
* Improve moderation tools
* Add support for more filetypes (zip, pdf, etc)
* Improve API support for existing chan browing phone apps
### Lower priority

View file

@ -65,6 +65,12 @@
"ThumbWidthCatalog": 50,
"ThumbHeightCatalog": 50,
"AllowUploadingZipFiles": false,
"AllowUploadingPDFs": false,
"AllowOtherExtensions": [],
"StripImageMetadata": "none",
"ExifToolPath": "",
"ThreadsPerPage": 15,
"RepliesOnBoardPage": 3,
"StickyRepliesOnBoardPage": 1,