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

CSV importing blocked by configuration #5

Open
AverageDood opened this issue Oct 11, 2023 · 2 comments
Open

CSV importing blocked by configuration #5

AverageDood opened this issue Oct 11, 2023 · 2 comments

Comments

@AverageDood
Copy link

Describe the bug

Due to the shipped configuration, the import of CSVs will fail.
The configuration shipped by the "example.yml" on the Firefish git, while commented, has a localhost listed on the Allowed Private Networks part. This is NEEDED by Firefish, as otherwise, it won't be actually able to access some local files, and therefore, won't be able to import anything at all.

allowedPrivateNetworks: [
  '127.0.0.1/32'
]

Context

  • Hardware: Old computer
  • YunoHost version: Irrelevant to the issue, but 12.0.0 Unstable
  • I have access to my server: Through SSH, through the webadmin and also direct access via keyboard and screen if needed
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: No
  • Using, or trying to install package version/branch: 1.0.3~ynh1

Steps to reproduce

1.- While logged in, go to the configuration page (NOT the control panel)
2.- Proceed to the Import/Export tab, and try importing any CSV
3.- Relish as it reports that the operation has been requested, yet absolutely nothing is acutally done

Expected behavior

The server should be able to succesfully import the provided CSVs

@MatKlein
Copy link

MatKlein commented Nov 6, 2023

You are completly right. I mentioned it also in September, that the listed ip settings are neccessary for a working upload. I've no idea, if this repository is still activly maintained.

@lapineige
Copy link
Member

We're monitoring it, but we have no time to improve the package for now. Any help is appreciated :)

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

No branches or pull requests

3 participants