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

WebUI #125

Open
jsaathof opened this issue Oct 9, 2024 · 4 comments
Open

WebUI #125

jsaathof opened this issue Oct 9, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@jsaathof
Copy link

jsaathof commented Oct 9, 2024

Would it be possible to serve this from a web server? I have seen #37 which was closed due to the use of Wails. Has this changed with the use of Tauri?

@emuell
Copy link
Owner

emuell commented Oct 9, 2024

In theory, it would be possible to display the UI in your default browser instead of using a webkit app, yes.

But what exactly would be the use case for that?

@jsaathof
Copy link
Author

jsaathof commented Oct 9, 2024

As I host my repositories on a headless server I would like to be able to browse the repositories from there. I wouldn't require an app to view the repositories on the client.

@emuell
Copy link
Owner

emuell commented Oct 9, 2024

I see. There is no "official" option for Tauri either. It might be possible to make this work with a bunch of hacks, but I personally don't think it's worth the effort, as you can also create an ssh tunnel to the repository files.

Assuming the Restic browser GUI would run on a headless server, it would still only have access to the headless server's file system, and it would not be possible to open file dialogs. Also previews of file's won't work either as they get launched on the server.

You could also try running Restic browser via xvfb. However, this requires a lot of GUI dependencies on the server.

@vinavon
Copy link

vinavon commented Oct 24, 2024

Would be great if has web ui, I'm using restic for backup webserver.

@emuell emuell added the enhancement New feature or request label Oct 29, 2024
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

3 participants