8000 🚀 Feature: Allow renaming of existing shares · Issue #846 · stonith404/pingvin-share · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
🚀 Feature: Allow renaming of existing shares #846
Open
@tlesca

Description

@tlesca

🔖 Feature description

rename a share through the web interface.

🎤 Pitch

Is your feature request related to a problem?

Yes. Once a share is created, it's currently not possible to rename it through the web interface. This can be problematic when:

  • The share name was mistyped or needs clarification
  • A naming convention evolves (e.g. for projects or clients)
  • Users manage dozens of shares and need to keep things organized

The only workaround right now is to delete and recreate the share — or manually edit the database, which is unsafe and not user-friendly.


Describe the solution you'd like

Add a simple "Rename" option in the web interface (e.g. next to "Delete" and "Edit"). Ideally, this would allow the user to:

  • Change the display name (name field) of the share
  • Keep the id and associated files untouched
  • Update instantly in the UI and database

Describe alternatives you've considered

Currently, I have to:

  1. Open the container
  2. Install SQLite manually
  3. Locate the DB file
  4. Update the Share table manually
  5. Restart the container

This is not sustainable for regular usage or for non-technical users.


Additional context

  • Pingvin Share version: [vX.Y.Z or latest]
  • Running via Docker
  • Suggesting this as a low-effort but high-impact improvement to the UX

Thanks a lot for your great work on Pingvin Share! It's a brilliant lightweight tool, and this feature would make it even more user-friendly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0