fkmc

fkmc

V2EX member #231201, joined on 2017-05-18 09:26:41 +08:00
Today's activity rank 7543
Per fkmc's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
fkmc's recent replies
我有一个方案 先装 clouldflare warp 打通 ipv4
再用 tailscale 组网 ssh 登陆
恭喜, 分母+1
@sun1991 yes !!!
仅有需求在 开会对喷的时候
首先考虑睡眠 是不是有问题, 做个睡眠监测
其次调理身体,睡眠充足后,加强锻炼
Apr 17
Replied to a topic by Lycnir 分享创造 分享下我的 Linux 配置
这一套 上手对新手不易..
Apr 17
Replied to a topic by archxm 程序员 RAG 难以让人满意啊
fastgpt 云服务 先体验下
version: '3.8'

services:
derper:
image: fredliang/derper
container_name: derper
restart: always
ports:
- "443:443"
- "3478:3478/udp"
environment:
- DERP_DOMAIN=ip
- DERP_CERT_MODE=manual
- DERP_ADDR=:443
- DERP_STUN=true
# 开启身份验证
- DERP_VERIFY_CLIENTS=true
volumes:
- ./certs:/app/certs
# 关键:挂载宿主机的 tailscale 套接字以供验证身份
- /var/run/tailscale/tailscaled.sock:/var/run/tailscale/tailscaled.sock
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
deploy:
resources:
limits:
cpus: '1.5' # 限制最多使用 1 个 CPU 核心(如果你的服务器有两核,它最多只能占满一核的算力)
memory: 128M # 限制最多使用 1GB 的运行内存
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3034 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 6b34f497 · 18ms · UTC 13:58 · PVG 21:58 · LAX 06:58 · JFK 09:58
♥ Do have faith in what you're doing.