-
Notifications
You must be signed in to change notification settings - Fork 70
Create a helper to read in a optional local_url to bypass the need to… #795
New issue
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
Conversation
… access the application using the external url.
Okay, tested it on my local instance. Seems to work for me. Please also test and kindly review :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: HB9HIL <80885850+HB9HIL@users.noreply.github.com>
…rl config entry is missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to me. Tested with the cronmanager behind a proxy.
Grace Period of max. 24 hours before merge so @int2001, @phl0 or @AndreasK79 have a chance to see this change aswell
Please modify the Wiki article here: https://github.com/wavelog/wavelog/wiki/Recommended-Cron-Jobs-and-Cronmanager |
Hey,
I think i solved the issue with the cronmanager (at least for me).
This patch will create a config option "local_url" which can be used to provide an alternative url to access the cronmanager (e.g. "http://localhost/".
If this option is not set the base_url will be returned instead.