Merci Maiki pour ton soutien 
Ok, nous utilisons ce logiciel : GitHub - canonical/canonicalwebteam.discourse
Il utilise une requête Data Explorer, mais n’arrive pas à gérer les liens d’ancrage.
À partir de là, je vois 2 pistes possibles :
- soumettre une PR à Canonical
- avoir notre serveur Discourse en 2.6.7
Notre serveur est actuellement en 2.9.0 beta10. Il n’y a pas beaucoup de contenu, donc ce serait très facile de transférer vers un autre, pas de problème.
J’ai essayé de démarrer un nouveau serveur (sous Docker) avec :
#version: tests-passed
remplacé par
version: f73cdbbd2f20460ea6330930f97cdce59fb984be (dernier commit de la 2.6.7)
Mais malheureusement, il refuse de démarrer :
run-parts: executing /etc/runit/1.d/00-ensure-links
run-parts: executing /etc/runit/1.d/00-fix-var-logs
run-parts: executing /etc/runit/1.d/01-cleanup-web-pids
run-parts: executing /etc/runit/1.d/anacron
run-parts: executing /etc/runit/1.d/cleanup-pids
Cleaning stale PID files
run-parts: executing /etc/runit/1.d/copy-env
Started runsvdir, PID is 47
ok: run: redis: (pid 62) 0s
ok: run: postgres: (pid 59) 0s
supervisor pid: 57 unicorn pid: 90
config/unicorn_launcher: line 71: kill: (90) - No such process
config/unicorn_launcher: line 15: kill: (90) - No such process
(57) exiting
timeout: down: redis: 0s, normally up, want up
timeout: down: redis: 1s, normally up, want up
timeout: down: redis: 1s, normally up, want up
timeout: down: redis: 1s, normally up, want up
timeout: down: redis: 0s, normally up, want up
timeout: down: redis: 0s, normally up, want up
timeout: down: redis: 0s, normally up, want up
timeout: down: redis: 0s, normally up, want up
timeout: down: redis: 0s, normally up, want up
timeout: down: redis: 1s, normally up, want up
timeout: down: redis: 0s, normally up, want up
timeout: down: redis: 1s, normally up, want up
timeout: down: redis: 0s, normally up, want up
timeout: down: redis: 1s, normally up, want up
ok: run: redis: (pid 358) 0s
timeout: down: postgres: 0s, normally up, want up
timeout: down: redis: 1s, normally up, want up
...
Des suggestions ?