add codeberg mirror and future ideas
All checks were successful
CI / shellcheck (push) Successful in 18s

This commit is contained in:
Matthias Johnson 2026-03-01 00:15:01 -07:00
parent 0943a639cc
commit 87b13d590d

View file

@ -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):