Compare commits
2 Commits
2e5109bd11
...
de0c276a24
| Author | SHA1 | Date | |
|---|---|---|---|
| de0c276a24 | |||
| d080a35697 |
@@ -26,6 +26,24 @@ carry forward image url
|
|||||||
|
|
||||||
3. build observed-product atble from enriched items
|
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
|
||||||
|
|
||||||
* giant requests
|
* giant requests
|
||||||
** item:
|
** item:
|
||||||
get:
|
get:
|
||||||
|
|||||||
Reference in New Issue
Block a user