Jack
Jack
Additionally, some configurations like [Github allow for a `token_file` arg](https://cooperspencer.github.io/gickup-documentation/configuration/destination_docu/github/), which I think would be useful for the S3's `accesskey` and `secretskey`, either a .json file like `{"accesskey": ..., "secretkey":...
Just commenting to add I came here to open this issue, and see #2769 and this one. My friend group is evaluating new chat options to move to when Discord...
I am also getting this error. I installed `python-magic-bin` with `python3 -m pip install python-magic-bin` (because `uv tool install python-magic-bin` does not work), then installed jiratui with `uv tool install...
> Had the same issue on Windows with both `uv` and `pipx`. Had to manually inject that package. > > with pipx > > ``` > pipx install jiratui >...
**EDIT**: I actually am able to connect using my LAN IP. It seems sporadic, sometimes I can't connect, while other times I can. Leaving this here in case the info...
Sure, I generally use winget/scoop to install packages on Windows, when possible. I've been using dBeaver for a while but was impressed with qstudio, and wanted to add it to...
I do not have spaces in any of my repositories, but I noticed I had left an empty `- ""` in the `include:` section, I bet that was the cause......
I removed the empty include, but I'm still getting the AlphaDashDot error. Also, I'm noticing this happens on every `gitea` step for my codeberg.org repository. I see that things stopped...
I am running `gickup` in a Docker container. This is the configuration I'm using: ```yaml # yaml-language-server: $schema=https://raw.githubusercontent.com/cooperspencer/gickup/refs/heads/main/gickup_spec.json ## Crontab schedule to run gickup cron: "*/15 * * * *"...
I removed the S3 destination from my configuration as a test and noticed all repositories began synchronizing successfully again. I commented out this section: ```yaml ## Backup to an S3...