Merge branch 'main' of ssh://git.jamesravey.me:222/ravenscroftj/brainsteam.co.uk into main
This commit is contained in:
commit
4a74bfdcdf
|
@ -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
|
||||
|
||||
---
|
||||
|
|
@ -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
|
||||
|
||||
---
|
||||
|
|
@ -12,3 +12,6 @@ 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
|
||||
|
||||
<a href="https://brid.gy/publish/mastodon"></a>
|
||||
<a href="https://brid.gy/publish/twitter"></a>
|
1
sync.sh
1
sync.sh
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue