site-utils.php: Handle checking of links properly#441
Merged
mrrobot47 merged 1 commit intoEasyEngine:developfrom Dec 2, 2024
iamimmanuelraj:patch-1
Merged
site-utils.php: Handle checking of links properly#441mrrobot47 merged 1 commit intoEasyEngine:developfrom iamimmanuelraj:patch-1
mrrobot47 merged 1 commit intoEasyEngine:developfrom
iamimmanuelraj:patch-1
Conversation
``` ╭─root@immanuelraj.rt.gw ~ ╰─➤ ee auth create httpauth1.immanuelraj.rt.gw Error: Could not find the site you wish to run auth create command on. Either pass it as an argument: `ee auth create <site-name>` or run `ee auth create` from inside the site folder. ``` But if the site name doesn't start with HTTP then it will allow it ``` ╭─root@immanuelraj.rt.gw ~ ╰─➤ ee auth create testhttpauth.immanuelraj.rt.gw 1 ↵ Reloading global reverse proxy. Success: Auth successfully updated for `testhttpauth.immanuelraj.rt.gw` scope. New values added: User: ee-SzkPrf Pass: PjRg6O4adjM6Te49ac ````
Contributor
Author
mrrobot47
approved these changes
Dec 2, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
But if the site name doesn't start with HTTP then it will allow it
This commit fixes that