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

Move all data files to one location #302

Closed
wants to merge 1 commit into from

Conversation

marcoregueira
Copy link

Hi

I've just found your project and liked it a lot. I need to put a small blog up and running, and this project meets almost my requirements, good work!

I'll be making some changes to ease deployment and make it work for me. I'll be contributing some of them if you're ok with it.

I've noticed that user uploaded files are stored under www/data, while the SQLite database file is on the application's root.

I think having all data files together would ease deployment, backups, and mounting volumes with docker.

I moved the database file and the upload folder to a new directory called Data and used redirection to publish the files without reconfiguring paths on the interface. There should not be any noticeable difference other than the directory structure.

I think you will find it ok. Please, tell me if you need some changes. I have some other pull requests to send if you agree.

@dorthl
Copy link
Collaborator

dorthl commented Jun 8, 2023

Hello, these functions have been implemented in the dev branch, and it provides simultaneous support for multiple databases, and will be merged into the main branch soon, thank you for your contribution.

@dorthl dorthl closed this Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants