theunraveler / taskwarrior-web

A web interface for the Taskwarrior todo application. Because being a neckbeard is only fun sometimes.
http://theunraveler.github.com/taskwarrior-web
MIT License
526 stars 63 forks source link

Allow mounting application at a location other than '/' when started with rackup. #118

Open sjbronner opened 5 years ago

sjbronner commented 5 years ago

I needed to mount my todo list at mypersonalsubdomain/task-web. However, links were hard-coded in several places. I have modified them to generate correct links using the url function.

I had to change @@root so that sinatra/simple-navigation will pick up the configuration file in /lib/taskwarrior-web/config instead of looking in /config. This works for me with rackup, but I don't know if it breaks something when used with vegas.

All the other changes should be safe.

Zebradil commented 5 years ago

Thanks for the PR! I hope I'll manage to test it this weekend.