initial commit

This commit is contained in:
Lostecho
2024-09-02 11:53:36 +08:00
commit cbac0ab8dd
565 changed files with 17862 additions and 0 deletions

38
pages/token.md Normal file
View File

@@ -0,0 +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
```d