[logseq-plugin-git:commit] 2025-09-08T09:35:23.573Z
This commit is contained in:
@@ -1,38 +1,38 @@
|
||||
- ## Git init and GitHub token
|
||||
- **Git init**
|
||||
|
||||
```bash
|
||||
git config --global user.name lostecho
|
||||
git config --global user.email 752549025@qq.com
|
||||
git config --global credential.helper store
|
||||
```
|
||||
- **proxy**
|
||||
|
||||
```bash
|
||||
git config --global http.proxy 192.168.31.40:7890
|
||||
```
|
||||
- **Note token**
|
||||
|
||||
`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`
|
||||
## OpenAI
|
||||
- **OpenAI api key**
|
||||
|
||||
`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`
|
||||
- **ChatGPT Web**
|
||||
|
||||
https://chatgpt-web-railway-remote.up.railway.app/#/
|
||||
## Docker
|
||||
- **homeassistant** #docker
|
||||
|
||||
```bash
|
||||
docker run -d --name homeassistant --privileged \
|
||||
--network=host -e TZ=Asia/Shanghai \
|
||||
-v ~/data/homeassistant/config:/config \
|
||||
--restart unless-stopped homeassistant/home-assistant
|
||||
```
|
||||
- **snap**
|
||||
|
||||
```
|
||||
sudo apt install snap snapd
|
||||
sudo apt install fuse squashfuse
|
||||
- ## Git init and GitHub token
|
||||
- **Git init**
|
||||
|
||||
```bash
|
||||
git config --global user.name lostecho
|
||||
git config --global user.email 752549025@qq.com
|
||||
git config --global credential.helper store
|
||||
```
|
||||
- **proxy**
|
||||
|
||||
```bash
|
||||
git config --global http.proxy 192.168.31.40:7890
|
||||
```
|
||||
- **Note token**
|
||||
|
||||
`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`
|
||||
## OpenAI
|
||||
- **OpenAI api key**
|
||||
|
||||
`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`
|
||||
- **ChatGPT Web**
|
||||
|
||||
https://chatgpt-web-railway-remote.up.railway.app/#/
|
||||
## Docker
|
||||
- **homeassistant** #docker
|
||||
|
||||
```bash
|
||||
docker run -d --name homeassistant --privileged \
|
||||
--network=host -e TZ=Asia/Shanghai \
|
||||
-v ~/data/homeassistant/config:/config \
|
||||
--restart unless-stopped homeassistant/home-assistant
|
||||
```
|
||||
- **snap**
|
||||
|
||||
```
|
||||
sudo apt install snap snapd
|
||||
sudo apt install fuse squashfuse
|
||||
```d
|
||||
Reference in New Issue
Block a user