vault backup: 2026-02-11 21:20:28
This commit is contained in:
@@ -141,6 +141,7 @@ https://jichangtuijian.com/Reality%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85%E8%84%9A%
|
|||||||
- ResilioSync(手机照片备份)
|
- ResilioSync(手机照片备份)
|
||||||
- Drive
|
- Drive
|
||||||
- hentaiathome
|
- hentaiathome
|
||||||
|
- [[#Telegram Files]
|
||||||
- 笔记:[[#memos]]
|
- 笔记:[[#memos]]
|
||||||
|
|
||||||
# Docker源
|
# Docker源
|
||||||
@@ -947,3 +948,16 @@ services:
|
|||||||
- ./data/data:/cryptpad/data
|
- ./data/data:/cryptpad/data
|
||||||
- ./data/files:/cryptpad/datastore
|
- ./data/files:/cryptpad/datastore
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Telegram Files
|
||||||
|
```c++
|
||||||
|
docker run -d \
|
||||||
|
--name telegram-files \
|
||||||
|
--restart always \
|
||||||
|
-e APP_ROOT=/迅雷下载/telegram-files/ \
|
||||||
|
-e TELEGRAM_API_ID=611335 \
|
||||||
|
-e TELEGRAM_API_HASH=d524b414d21f4d37f08684c1df41ac9c \
|
||||||
|
-p 6543:80 \
|
||||||
|
-v ./Home/TelegramFiles:/app/data \
|
||||||
|
ghcr.io/jarvis2f/telegram-files:latest
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user