-
-
Notifications
You must be signed in to change notification settings - Fork 842
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
Filesystem Revamp #2094
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We do this to keep the amount of open issues to a manageable minimum. |
Duplicate of #1783 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Functionality Discussion
Related:
#1783
#984
#822
Is your feature request related to a problem? Please describe.
We currently use a very patchwork way of managing and accessing the filesystem from within flarum. Sometimes, like in avatar uploads, we use Flysystem, other times we explicitly use a local file system. Regardless, there is very little centralization, and the whole thing is built somewhat haphazardly. I think we should build a system that will abstractify filesystem access across the site, which could be built on to allow configuration/management of storage options in config.php or the admin dashboard.
Describe the solution you'd like
It looks like @luceos has started a pretty cool approach in https://github.com/FriendsOfFlarum/filesystem-drivers
The text was updated successfully, but these errors were encountered: