129d67bc8bcd26547fb01023393ba6421b10391b
```EOF For the organizations list, I am trying use my test instance, but getting the following in the logs; ``` 2025-09-23T00:12:38.638052Z INFO gitea_mirror: Fetching repositories from organization: https://gitea.hak8or.com/mirrors 2025-09-23T00:12:38.638081Z INFO fetch_org_repos{org_url="https://gitea.hak8or.com/mirrors"}: gitea_mirror: Querying API endpoint: https://gitea.hak8or.com/api/v1/users/mirrors/repos 2025-09-23T00:12:38.653694Z ERROR gitea_mirror: Failed to fetch repos from https://gitea.hak8or.com/mirrors: HTTP status client error (401 Unauthorized) for url (https://gitea.hak8or.com/api/v1/users/mirrors/repos?page=1) 2025-09-23T00:12:38.653713Z INFO gitea_mirror: Gitea mirror process completed. ``` I don't have a user with that key for the instance. Can you add the ability to provide an api key to each organization entry in the toml config? At the same time, is it possible to get a list of all repos from an organization without needing to use an api key? If so, when no api key is provided, can you use that? ```EOF
Description
LLM generated tool used to create mirrors on gitea from a list of repos
v0.4
Latest
Languages
Rust
100%