LinuxDo 新帖推送
189 subscribers
254K photos
318K links
Download Telegram
标题: 【PT邀请】发ptskit*3,天枢*1,两个有潜力的新站
作者: #Stevens Steven
板块: #资源荟萃
编号: 1353400
帖子: https://linux.do/t/topic/1353400
时间: 2025-12-23 16:16:01
摘要:
ptskit:有官组,短剧很全很新,升级后有9kg,要求比较低。
天枢:有官组,会更新一些体育类的回放(F1,足球等)。
有需求的提供预注册用户名以及邮箱,简单证明一下自己会玩,不会玩死
标题: 龟壳大阪线路问题
作者: #Justice Pao
板块: #前沿快讯
编号: 1353402
帖子: https://linux.do/t/topic/1353402
时间: 2025-12-23 16:16:32
摘要:
最近大阪龟壳线路是不是炸了,电信移动白天都不行了,不如cloudflare代理速度…
标题: 各位是怎么喝水的
作者: #Nectivelle
板块: #搞七捻三
编号: 1353407
帖子: https://linux.do/t/topic/1353407
时间: 2025-12-23 16:17:07
摘要:
前几天看广告,看到里面的人喝水时咕隆咕隆的灌,我就想起自己平时都是一大口含在嘴里再慢慢咽。于是我也试着咕隆咕隆地喝,结果感觉喉咙吞咽有点跟不上了 。这应该是后天习惯养成的吧。
Click to view the poll.
标题: 大帅哥这个水货能水这么多
作者: #Micheal
板块: #搞七捻三
编号: 1353415
帖子: https://linux.do/t/topic/1353415
时间: 2025-12-23 16:18:27
摘要:
现在都知道水贴有什么用了吧,这可都是钱啊
标题: Anytype部署 - 复用自己的服务
作者: #libreisme
板块: #开发调优
编号: 1353419
帖子: https://linux.do/t/topic/1353419
时间: 2025-12-23 16:18:40
摘要:
站内有老哥发过部署的教程,我是想复用自己的服务,所以重新弄了一个。顺路记忆下

官方文档
Github 仓库
GitHub - anyproto/any-sync-dockercompose: docker-compose for testing any-sync
Wiki位置
Configuration
自建说明
个人方案逻辑

当前个人已有服务说明


复用 MongoDB
原因是:自己的服务器中是有部署了MongoDB服务,不想额外部署
版本:最新
额外服务 -1 :需要设置额外的key 【只有当设置了账号密码才需要】

随机生成密钥# 1. 生成随机密钥文件
openssl rand -base64 756 > mongo.key

# 2. 修改权限 (必须是 400,否则 Mongo 拒绝启动)
sudo chmod 400 mongo.key

# 3. 修改所有者为 999 (这是容器内 MongoDB 用户的 ID)
sudo chown 999:999 mongo.key


挂载密钥# 修改docker-compose
# 添加command命令
volumes:
- ./mongo.key:/etc/mongo/mongo.key
command:
- "--keyFile"
- "/etc/mongo/mongo.key" # 指向容器内的路径



初始化副本集# 进入容器
docker exec -it <容器名字> mongosh -u 账号 -p 密码 --authenticationDatabase admin

# 在 mongosh 界面输入:
rs.initiate()

# 看到 { "ok" : 1 } 即成功




额外服务 -2 :需要开启集群化
# 进入容器
docker exec -it <容器名字> mongosh -u 账号 -p 密码 --authenticationDatabase admin

# 设置当前配置
cfg = rs.conf()

# 将原本的随机 ID
标题: Antigravity 突然无法使用
作者: #Mr.C
板块: #开发调优
编号: 1353420
帖子: https://linux.do/t/topic/1353420
时间: 2025-12-23 16:18:42
摘要:
昨天晚上Antigravity突然无法使用,我以为是限速的原因,就没有使用了,想着等第二天再用,谁知道今天登录上去还是无法使用,然后就想到昨天Google给我发了一个邮件,要求验证满18岁的事项,只有验证通过才能继续享受更多权益,然后我按照官网要求,进行验证,然后重新登陆软件后,就可正常使用了,希望能帮到佬友们,下面是验证地址,有需要的佬友可自行验证一下!
=======================================================================
访问Anigravity官网FAQ页面: Google Antigravity Documentation
标题: 佬,这个局怎么破?有办法破吗
作者: #hanjiayun
板块: #前沿快讯
编号: 1353425
帖子: https://linux.do/t/topic/1353425
时间: 2025-12-23 16:19:09
摘要:
标题: 还是没搞懂skill有什么作用
作者: #zzz22333
板块: #搞七捻三
编号: 1353439
帖子: https://linux.do/t/topic/1353439
时间: 2025-12-23 16:21:16
摘要:
看了好几个帖子,还是没搞懂,感觉跟prompt差不多的样子? 跟mcp又是啥联系呢?
标题: 有没有工具小程序,图片压缩,生成证件照,短视频去水印之类的微信小程序
作者: #艾欧尼亚
板块: #搞七捻三
编号: 1353461
帖子: https://linux.do/t/topic/1353461
时间: 2025-12-23 16:26:28
摘要:
能长久更新收费的都可以推荐下,功能包含的越多越好
开源的也可以,想搞个微信小程序玩玩
标题: 移动的动感地带萌卡怎么样,有佬友办过吗
作者: #coding1box
板块: #搞七捻三
编号: 1353484
帖子: https://linux.do/t/topic/1353484
时间: 2025-12-23 16:30:42
摘要:
想搞个副卡,不知道这个怎么样
标题: OKE虚拟卡风险提示
作者: #small
板块: #搞七捻三
编号: 1353489
帖子: https://linux.do/t/topic/1353489
时间: 2025-12-23 16:32:24
摘要:
他家官网,这些链接全部打不开。
如果能用。那就充多少用多少。不要多充。
标题: 更新Openwebui失败
作者: #AWS
板块: #开发调优
编号: 1353491
帖子: https://linux.do/t/topic/1353491
时间: 2025-12-23 16:32:44
摘要:
v0.6.41更新至v0.6.43
root@localhost:~# docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui
Unable to find image 'containrrr/watchtower:latest' locally
latest: Pulling from containrrr/watchtower
57241801ebfd: Pull complete
3d4f475b92a2: Pull complete
1f05004da6d7: Pull complete
Digest: sha256:6dd50763bbd632a83cb154d5451700530d1e44200b268a4e9488fefdfcf2b038
Status: Downloaded newer image for containrrr/watchtower:latest
time="2025-12-23T08:29:57Z" level=info msg="Watchtower 1.7.1"
time="2025-12-23T08:29:57Z" level=info msg="Using no notifications"
time="2025-12-23T08:29:57Z" level=info msg="Only checking containers which name matches \"open-webui\""
time="2025-12-23T08:29:57Z" level=info msg="Running a one time update."
time="2025-12-23T08:29:57Z" level=error msg="Error response from daemon: client version 1.25 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version"
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x9fa4e2]

goroutine 1 [running]:
github.com/containrrr/watchtower/pkg/metrics.NewMetric({0x0, 0x0})
/home/runner/work/watchtower/watchtower/pkg/metrics/metrics.go:31 +0x22
github.com/containrrr/watchtower/cmd.runUpdatesWithNotifications(0xc0002b3900)
/home/runner/work/watchtower/watchtower/cmd/root.go:377 +0x171
github.com/containrrr/watchtower/cmd.Run(0xc0002da300?, {0xc000141c40?, 0x2?, 0x2?})
/home/runner/work/watchtower/watchtower/cmd/root.go:168 +0x658
github.com/spf13/cobra.(*Command).execute(0xc0002da300, {0xc00010e190, 0x2, 0x2})
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.8.0/command.go:987 +0xaa7
github.com/spf13/cobra.(*Command).ExecuteC(0xc0002da300)
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.8.0/command.go:1115 +0x417
github.com/spf13/cobra.(*Command).Execute(...)
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.8.0/command.go:1039
github.com/containrrr/watchtower/cmd.Execute()
/home/runner/work/watchtower/watchtower/cmd/root.go:75 +0x52
main.main()
/home/runner/work/watchtower/watchtower/main.go:13 +0x17
标题: Laper AI 剧本编辑器
作者: #yuancjun
板块: #搞七捻三
编号: 1353511
帖子: https://linux.do/t/topic/1353511
时间: 2025-12-23 16:37:56
摘要:
laper.ai
AI 辅助剧本编辑

从灵感乍现,到最终成片。
Laper 是与 AI 协同编写剧本、管理幕后工作的唯一解决方案。
提供完整的影视幕后工作流 SaaS 系统——从AI创意空间,到AI剧本自动补全、AI图像生成驱动的分场分镜、AI美术设计,到AI演员表管理、AI勘景管理、AI预算管理,涵盖前期幕后工作的所有专业编辑设施。让创作团队在统一平台高效协作。一切只为加速人类剧作与影像艺术发展进程。

使用截图