Skip to content

otsaloma/bort-proxy

Repository files navigation

Bort Proxy

A caching proxy server for Bort.io. Current proxied data includes website icons and search suggestions.

Development

make venv
make run

Then try e.g. http://localhost:5000/icon?url=github.com&size=96.

Check app.py for all API endpoints and parameters.

Production

Run with gunicorn.

gunicorn app:app --workers 2 --threads 16 --max-requests 100

Define REDIS_URL in the environment pointing to a small Redis instance running with allkeys-lru eviction policy.

About

A caching proxy server for the Bort.io bookmark app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors