feat: anubis support #54
Reference in New Issue
Block a user
No description provided.
Delete Branch "anubis"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.