beromir / Servas

A self-hosted bookmark management tool.
https://servas.app
GNU General Public License v3.0
578 stars 32 forks source link

Improvement: Increase link length #84

Closed TimoReusch closed 9 months ago

TimoReusch commented 9 months ago

The length limit for the link field in the database defaults to 255 characters, which can be too less in some situations. 500 would be a more suitable default config.

beromir commented 9 months ago

Changed the length to 2048. Will make a new release in the next days.

beromir commented 9 months ago

Hey, I just pushed a new version of the Docker image, which contains the increased link length.