Eragon
Eragon
You need to go to the release release and click on the download downloader button.
#1407 has been merged, do you have an idea on how to start from that new architecture ? I can try to help but I can't imagine how to add...
As this PR didn't got updated since 2021 I tried to update it to the current codebase. I still have a hard time getting the token server running with SQLite,...
I'll open a new PR with my version of the code.
From what I've seen this is everything that someone can need to setup an instance. I have one question: Is PostgreSQL 11 a requirement because you need specific features from...
I can't get clickhouse to work on Alpine, and I my Debian VM is completely broken. But outside of that the tutorial seems to work, thanks for it. This is...
désolé de mon inactivité, j'ai la version 1.2.3 de l'extension et pour moi l'url est mauvaise Vivaldi utilise les extensions de chrome et le moteur de rendu chromium j'ai vérifié...
```javascript //ligne "Afficher toute les notifications" if(notificator.getOptions("showAllNotifButton")) { var all_notifs_link = document.createElement("a"); all_notifs_link.classList.add("element", "other", "allNotifs"); all_notifs_link.href = urlZdS + "/forums/notifications"; all_notifs_link.textContent = "Toutes les notifications"; content.appendChild(all_notifs_link); } ``` voilà la...
Je me suis permit de le modifier en ```javascript //ligne "Afficher toute les notifications" if(notificator.getOptions("showAllNotifButton")) { var all_notifs_link = document.createElement("a"); all_notifs_link.classList.add("element", "other", "allNotifs"); all_notifs_link.href = urlZdS + "/notifications"; \\ changé...
The default robots.txt disallow all user-agents but people probably wants their wiki to be available on search engines. And personally, don't want to run a server only to serve one...