I moved the #Friendica Wiki to another server. I need some people to test it and see if all works. I will then solve the problems pointed out.

The initial setup was not done by me. It was still on a server with php 7.4 because it did not work with 8.x due to some plugins. I removed those plugins, apparently not maintained since 2014.

I also saw that it loads some js from some CDN, I don't like that either, so tips welcome on that. Maybe there is a plugin that stores such stuff locally?

Also can you suggest a free service to analyze your webpage, show problem, broken links and such?

I saw that the Avatar (only a systemwide standard avatar for all users) is not displayed in my Firefox, but looks fine on Chromium. May be a DNS issue, so local issue only, seems tailscale some how messes up my DNS resolution. But please have a look for any embedded stuff that does not load!

Send me screenshots if you like and/or links to the problem page.

Here is the wiki.friendi.ca

@helpers

in reply to utzer [Pleroma]

@utzer [Pleroma] I think you could use wget to check for broken links..

I use this for a local website and think it is also possible for a live website. I think there was also some option to adjust how many 'clicks' will be done per second.. or so

#!/bin/bash

#r: recursive
#nd: no directories (don't create them)
#nv: non verbose
#l 1: level (scan deepness)
#w 2: wait seconds between requests
#p: get all page requisites such as images, etc. needed to display HTML page so we can find broken image links too
#o: output

wget --spider -r -nd http://localhost/mysite/
in reply to xy..

@noidea ich sehe in meiner Dev Console eine Reihe Fehlermeldungen und es sieht dann auch so aus, aber nur im Incognito Fenster.

The resource from “wiki.friendi.ca/lib/plugins/ic… was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
start
The resource from “wiki.friendi.ca/lib/plugins/ic… was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
start
The resource from “wiki.friendi.ca/lib/tpl/bootst… was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
start
The resource from “wiki.friendi.ca/lib/tpl/bootst… was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
start
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. start
The resource from “wiki.friendi.ca/lib/tpl/bootst… was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).

Ich suche mal den Fehler.

@xy..