

C’est facile à dire quand il s’agit d’héberger un site statique à faible fréquentation.
Alors oui Cloudflare faut s’en débarrasser, AWS/GCP/Azure ce serait mieux d’en rester indépendant, mais à partir d’un certain volume, c’est sans equivalent.
Maintenant, en-deçà d’un certain niveau, y a des cloud locaux, comme PulseHeberg et OVH en France, Hetzner et Netcup en Allemagne, etc.













It might be, yes : https://github.com/aeharding/voyager/blob/main/src/routes/pages/shared/CommentsPage.tsx#L41
As mentioned by @cypherpunks@lemmy.ml, the solution is to add
type_=Allin query parameters.From the Voyager app’s source code, it seems like the value is
undefinedby default.I think replacing this by
Allcould fix the issue. But, I have no experience in that app’s dev stack, so I can’t be sure.Therefore, I’d suggest submitting a GitHub issue showing 2 screenshots : of the same post, one on Voyager, the other one on another app, where the former shows less comments than the latter. Indicate that replacing
undefinedwithAllmight fix the issue.If the maintainer(s) reproduce and confirm, they’ll push the fix.
If I was more confident, I’d directly make a PR, but I’m not.