-
Notifications
You must be signed in to change notification settings - Fork 573
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
Draft: Replace WARC with Obelisk #481
Conversation
I would make this functionality optional. I'm afraid to imagine how large the database dumps will be, they are clearly not intended for such use. Also it seems that there is not enough setting to indicate in each specific case whether it is necessary to save, for example, JavaScript. The obelisk itself has such an functionality. |
Actually I have a need for shiori to save these archive files to object storage like minio :) |
I believe you already can mount volumes as s3-compatible storage by using docker/k8s? |
Just to not forget maybe possibility of download archive file in api can be helpful for this situation. |
This issue has been automatically marked as stale because it has not had any activity for quite some time. |
@fmartingr |
This was very outdated and it has very fee work on it. The PDF archiver refactored most of the logic so I need to start over when that PR is merged. |
This is a draft to replace WARC with Obelisk in order to know what would be the impact of such a change.
Notes:
Closes #353