diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-23 18:29:35 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-23 18:29:35 +0100 |
commit | 4bcadcd2244989a8bb7d8dffdaf11f131b96c8ff (patch) | |
tree | a081c1c4216f4d1517940c2bc92dc7d8b3e15bb9 /pkgs/by-name/ba/back/README.md | |
parent | fix(modules/disko): Remove deprecated legacy type and migrate to `by-name` (diff) | |
download | nixos-server-4bcadcd2244989a8bb7d8dffdaf11f131b96c8ff.tar.gz nixos-server-4bcadcd2244989a8bb7d8dffdaf11f131b96c8ff.zip |
feat(pkgs/back): Init
Other options, for example `git-bug webui --read-only` is just to bugged to be useful.
Diffstat (limited to 'pkgs/by-name/ba/back/README.md')
-rw-r--r-- | pkgs/by-name/ba/back/README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/pkgs/by-name/ba/back/README.md b/pkgs/by-name/ba/back/README.md new file mode 100644 index 0000000..350abee --- /dev/null +++ b/pkgs/by-name/ba/back/README.md @@ -0,0 +1,27 @@ +<!-- +Back - An extremely simple git issue tracking system. Inspired by tvix's +panettone + +Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de> +SPDX-License-Identifier: AGPL-3.0-or-later + +This file is part of Back. + +You should have received a copy of the License along with this program. +If not, see <https://www.gnu.org/licenses/agpl.txt>. +--> + +# Back + +> An extremely simple git issue tracking system. Inspired by tvix's panettone. + +## Usage +Currently `back` only visualizes a `git-bug` repository. As such it takes exactly one +argument, being the repository to visualize. +The server is than started at `http://127.0.0.1:8000` and provides access to the issues +(bugs) tracked via `git-bug`. + +## Licensing + +This project complies with the REUSE v3.3 specification. This means that every file +clearly states its copyright. |