Skip to content

Commit

Permalink
Update config file with new config options, update to-do list in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Eggbertx committed Apr 28, 2023
1 parent 75c1122 commit eb2cf5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions sample-configs/gochan.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@
"ThumbWidthCatalog": 50,
"ThumbHeightCatalog": 50,

"AllowUploadingZipFiles": false,
"AllowUploadingPDFs": false,
"AllowOtherExtensions": [],
"StripImageMetadata": "none",
"ExifToolPath": "",

"ThreadsPerPage": 15,
"RepliesOnBoardPage": 3,
"StickyRepliesOnBoardPage": 1,
Expand Down

0 comments on commit eb2cf5e

Please sign in to comment.