Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
74 stars 32 forks source link

Fix some configuration issues #400

Closed happy-river closed 3 years ago

happy-river commented 3 years ago

Change the reading of configuration values from environment variables to parse integers if the default value for a configuration variable is an integer. This makes it possible to set values such as site.trusted_proxy_count in the environment.

Fix the construction of URLs for thumbnails and images when you are using the dev server to host files. This makes thumbnail generation work for developers without having to set up another server to serve uploads. Fix expandos to work when a file is locally hosted.