{"id":21463419,"url":"https://github.com/ijustdev/gitea-vscode","last_synced_at":"2025-07-15T03:31:39.391Z","repository":{"id":43595364,"uuid":"180363464","full_name":"IJustDev/Gitea-VSCode","owner":"IJustDev","description":"Issue tracker for gitea repositories","archived":false,"fork":false,"pushed_at":"2024-01-10T03:47:37.000Z","size":630,"stargazers_count":41,"open_issues_count":10,"forks_count":19,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-03-20T10:10:31.448Z","etag":null,"topics":["git","gitea","hacktoberfest","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://ijustdev.github.io/Gitea-VSCode/","language":"TypeScript","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/IJustDev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"ijustdev","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-04-09T12:37:42.000Z","updated_at":"2024-02-26T11:56:07.000Z","dependencies_parsed_at":"2023-01-21T12:45:36.438Z","dependency_job_id":null,"html_url":"https://github.com/IJustDev/Gitea-VSCode","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IJustDev%2FGitea-VSCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IJustDev%2FGitea-VSCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IJustDev%2FGitea-VSCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IJustDev%2FGitea-VSCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IJustDev","download_url":"https://codeload.github.com/IJustDev/Gitea-VSCode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226014137,"owners_count":17559998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["git","gitea","hacktoberfest","vscode","vscode-extension"],"created_at":"2024-11-23T07:22:35.822Z","updated_at":"2024-11-23T07:22:36.558Z","avatar_url":"https://github.com/IJustDev.png","language":"TypeScript","funding_links":["https://patreon.com/ijustdev","https://www.buymeacoffee.com/IJustDev"],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"vscodium-logo\" align=\"center\"\u003e\n    \u003cbr /\u003e\n    \u003cimg src=\"https://github.com/IJustDev/Gitea-VSCode/raw/master/resources/icon-highres.png\" alt=\"VSCodium Logo\" width=\"200\"/\u003e\n    \u003ch1\u003eGitea-VSCode\u003c/h1\u003e\n    \u003ch3\u003eIssuetracker for Gitea\u003c/h3\u003e\n\u003c/div\u003e\n\n\u003cdiv id=\"badges\" align=\"center\"\u003e\n\n![GitHub](https://img.shields.io/github/license/ijustdev/gitea-vscode)\n![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/ijustdev.gitea-vscode)\n![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/ijustdev.gitea-vscode)\n[![Gitter](https://badges.gitter.im/Gitea-VSCode/community.svg)](https://gitter.im/Gitea-VSCode/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\n\u003c/div\u003e\n\n## Overview\nGitea-VSCode is an Visual Studio Code extension that allows you to manage (currently only view) your issues.\n\n## Support\n\u003ca href=\"https://www.buymeacoffee.com/IJustDev\" target=\"_blank\"\u003e\u003cimg src=\"https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\n## Getting Started\n\nGo to your settings, and find the `Gitea` section, and fill out the details.\n\nPlease make sure not to make your authtoken public, as it can be used to act on your behalf.\nKeep instance key `\"gitea.token\"` in [user settings](https://vscode.readthedocs.io/en/latest/getstarted/settings/) other section keys keep in `.vscode/settings.json`.    \nOtherwise do not push the .vscode folder to your repository and doublecheck this part. It contains your gitea server instance key.\n\n### Config example\n\n- go to `https://%YOUR_GITEA_SERVER/user/settings/applications` and `Generate Token`\n- fill `,\"gitea.token\": \"%YOUR_KEY%\"` in VS code user settings in following locations:\n   - Win %APPDATA%\\Code\\User\\settings.json\n   - Mac $HOME/Library/Application Support/Code/User/settings.json\n   - Linux $HOME/.config/Code/User/settings.json\n- fill in `.vscode/settings.json` \n```\n    , \"gitea.instanceURL\": \"%YOUR_GITEA_SERVER%\"\n    , \"gitea.owner\": \"%OWNER%\"\n    , \"gitea.repo\": \"%REPO_NAME%\"\n```\n\n### The following details are needed\n\n- Authtoken\n- Port (either 80 or 443) in case that you use docker please enter the exposed port\n- BaseURL (default to \"\") in case you have your instance reachable on a suburl.\n- Domain in format: \"example.com\"\n- Repository owner (may be an organisation): \"TestOrganisation\"\n- Repository name \"ExampleRepository\"\n\nWhen you've finished you can press the refresh button in the open issues section and you'll see the issues of the first 10 pages (only open issues).\n\n## Issue colors\n\n![Issues with multiple colors](./media/gitea-issues.png)\n\nIn order to get nice looking issue icons in multiple colors (of your choice) you just need to assign a label to your issue. The color is being fetched automatically. In most cases you need to restart visual studio code to apply the icons in the issues tab if you've changed them though.\n\n## Contributing\nPlease refer to each project's style and [contribution guidelines](CONTRIBUTING.md) for submitting patches and additions. In general, we follow the \"fork-and-pull\" Git workflow.\n\n 1. **Fork** the repo on GitHub\n 2. **Clone** the project to your own machine\n 3. **Commit** changes to your own branch\n 4. **Push** your work back up to your fork\n 5. Submit a **Pull request** so that we can review your changes\n\nNOTE: Be sure to merge the latest from \"upstream\" before making a pull request!\n\n## Roadmap\n\n- Implement a `Close Issue` Button\n- Create Issues via Webview\n- `Comment` Issues\n- Support multiple git servers\n\n\n[logo]: resources/icon.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fijustdev%2Fgitea-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fijustdev%2Fgitea-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fijustdev%2Fgitea-vscode/lists"}