Skip to content

feature request: enhance the mounting experience - ideas #81

@goebbe

Description

@goebbe

Testing vykar 0.12.12,
Instead of restore, I prefer use vykar mount to browse/ view/ restore single files from my snapshots.

However, there are a couple of annoyances, when using vykar mount:

  • on my system, port 8080 is already used by syncthing - so I frequently find myself looking for the syntax to set the address/port.
  • When I use e.g. vykar-mount --address 127.0.0.1:9090, I have to manually copy/ paste the URL from the terminal to my file-browser (nemo) and replace http:// by dav:// in order to get access to the snapshots.

It would be great if

  1. one could put the desired --address:port for the mount command, in the config.yaml - and vykar mount would automatically apply this mount parameter.
  2. there would be a kind of hook_mount: type of thing, where I could mess / put a command to mount and open the link.
  3. mounting could be integrated in the GUI - perhaps on the snapshot tab? conditional on a defined hook_mount?

On Linux Mint, for example, I would like to put the following commands in a kind of mount hook:
gio mount dav://127.0.0.1:9090 && open dav://127.0.0.1:9090
This would mount and open the repository via dav:// in one go. This would only work if I could set the adress/port.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions