funmaker / Hybooru

Hydrus-based booru-styled imageboard in React
https://booru.funmaker.moe/
MIT License
95 stars 15 forks source link

[Feature Request] Allow configuring host from `configs.json` #38

Closed Xunnamius closed 5 months ago

Xunnamius commented 7 months ago

Hi there, thanks for this neat project.

It'd be nice if we could configure the host used by http.CreateServer. To this end I've added server.listen(port, 'localhost'); in my fork, but that's hackier than official config-based support.

funmaker commented 5 months ago

Added in v1.10.0