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

[Feature Request]Add Upload Files on WebUI #1010

Open
TPAXcc opened this issue Aug 20, 2024 · 3 comments
Open

[Feature Request]Add Upload Files on WebUI #1010

TPAXcc opened this issue Aug 20, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@TPAXcc
Copy link

TPAXcc commented Aug 20, 2024

What feature should be added to Suwayomi?

Uploading comic files directly through the web UI

Why/Project's Benefit/Existing Problem

After installing Suwayomi-docker with Podman and enabling Usermode Network in Podman Desktop, you may find that the podman cp command does not work for transferring files into the container. The only practical solution available might be to directly upload manga files through the web UI.

Additionally, this feature should not only be able to transfer manga to a Local source, because Tachyomi's backup files do not support directly backing up downloaded manga (regardless of which source they were downloaded from).

@TPAXcc TPAXcc added the enhancement New feature or request label Aug 20, 2024
@Robonau
Copy link
Contributor

Robonau commented Aug 20, 2024

is there a reason you can use a mounted path for the local folder and downlaods folder

@TPAXcc
Copy link
Author

TPAXcc commented Aug 21, 2024

is there a reason you can use a mounted path for the local folder and downlaods folder

The podman cp command is useful for copying files between the host and containers, but it doesn't work in my setup. I need to migrate manga files from my old local source to Suwayomi-Docker. Using a mounted path is necessary because the Podman container user is different from the default WSL user, making file transfers challenging. But during testing, I noticed that the Suwayomi-Docker container does not mount Windows storage to /mnt, leaving it empty.

@Robonau
Copy link
Contributor

Robonau commented Aug 21, 2024

can u not change the user/group in podman?
like in docker compose you would do

services:
  suwayomi:
    image: ...
    user: 99:100
    ...

(99:100 is for unraid, idk what wsl is)
in the regular docker cli u would just add --user 99:100

as for what and where it mounts Windows storage thats something you do, not what the Suwayomi-Docker container does by itself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants