]> git.madduck.net Git - etc/taskwarrior.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

include server and generic auth config in main config
authormartin f. krafft <madduck@madduck.net>
Fri, 1 Nov 2019 01:53:09 +0000 (14:53 +1300)
committermartin f. krafft <madduck@madduck.net>
Fri, 1 Nov 2019 01:53:09 +0000 (14:53 +1300)
.config/taskwarrior/rc

index 17edc7125245dd787edac5d94d8e638ee16faa60..f207d9abf3da798cce8b7d2628f17ddd2238ea6e 100644 (file)
@@ -13,6 +13,10 @@ color.tag.next=red
 include /usr/share/taskwarrior/holidays.de-DE.rc
 include /usr/share/taskwarrior/holidays.en-NZ.rc
 
 include /usr/share/taskwarrior/holidays.de-DE.rc
 include /usr/share/taskwarrior/holidays.en-NZ.rc
 
+taskd.server=tasks.madduck.net:53589
+taskd.ca=/etc/ssl/certs/ca-certificates.crt
+taskd.certificate=~/.config/taskwarrior/client-cert.pem
+taskd.key=~/.config/taskwarrior/client-key.pem
 include ~/.config/taskwarrior/taskd-credentials.rc
 
 urgency.project.coefficient=0
 include ~/.config/taskwarrior/taskd-credentials.rc
 
 urgency.project.coefficient=0