Được TopGit lập chỉ mục từ metadata GitHub: wekan/wekan-cleanup có 16 sao, viết chủ yếu bằng JavaScript. Python wrapper to clean up Wekan database
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.
Run the following command in the source root directory to build the docker image:
docker build -t wekan-cleanup .
With DB authentication
Create MongoDB User
You still need a MongoDB user with access to the wekan database.
If MongoDB is running in a docker container you could enter the container via docker (e.g. docker exec -it wekan-db mongo) and create the user:
use admin
db.createUser({user: "admin",pwd: "admin123",roles: [ "readWrite"]})
Save the password as a file
Save the password as the content of a file on your computer, for example:
echo "admin123" > .MONGO_PASSWORD
Run the docker container with your custom settings
Before you execute this command, please make sure that you have a backup of your MongoDB.
Make sure the MongoDB is accessible
If the MongoDB is running in a docker container, you could either use its network or expose the MongoDB port, the former is recommended. The example above uses the default network from the Wekan's docker-compose setup.
Other useful parameters
MONGO_DIRECT_CONNECTION: Don't try to connect to all replica nodes. Useful when you enable MongoDB replicaset to take advantage from Oplog, but the replica has been configured with an unreachable address (for example, localhost:27017). See pymongo docs
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-cleanup là nguồn chính thức.
wekan/wekan-cleanup có phải mã nguồn mở không?
Có — wekan/wekan-cleanup 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-cleanup.
wekan/wekan-cleanup có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho wekan/wekan-cleanup. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
wekan/wekan-cleanup dùng license gì?
wekan/wekan-cleanup phát hành theo license MIT. Nên mở file LICENSE trên GitHub để xác nhận — license metadata đôi khi lệch với thực tế dự án.
wekan/wekan-cleanup là gì?
wekan/wekan-cleanup (wekan/wekan-cleanup) là dự án JavaScript trên GitHub. Theo mô tả gốc: Python wrapper to clean up Wekan database
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về wekan-cleanup?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về wekan-cleanup.