diff options
Diffstat (limited to 'pkgs/by-name/ba/back/README.md')
-rw-r--r-- | pkgs/by-name/ba/back/README.md | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/pkgs/by-name/ba/back/README.md b/pkgs/by-name/ba/back/README.md deleted file mode 100644 index 4bbd9c0..0000000 --- a/pkgs/by-name/ba/back/README.md +++ /dev/null @@ -1,45 +0,0 @@ -<!-- -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`. - -### Note - -`back` needs write access to the repository, because of internal `gix` and `git` object -reasons. - -## Relevant Environment Variables - -### `ROCKET_PORT` - -> Default: 8000 - -This is the port the server binds to. - -### `SOURCE_CODE_REPOSITORY_URL` - -The URL to the back's source. - -## Licensing - -This project complies with the REUSE v3.3 specification. This means that every file -clearly states its copyright. |