Open Source GPL3 bug tracker. This bug tracker prioritizes ease of use.
Find a file
2025-03-15 11:32:49 -07:00
android Adjust app label and window title 2025-03-14 21:09:23 -07:00
cli Basic implementation of first login handshake 2025-03-15 01:37:54 -07:00
ios Add initial flutter project files 2025-03-14 19:53:24 -07:00
lib Update bundled LibAC-flutter 2025-03-15 02:28:29 -07:00
linux Adjust app label and window title 2025-03-14 21:09:23 -07:00
macos Add initial flutter project files 2025-03-14 19:53:24 -07:00
test Add initial flutter project files 2025-03-14 19:53:24 -07:00
web Add initial flutter project files 2025-03-14 19:53:24 -07:00
windows Adjust app label and window title 2025-03-14 21:09:23 -07:00
.gitignore Implement Jenkinsfile 2025-03-14 20:13:36 -07:00
.metadata Add initial flutter project files 2025-03-14 19:53:24 -07:00
analysis_options.yaml Add initial flutter project files 2025-03-14 19:53:24 -07:00
CONTRIBUTING.md Introduce a Contributing info file 2025-03-14 21:06:40 -07:00
docker-entrypoint.sh Adds a docker image and build task for said image 2025-03-15 00:18:27 -07:00
Dockerfile Tell docker that the new home is in /data 2025-03-15 02:39:31 -07:00
Jenkinsfile Do not fail if only commands that fail are the cleanup commands 2025-03-15 02:07:30 -07:00
LICENSE Initial commit 2025-03-14 19:49:46 -07:00
pubspec.yaml Update bundled LibAC-flutter 2025-03-15 02:28:29 -07:00
README.md Begin some documentation about the server 2025-03-15 11:32:49 -07:00

BugVault

Open Source GPL3 bug tracker. This bug tracker prioritizes ease of use.

Compilation

Linux

To build for Linux, you are going to want to run the following command:

flutter pub get
flutter build linux

Android

To build for Android, run the following command:

flutter pub get
flutter build apk

Windows

To build for Windows, run the following command:

flutter pub get
flutter build windows

About the Server

The BugVault server is generally referred to as bugvaultd. This small executable handles most of the server's core functions.