Damus

Recent Notes

Marco R. profile picture
In my app pictures in posts appear very blurred,
like from a blurhash. Is that a problem with server settings, the image backend
or imagick?
1
Michael 🇺🇦 · 1w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqn7dnfh74anaddchjhrklj7yumhz3k3yqe93m6a2ug9gpdulc8l6s09j7u7 When pictures are blurred, then the system falls back to the blurhash, because it cannot fetch the picture. Which kind of pictures are they? The avatars and/or the pictures in posts?
Matthias · 1w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqn7dnfh74anaddchjhrklj7yumhz3k3yqe93m6a2ug9gpdulc8l6s09j7u7 This solves your problem without restricting the functionality for you as a user
Matthias · 1w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqn7dnfh74anaddchjhrklj7yumhz3k3yqe93m6a2ug9gpdulc8l6s09j7u7 Why not disable the search function for guests? You can find the relevant setting in the admin panel.
Rainer "friendica" Sokoll · 1w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqn7dnfh74anaddchjhrklj7yumhz3k3yqe93m6a2ug9gpdulc8l6s09j7u7 You could use fail2ban. Idea: block any IP that calls /search?tag= more than 30 times a minute (that would be a query every 2 seconds) for 10 Minutes or so.
Marco R. · 2w
I tried to add sueden.social/#0 /var/www/freunde/src/Model/Contact.php(3304): Friendica\Model\Circle::addMember() #1 /var/www/freunde/src/Module/Contact/Follow.php(192): Friendica\Model\Contact::creat...
Marco R. profile picture
This is the log:
2026-03-25T19:32:30Z app [CRITICAL]: Syntax error in template "file:/var/www/freunde/view/templates/contact_edit.tpl" on line 30 "{{if $contact_actions.}}<li role="menuitem"><a href="{{$contact_actions.fetchoutbox.url}}" title="{{$contact_actions.fetchoutbox.title}}">{{$contact_actions.fetchoutbox.label}}</a></li>{{/if}}" - Unexpected "}}" {"template":"file:/var/www/freunde/view/templates/contact_edit.tpl",...
Marco R. profile picture
I tried to add sueden.social/#0 /var/www/freunde/src/Model/Contact.php(3304): Friendica\Model\Circle::addMember()
#1 /var/www/freunde/src/Module/Contact/Follow.php(192): Friendica\Model\Contact::createFromProbeForUser()
#2 /var/www/freunde/src/Module/Contact/Follow.php(69): Friendica\Module\Contact\Follow->process()
#3 /var/www/freunde/src/BaseModule.php(231): Friendica\Module\Contact\Follow->post()
#4 /var/www/freunde/src/App.php(595): Friendica\BaseModule->run()
#5 /var/www/freunde/src/App.php(190): Friendica\App->runFrontend()
#6 /var/www/freunde/index.php(22): Friendica\App->processRequest()
#7 {main}

Is this problem already fixed in the develop version or is it a problem with my server?
1
Marco R. · 1w
This is the log: 2026-03-25T19:32:30Z app [CRITICAL]: Syntax error in template "file:/var/www/freunde/view/templates/contact_edit.tpl" on line 30 "{{if $contact_actions.}}<li role="menuitem"><a href="{{$contact_actions.fetchoutbox.url}}" title="{{$contact_actions.fetchoutbox.title}}">{{$contact_act...
Michael 🇺🇦 · 5w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqn7dnfh74anaddchjhrklj7yumhz3k3yqe93m6a2ug9gpdulc8l6s09j7u7 nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpq76rs4lx7gjqwepgg75psfpv7zjj3xz0lyj4n7rux93ftm390sarssqm80m No: github.com/friendica/friendica…