🚧 use nextcloud deck with bugwarrior
This commit is contained in:
parent
84a6dd2c8f
commit
1d044521e8
1 changed files with 9 additions and 1 deletions
|
@ -58,12 +58,14 @@
|
|||
#components.monitor.opentelemetry.exporter.debug = "logs";
|
||||
|
||||
home-manager.users.mainUser.home.sessionPath = [ "$HOME/.timewarrior/scripts" ];
|
||||
# todo: move to homemanager
|
||||
home-manager.users.mainUser.bugwarrior.config = {
|
||||
general = {
|
||||
targets = [
|
||||
"terranix"
|
||||
"my_github"
|
||||
"logseq"
|
||||
"nextcloud-deck"
|
||||
];
|
||||
log_level = "INFO";
|
||||
static_fields = [ "priority" ];
|
||||
|
@ -72,6 +74,12 @@
|
|||
data.location=$HOME/.bugwarrior
|
||||
'';
|
||||
};
|
||||
nextcloud-deck = {
|
||||
service = "deck";
|
||||
base_uri = "https://nextcloud.ingolf-wagner.de";
|
||||
username = "palo";
|
||||
password = "@oracle:eval:${pkgs.pass}/bin/pass show bugwarrior/nextcloud-deck/palo";
|
||||
};
|
||||
logseq = {
|
||||
service = "logseq";
|
||||
add_tags = "bugwarrior,logseq";
|
||||
|
@ -80,7 +88,7 @@
|
|||
terranix = {
|
||||
service = "github";
|
||||
login = "mrVanDalo";
|
||||
token = "@oracle:eval:${pkgs.pass}/bin/pass development/github/mrVanDalo/bugwarriorAccessToken";
|
||||
token = "@oracle:eval:${pkgs.pass}/bin/pass show development/github/mrVanDalo/bugwarriorAccessToken";
|
||||
username = "mrVanDalo";
|
||||
default_priority = "";
|
||||
description_template = "{{githubtitle}} {{githuburl}}";
|
||||
|
|
Loading…
Reference in a new issue