simonsan
simonsan
With the Translation feature (#345) coming in I want to discuss something, that would make translations easier and maybe even give us the possibility to easily `check`, `format` and `test`...
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** git-cliff uses `git2`, I ask myself if there have been any thoughts already about adapting...
I think it would be nice to: - Create a new release every time a new book is added/something significant changes (for watching this repository, subscribing to updates) - have...
I would like to read the password from stdin in CD, how can I achieve that as for example with gpg? ``` echo "${{ inputs.rsign-passphrase }}" | gpg --pinentry-mode=loopback \...
Our current setup is like this: ```console rustic-v0.7.0-x86_64-pc-windows-msvc.tar.gz ├── rustic-v0.7.0-x86_64-pc-windows-msvc ├── config │ ├── rustic.toml ├── rustic.exe ``` ```console Checking target-arch... x86_64-pc-windows-msvc Checking current version... v0.6.1 Checking latest released version......
Fix typo in Readme
> it gives the possibility to set a location of their own to the users. yeah, users can set a custom location with the environment variable, but `"RUSTIC_HOME": "$dir"` is...
To make rustic more portable, we can use `RUSTIC_HOME` to locate the user's wanted config directories without relying on conventional/standard directories varying on the operating system. On Windows, we add...
TL;DR: use `repository = "opendal:s3"` like specifed in https://github.com/rustic-rs/rustic/tree/main/config/services As this works: ``` [repository] repository = "opendal:s3" password = "pass" [repository.options] root = "/" bucket = "test-dal" endpoint = "https://p7v1.ldn.idrivee2-40.com"...
Investigate possibilities to create `stable` and `nightly` release channels in combination with `self-update` command. Would probably involve some settings that need to be made persistent in `RUSTIC_HOME`, to be able...