vault backup: 2023-03-07 20:29:31

This commit is contained in:
matze 2023-03-07 20:29:31 +01:00
parent 69af20cbd7
commit 6e99441602
9 changed files with 46 additions and 19 deletions

View File

@ -7,32 +7,19 @@
"id": "9177cccffbc4f6ad",
"type": "tabs",
"children": [
{
"id": "ea01f3f1ca318474",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Journal/2023-03-01.md",
"mode": "source",
"source": false
}
}
},
{
"id": "ebb29d81aec81680",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "journals/2023-03-07.md",
"file": "journals/2023-01-17.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 1
]
}
],
"direction": "vertical"
@ -98,7 +85,7 @@
"state": {
"type": "backlink",
"state": {
"file": "journals/2023-03-07.md",
"file": "journals/2023-01-17.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -115,7 +102,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "journals/2023-03-07.md",
"file": "journals/2023-01-17.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -138,7 +125,7 @@
"state": {
"type": "outline",
"state": {
"file": "journals/2023-03-07.md"
"file": "journals/2023-01-17.md"
}
}
},
@ -178,6 +165,17 @@
},
"active": "ebb29d81aec81680",
"lastOpenFiles": [
"logseq/bak/journals/2023-01-17/2023-03-07T19_29_26.733Z.Desktop.md",
"logseq/bak/journals/2023-01-17",
"journals/2023-01-17.md",
"journals/2023-01-20.md",
"journals/2023-01-21.md",
"Journal/2023-03-01.md",
"Journal/2023-02-20.md",
"logseq/bak/journals/2023_01_26/2023-03-07T19_28_53.458Z.Desktop.md",
"journals/2023_01_26.md",
"logseq/bak/Journal/2023-01-20/2023-03-07T19_28_36.227Z.Desktop.md",
"2023-03-01.md",
"journals/2023_03_07.md",
"journals/2023-03-07.md",
"journals/2023_01_31.md",

View File

View File

@ -1 +0,0 @@
-

View File

@ -0,0 +1,17 @@
- Changedetection.io [[Software]] #SelfHosted #Live
- Web Site Change Detection, Monitoring and Notification.
_Live your data-life pro-actively, Detect website changes and perform meaningful actions, trigger notifications via Discord, Email, Slack, Telegram, API calls and many more._
- https://github.com/dgtlmoon/changedetection.io
- DONE Install Changedetection to [[cloud]]
:LOGBOOK:
CLOCK: [2023-01-21 Sat 11:55:02]--[2023-01-21 Sat 11:55:13] => 00:00:11
CLOCK: [2023-01-21 Sat 11:55:15]--[2023-01-21 Sat 11:55:17] => 00:00:02
CLOCK: [2023-01-21 Sat 11:55:22]--[2023-01-21 Sat 11:55:25] => 00:00:03
CLOCK: [2023-01-21 Sat 11:55:26]
:END:
- http://152.67.84.147:5000/
id:: 63cbed1f-61a4-4009-b2b8-ca66f3dd04f6
- Notification Url for #Telegram `tgram://1328575492:AAHI9hZaqRyXVMaDaT3HBMZhcrhSiiPIaPg/-409210277`
- Budibase [[Software]] #SelfHosted
- Build apps, forms, and workflows that perfectly fit your business - so you can move forward, faster. Best of all, Budibase is open source!
- https://budibase.com/

View File

@ -0,0 +1,5 @@
Update git to latest version in windows
``` bash
git update-git-for-windows
```
[]()

View File

@ -0,0 +1,8 @@
- Git Branches #Git
- Switch to existing branch
- ```
git fetch
git switch -c feat/INTMAINT-2369 origin/feat/INTMAINT-2369
```
- Deploy existing Artifact to repo: #Maven
- mvn deploy:deploy-file -DpomFile=com.vico.timeseries.client-2.1.0.pom -Dfile=com.vico.timeseries.client-2.1.0.jar -DrepositoryId=vico-release -Durl="https://repo.vico-research.com/repository/maven-releases-group/"