friendica / docker

Docker image for Friendica
https://friendi.ca
GNU Affero General Public License v3.0
44 stars 18 forks source link

Wrong sitename and description on Friendica Directory https://dir.friendica.social/ #224

Open CyberPingU opened 1 year ago

CyberPingU commented 1 year ago

Apparently this variable is totally ignored in docker-composer.yml (both in fresh install and later on re-runs):

FRIENDICA_SITENAME

The result is that the site's name results "Friendica Social Network".

If I change it in admin panel, it starts being the new one i.e. "My own copy of Friendica site", but on the other hand:

How to fix these?

nupplaphil commented 1 year ago

FRIENDICA_SITENAME

I'm unable to reproduce the FRIENDICA_SITENAME issue :-/

I deleted the config config.sitename in the database and removed it from the local.config.php and just changed the environment variable and the correct title appears.

Even if I overwrite the sitename in the admin panel (it is saved into the database which is of course a bug), the environment variable still stands...

There's no way to see the description

What do you exactly mean?

global directory gets enabled again

If you delete the "global directory" entry, the default value will be set again (https://dir.friendica.social), which is some kind of unwanted behavior I guess.

I will address both found issue in the Friendica upstream.