From 87b13d590d3b9966bac7f1d2ac34f006edaf530a Mon Sep 17 00:00:00 2001 From: Matthias Johnson Date: Sun, 1 Mar 2026 00:15:01 -0700 Subject: [PATCH] add codeberg mirror and future ideas --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d9ec59..ab666c7 100644 --- a/README.md +++ b/README.md @@ -216,15 +216,19 @@ Management (accept hex ID or name): -h Show help ``` +## Future feature ideas + +- [ ] `-R` flag to restart / reload + ## License AGPL-3.0-or-later. See [LICENSE](LICENSE). ## Contributing -The primary repository is hosted on [Forgejo](https://code.opennomad.com/opennomad/systab) with a public mirror on [GitHub](https://github.com/opennomad/systab). +The primary repository is hosted on [Forgejo](https://code.opennomad.com/opennomad/systab) with a public mirrors on [Codeberg](https://codeberg.org/opennomad/systab) and [GitHub](https://github.com/opennomad/systab). -Contributions (issues and pull requests) are welcome on GitHub. +Contributions (issues and pull requests) are welcome via both mirrors. After cloning, enable the pre-commit hook (runs ShellCheck + tests):