added git issues notes
This commit is contained in:
@@ -26,6 +26,23 @@ carry forward image url
|
||||
|
||||
3. build observed-product atble from enriched items
|
||||
|
||||
* git issues
|
||||
ssh://git@192.168.1.207:2020/ben/scrape-giant.git
|
||||
https://git.hgsky.me/ben/scrape-giant.git
|
||||
|
||||
add Port to config:
|
||||
Host gitea
|
||||
HostName 192.168.1.207
|
||||
User git
|
||||
Port 2020
|
||||
IdentityFile ~/.ssh/gitea
|
||||
IdentitiesOnly yes
|
||||
|
||||
then
|
||||
git remote set-url gitea git@gitea:ben/scrape-giant.git
|
||||
|
||||
on local network: use ssh to 192.168.1.207:2020
|
||||
from elsewhere/public: use https to git.hgsky.me/... unless you later expose ssh properly
|
||||
|
||||
* item:
|
||||
get:
|
||||
|
||||
Reference in New Issue
Block a user