[Lstu] (framalink) URL shortner

As part of Framasoft’s decentralisation effort, I made a PR to make the Lstu package working (issue on redmine).

2 Likes

Hello

I install it on my server, it work, but when i try to delete short link it’s doesn’t work.
I was wondering if there is some where i can nano something to change my link ?

Thanks for your help

After my server was rebooted after YunoHost 11.0 was migrated, the lstu service was down with:

SSLeay.c: loadable library and perl binaries are mismatched (got handshake key 0xce00080, needed 0xed00080)

This was resolved by following the official documentation:

cd /var/www/lstu
rm -R local
carton install --deployment --without=sqlite --without=mysql
yunohost service restart lstu

I don’t know how we could automate that at YunoHost…