melle2

Results 10 comments of melle2

Why should it work with the nightly build? This issue is still open and there is no commit... With 0.2.4 I still can only see less than 10% of my...

> > With 0.2.4 I still can only see less than 10% of my photos on the map > > Can you provide images which are supposed to be on...

Sorry for the late resonse, was quite busy. Yes, cron is running every 5 minutes. Even more, from time to time (usually after a new version of maps) I execute...

Sorry, I should have read the comment on the top of the Apache Dockerfile :grimacing:

OK, after reviewing the changes, this solution does not work with that approach. PHP-FPM doesn't use Apache. Hence. this would not work with PHP-FPM build and ultimatley fail.

What could be done here https://github.com/phpmyadmin/docker/blob/272944cc5a10f7740acacbe2a35c2c1f6d9a98c7/update.sh#L49 is something like ``` if [ "$variant" == "fpm" ]; then cat "$template" | sed -e "/a2enmod remoteip; \\\/d" >> $variant/Dockerfile else cat "$template"...

Maybe a feedback from me, as I'm using Phonetrack, too. Just upgraded to NC29 and the icon links are woking as expected, specifically Phonetrack. ![grafik](https://github.com/nextcloud/server/assets/71716485/eb16435f-0d83-4029-8d2f-633305ff86b9)

Could be a specific probblem of you plugin installation. Did you try to remove and re-add Phonetrack?

I'm running out of ideas right now... Tried the repair function? --> `./occ maintenance:repair` (should run as `www-data` user). Please create a backup before

@rincorvid thank you so much, you've sent me to the right path! I'm still using `MD5-CRYPT` and wanted to change to `Argon2id` but failed as I've learned that this algorithym...