mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #596] Wallabag import script impossible to execute #313
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#313
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crawfordlong on GitHub (Mar 20, 2023).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/596
Data
Describe the bug / actual behavior
Documentation references a wallabag import bash script to import a wallabag json archive. The docker container is built without bash (i.e.,
docker exec -it shiori /bin/shworks but/bin/bashdoes not). The import script is therefore impossible to execute in a docker deployment.Expected behavior
docker exec -it shiori /bin/bashthen ./$scriptname works to import wallabag json archive.To Reproduce
Steps to reproduce the behavior:
docker exec -it shiori /bin/bash(fails)docker exec -it shiori /bin/sh(works)./$scriptnamefails because bash isn't available (I believe the script name is wallabag2shiori, but I can't confirm that where I am right now)@Monirzadeh commented on GitHub (Jul 1, 2023):
Hi
can you send a wallabag json sample for testing that?
In general, it is not a big problem. Docker image, use sh. and as you explain script work fine, so it is better if we just update document and be sure script work fine in sh too.
@fmartingr commented on GitHub (Jan 1, 2025):
I added support in the CI to have
alpine-vX.X.Xtagged versions, which allow for a non-scratch OS to be run along Shiori. In that OS all required tooling can be installed usingapk -update add. It's difficult to keep up with all third party scripts so right now this is the best way to interact with the docker image.@stale[bot] commented on GitHub (Jan 31, 2025):
This issue has been automatically marked as stale because it has not had any activity for quite some time.
It will be closed if no further activity occurs.
Thank you for your contributions.