TopGit theo dõi wekan/wekan-gogs trên GitHub, đã đạt 26 sao. Gogs integration with Wekan
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
Then, run docker-compose up -d. The database will be created in the named
volume wekan-gogs-db.
The moment you want to use the CLI, attach to the container using docker attach {{container-name || container-id}}. Don't forget to detach using ^P^Q
to avoid exiting the shell.
For the moment no UI was developed, so all actions are run through a CLI.
User guide
First Run
After you run wekan-gogs for the first time, an application is registered in
Gogs and a Priority board is created in Wekan.
Add a repository for synchronization
wekan-gogs does not synchronize any repository by default. To activate
the synchronization between repositories, follow these steps:
Update the repository list
wekan-gogs: sync repos
wekan-gogs: list
┌─────────────┬────────┬───────────────────┐
│ Name │ Active │ Active (Priority) │
├─────────────┼────────┼───────────────────┤
│ andres/test │ │ │
├─────────────┼────────┼───────────────────┤
│ andres/lala │ │ │
└─────────────┴────────┴───────────────────┘
Activate the synchronization for a repo
wekan-gogs: activate andres test
wekan-gogs: list
┌─────────────┬────────┬───────────────────┐
│ Name │ Active │ Active (Priority) │
├─────────────┼────────┼───────────────────┤
│ andres/test │ X │ │
├─────────────┼────────┼───────────────────┤
│ andres/lala │ │ │
└─────────────┴────────┴───────────────────┘
This will create a board in Wekan using the following convention
repo_owner/repoName. Additionally, a set of labels is created in the
repository. These labels match the lists in the newly created Board and are
assigned by wekan-gogs automatically upon card movement between lists. You
should not assign one of these labels manually.
For the moment there are four fixed lists:
To Do (label kan:To Do)
In Progress (label kan:In Progress)
Review (label kan:Review)
Done (label kan:Done)
You can also activate the repository in priority mode. This will add a label
kan:Priority to the repository. If you add that label to an issue, it will be
added as a card in the Priority board.
wekan-gogs: activate --priority andres test
wekan-gogs: list
┌─────────────┬────────┬───────────────────┐
│ Name │ Active │ Active (Priority) │
├─────────────┼────────┼───────────────────┤
│ andres/test │ X │ X │
├─────────────┼────────┼───────────────────┤
│ andres/lala │ │ │
└─────────────┴────────┴───────────────────┘
Synchronize issues
wekan-gogs will automatically synchronize the issues created after
activating a specific repository. However, if you have open issues in a
newly activated repository, you need to synchronise them manually. The
current Gogs API paginates the results, so you need to provide the page
you're fetching.
wekan-gogs: sync issues andres test 1
You should now see all your issues created as cards in the To Do list, and
the corresponding label assigned to them.
Need help?
wekan-gogs: help
Commands:
help [command...] Provides help for a given command.
exit Exits application.
list [options] List repositories
deactivate [options] <username> <repo> Deactivate repository
activate [options] <username> <repo> Activate repository
sync issues <username> <repo> <page> Sync repository issues (only run this after activate)
sync repos [username] Sync repository list
Implemented features
Open issue in Gogs <--> Create card in Wekan
Comment on issue <--> Comment on card
Move card to another list in Wekan --> Assign the label to issue Gogs
Move card in Priority board <--> Move card in repository board
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/wekan/wekan-gogs là nguồn chính thức.
wekan/wekan-gogs có bao nhiêu sao?
wekan/wekan-gogs có 26 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/wekan/wekan-gogs. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
wekan/wekan-gogs có phải mã nguồn mở không?
Có — wekan/wekan-gogs phát hành theo license MIT, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/wekan/wekan-gogs.
wekan/wekan-gogs còn đang phát triển không?
Commit gần nhất trên wekan/wekan-gogs là 4.5 năm trước (theo timestamp GitHub). Repo có 3 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
wekan/wekan-gogs là gì?
wekan/wekan-gogs (wekan/wekan-gogs) là dự án JavaScript trên GitHub. Theo mô tả gốc: Gogs integration with Wekan
Đọc đầy đủ README ở tab phía trên.
wekan-gogs có đáng để bạn bỏ thời gian?
ChatGPT, Claude và Perplexity đều đọc được trang này. Hỏi thử xem họ nghĩ gì về wekan-gogs.