Merge branch 'main' of ssh://git.jamesravey.me:222/ravenscroftj/brainsteam.co.uk into main

This commit is contained in:
James Ravenscroft 2022-01-02 16:37:45 +00:00
commit 4a74bfdcdf
4 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,11 @@
---
bookmark-of: https://misskey.bubbletea.dev/notes/8v0czo0b54
date: '2022-01-02T03:22:41.967918'
tags:
- productivity
title: A minimalist, self-hosted WakaTime-compatible backend for coding statistics
type: bookmark
url: /bookmarks/2022/01/02/1641111761
---

View File

@ -0,0 +1,11 @@
---
bookmark-of: https://wakatime.com/
date: '2022-01-02T04:40:56.310877'
tags:
- productivity
title: WakaTime - Dashboards for developers
type: bookmark
url: /bookmarks/2022/01/02/1641116456
---

View File

@ -11,4 +11,7 @@ url: /notes/2022/01/01/1641033528
<img src="/media/2022/01/01/1641033528_0.jpg" class="u-photo" />
Starting the year right with my covid booster. Happy 2022
Starting the year right with my covid booster. Happy 2022
<a href="https://brid.gy/publish/mastodon"></a>
<a href="https://brid.gy/publish/twitter"></a>

View File

@ -104,6 +104,7 @@ set net:timeout "${INPUT_TIMEOUT}"
set net:max-retries "${INPUT_RETRIES}"
set sftp:auto-confirm ${autoconfirm}
set ftp:passive-mode yes
set ssl:verify-certificate/${INPUT_HOST} no
open -u "${INPUT_USERNAME}" --env-password "${INPUT_PROTOCOL}://${INPUT_HOST}"
EOF
)