Add new code management in the list

This commit is contained in:
Marius Stanca 2023-07-19 19:16:49 +03:00
parent 2fcf1ce7a8
commit 6e7bb38483
No known key found for this signature in database
GPG Key ID: 3F18F3CF10AD6E8D
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
workflow_dispatch:
schedule:
# At 09:00 on Monday: https://crontab.guru/#0_9_*_*_1
- cron: "0 9 * * 1"
- cron: "0 9 30 * 0"
jobs:
link_checker:

View File

@ -204,6 +204,8 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
- [Gogs](https://gogs.io/) - A painless self-hosted Git service.
- [Gitea](https://gitea.io/) - A painless self-hosted Git service.
- [Gitblit](https://github.com/gitblit/gitblit) - Pure Java Git solution for managing, viewing, and serving Git repositories.
- [RhodeCode](https://rhodecode.com/) - Centralized control for distributed repositories. Mercurial, Git, and Subversion under a single roof.
- [Radicle](https://radicle.xyz/) - Radicle is a sovereign peer-to-peer network for code collaboration, built on top of Git.
## Web Servers