WIP: feat: anubis support #54
Labels
No items
No labels
Milestone
No items
No Milestone
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
appletalk
arjan
basebuilder
BornDeleuze
Brooke
carla
cas (Cassowary)
codegod100
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
flancian
Frando
iexos
jade (Jade Ambrose)
javielico (Javielico)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
marlon (marlon)
mayel
mirsal
moosemower
moritz
nicksellen (Nick Sellen)
notplants
oxaliq (sorrel)
p4u1
pau
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
PhiNatalie
renovate-bot (Comrade Renovate Bot)
ripclap
rix
rscmbbng
sef (sef)
simon
sixsmith (Sixsmith)
stevensting
tobias
trav (Trav Fryer)
val (val (he/him))
vaznasty
virtualboys
wolcen (Chris Thompson)
wykwit
xynosis
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: coop-cloud/wordpress#54
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
just copied it from the hedgedoc recipe, but haven't tested it yet.
Tested it, seems to break the healthcheck because Wordpress now serves a 301.
Had a look for an Anubis option to skip a particular URL, or a Wordpress healthcheck URL, no dice. @fauno any ideas?
@3wordchant afaik anubis should only redirect for user agents that identify themselves as browsers, a user agent that looks like a script is ok. maybe add
--user-agent=healthcheckto the script?though it's weird because it's connecting to localhost, maybe wordpress is redirecting to the external url too?
Yes this sounds plausible, Wordpress is extremely trigger-happy with redirects 🤔 But then how is the healthcheck passing normally?
Can we mark this WIP @fauno ?
what do you think of adding
--header "Host: $DOMAIN"to the health check?View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.