{"id":20992743,"url":"https://github.com/pkgstore/bash-gitea-api","last_synced_at":"2026-04-16T05:34:32.657Z","repository":{"id":183553519,"uuid":"668495252","full_name":"pkgstore/bash-gitea-api","owner":"pkgstore","description":"Tools for automating work with Gitea.","archived":false,"fork":false,"pushed_at":"2026-03-11T19:13:01.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-12T00:38:21.012Z","etag":null,"topics":["api","api-client","bash","bash-script","gitea","linux"],"latest_commit_sha":null,"homepage":"http://ihub.to","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkgstore.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-20T00:35:01.000Z","updated_at":"2026-03-11T19:13:06.000Z","dependencies_parsed_at":"2024-02-01T05:27:44.385Z","dependency_job_id":"3dea1029-8374-4642-9468-b86e3f72bb46","html_url":"https://github.com/pkgstore/bash-gitea-api","commit_stats":null,"previous_names":["pkgstore/bash-gitea-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pkgstore/bash-gitea-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore%2Fbash-gitea-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore%2Fbash-gitea-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore%2Fbash-gitea-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore%2Fbash-gitea-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkgstore","download_url":"https://codeload.github.com/pkgstore/bash-gitea-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore%2Fbash-gitea-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-client","bash","bash-script","gitea","linux"],"created_at":"2024-11-19T07:12:22.621Z","updated_at":"2026-04-16T05:34:32.635Z","avatar_url":"https://github.com/pkgstore.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bash tools for Gitea API\n\nTools for automating work with [Gitea](https://gitea.com/).\n\n## Syntax\n\n### Creating repository\n\n- [repo.create.sh](repo.create.sh)\n  - `-x 'TOKEN'`  \n    Gitea user token.\n  - `-a 'https://gitea.com'`  \n    Gitea API URL.\n  - `-o 'OWNER'`  \n    Organization name. This is not case sensitive.\n  - `-r 'REPO_1;REPO_2;REPO_3'`  \n    Repository name (array).\n  - `-d 'DESCRIPTION'`  \n    Repository description.\n  - `-l 'mit'`  \n    Open source license template. For example, \"mit\" or \"mpl-2.0\".\n  - `-b 'main'`  \n    Repository default branch.\n  - `-i`  \n    Repository auto-init.\n  - `-p`  \n    Whether repository is private.\n\n### Deleting repository\n\n- [repo.delete.sh](repo.delete.sh)\n  - `-x 'TOKEN'`  \n    Gitea user token.\n  - `-a 'https://gitea.com'`  \n    Gitea API URL.\n  - `-o 'OWNER'`  \n    Repository owner (organization).\n  - `-r 'REPO_1;REPO_2;REPO_3'`  \n    Repository name (array).\n\n### Transferring repository\n\n- [repo.transfer.sh](repo.transfer.sh)\n  - `-x 'TOKEN'`  \n    Gitea user token.\n  - `-a 'https://gitea.com'`  \n    Gitea API URL.\n  - `-o 'OWNER_OLD'`  \n    OLD repository owner (organization).\n  - `-n 'OWNER_NEW'`  \n    NEW repository owner (organization).\n  - `-r 'REPO_1;REPO_2;REPO_3'`  \n    Repository name (array).\n\n### Updating repository\n\n- [repo.update.sh](repo.update.sh)\n  - `-x 'TOKEN'`  \n    Gitea user token.\n  - `-a 'https://gitea.com'`  \n    Gitea API URL.\n  - `-o 'OWNER'`  \n    Organization name. This is not case sensitive.\n  - `-r 'REPO_1;REPO_2;REPO_3'`  \n    Repository name (array).\n  - `-d 'DESCRIPTION'`  \n    Repository description.\n  - `-b 'main'`  \n    Repository default branch.\n  - `-p`  \n    Whether repository is private.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgstore%2Fbash-gitea-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkgstore%2Fbash-gitea-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgstore%2Fbash-gitea-api/lists"}