Skip to content
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

Document symlinked directories #222

Closed
g105b opened this issue Jul 7, 2022 · 2 comments
Closed

Document symlinked directories #222

g105b opened this issue Jul 7, 2022 · 2 comments
Assignees
Projects
Milestone

Comments

@g105b
Copy link
Member

g105b commented Jul 7, 2022

Something super useful to have is a symlinked directory within www. This allows user uploads to non-www directories, or mounted drives to be served publically.

EDIT: This functionality is now live, but this issue is being kept open while it is documented.

@g105b g105b added this to Planned in Overview Jul 9, 2022
@g105b g105b moved this from Planned to WIP in Overview Dec 8, 2022
@g105b g105b moved this from WIP to Planned in Overview Dec 31, 2022
@g105b g105b moved this from Planned to Backlog in Overview Jan 11, 2023
@g105b g105b moved this from Backlog to Planned in Overview Jul 4, 2023
@g105b
Copy link
Member Author

g105b commented Jul 4, 2023

{
	"data/uploads": {
		"require": {
			"vendor/bin/sync": "*"
		},
		"execute": {
			"command": "vendor/bin/sync",
			"arguments": ["--symlink", "data/uploads", "www/data/uploads"]
		}
	},
}

@g105b g105b mentioned this issue Jul 4, 2023
@g105b g105b self-assigned this Jul 4, 2023
@g105b g105b moved this from Planned to WIP in Overview Jul 4, 2023
@g105b g105b added this to the v2 milestone Jul 4, 2023
@g105b
Copy link
Member Author

g105b commented Jul 4, 2023

This functionality is tracked in PhpGt/Sync#51, which needs to be completed first.

@g105b g105b changed the title Symlinked directories Document symlinked directories Jul 7, 2023
@g105b g105b closed this as completed Sep 17, 2023
Overview automation moved this from WIP to Done September 2023 Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Overview
Done September 2023
Development

No branches or pull requests

1 participant