Eduard Müller / taktik

Results 42 comments of Eduard Müller / taktik

Depending on which version of OSX you can also try following solution from Homebrew's FAQ: https://docs.brew.sh/FAQ#my-mac-apps-dont-find-homebrew-utilities And here's a more detailed explanation on how to change the PATH with `launchctl`:...

`-o rclone.program=/path/rclone` Thanks. Wasn't aware of this option. Then this indeed would work, but will require a new "preferences" dialog in Restic Browser to set up those paths.

The next version of Restic Browser will look for for restic in the following paths on MacOS, if it cannot be found in PATH: `/usr/local/bin:/opt/local/bin:/opt/homebrew/bin:~/bin`. This should cover most of...

Yes, it should have been found automatically, when it's located at this path. Which filename does the restic binary have? It must be just "restic", not "restic-vsomething". Also does location...

Except for the tab-completion, that's basically what the current text box in the **Files** section already does, isn't it? You can already enter a path there. The tab-completion would certainly...

Yes, indeed. With the result of the "recursive ls" referred to [here](https://github.com/emuell/restic-browser/issues/29#issuecomment-1233929647), a search could indeed be easily performed on that as well. Thanks for sharing your ideas. Much appreciated!

The web frontend itself could in theory be easily moved to a web server, but the [wails](https://wails.io) backend doesn't support web servers yet - only desktop apps.

Right now it will pick up existing restic env variables and use them as initial config: Try setting `RESTIC_REPOSITORY` and `RESTIC_PASSWORD`, then start restic from than env. AWS_ACCESS_KEY_ID, B2_ACCOUNT_ID are...

Support for RESTIC_REPOSITORY_FILE has been added here: https://github.com/emuell/restic-browser/commit/906f68705bb058f80da166bf81c2156895f4be04 But it's not released yet. You could try using the gitlab builds from here until it is: https://github.com/emuell/restic-browser/actions

... and a bunch of other args have been added here: https://github.com/emuell/restic-browser/pull/81