We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I could not get changedetection to be accessible in a subpath.
changedetection_enabled: true changedetection_hostname: change.myhost.org changedetection_path_prefix: /changedetection changedetection_playwright_driver_enabled: true
This did not work, I get a 404 error when trying to access myhost.org/changedetection.
The only way I could get it to work was to comment out changedetection_path_prefix:
changedetection_path_prefix
changedetection_enabled: true changedetection_hostname: change.myhost.org #changedetection_path_prefix: changedetection_playwright_driver_enabled: true
It's not great because the example in the docs actually use changedetection_path_prefix.
The text was updated successfully, but these errors were encountered:
Fix traefik labels
0954fb9
- Add stripprefix middleware (mother-of-all-self-hosting/mash-playbook#145) - Add slashless-redirect middleware - Move all traefik labels inside the traefik_enabled if condition
No branches or pull requests
I could not get changedetection to be accessible in a subpath.
This did not work, I get a 404 error when trying to access myhost.org/changedetection.
The only way I could get it to work was to comment out
changedetection_path_prefix
:It's not great because the example in the docs actually use
changedetection_path_prefix
.The text was updated successfully, but these errors were encountered: