标题: Anytype部署 - 复用自己的服务
作者: #libreisme
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1353419
时间: 2025-12-23 16:18:40
摘要:
作者: #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
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1353420
时间: 2025-12-23 16:18:42
摘要:
作者: #Mr.C
板块: #开发调优
编号:
1353420帖子: https://linux.do/t/topic/1353420
时间: 2025-12-23 16:18:42
摘要:
昨天晚上Antigravity突然无法使用,我以为是限速的原因,就没有使用了,想着等第二天再用,谁知道今天登录上去还是无法使用,然后就想到昨天Google给我发了一个邮件,要求验证满18岁的事项,只有验证通过才能继续享受更多权益,然后我按照官网要求,进行验证,然后重新登陆软件后,就可正常使用了,希望能帮到佬友们,下面是验证地址,有需要的佬友可自行验证一下!
=======================================================================
访问Anigravity官网FAQ页面: Google Antigravity Documentation
标题: 佬,这个局怎么破?有办法破吗
作者: #hanjiayun
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1353425
时间: 2025-12-23 16:19:09
摘要:
作者: #hanjiayun
板块: #前沿快讯
编号:
1353425帖子: https://linux.do/t/topic/1353425
时间: 2025-12-23 16:19:09
摘要:
标题: 还是没搞懂skill有什么作用
作者: #zzz22333
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1353439
时间: 2025-12-23 16:21:16
摘要:
作者: #zzz22333
板块: #搞七捻三
编号:
1353439帖子: https://linux.do/t/topic/1353439
时间: 2025-12-23 16:21:16
摘要:
看了好几个帖子,还是没搞懂,感觉跟prompt差不多的样子? 跟mcp又是啥联系呢?
标题: 有没有工具小程序,图片压缩,生成证件照,短视频去水印之类的微信小程序
作者: #艾欧尼亚
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1353461
时间: 2025-12-23 16:26:28
摘要:
作者: #艾欧尼亚
板块: #搞七捻三
编号:
1353461帖子: https://linux.do/t/topic/1353461
时间: 2025-12-23 16:26:28
摘要:
能长久更新收费的都可以推荐下,功能包含的越多越好
开源的也可以,想搞个微信小程序玩玩
标题: 移动的动感地带萌卡怎么样,有佬友办过吗
作者: #coding1box
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1353484
时间: 2025-12-23 16:30:42
摘要:
作者: #coding1box
板块: #搞七捻三
编号:
1353484帖子: https://linux.do/t/topic/1353484
时间: 2025-12-23 16:30:42
摘要:
想搞个副卡,不知道这个怎么样
标题: OKE虚拟卡风险提示
作者: #small
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1353489
时间: 2025-12-23 16:32:24
摘要:
作者: #small
板块: #搞七捻三
编号:
1353489帖子: https://linux.do/t/topic/1353489
时间: 2025-12-23 16:32:24
摘要:
他家官网,这些链接全部打不开。
如果能用。那就充多少用多少。不要多充。
标题: 更新Openwebui失败
作者: #AWS
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1353491
时间: 2025-12-23 16:32:44
摘要:
作者: #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
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1353511
时间: 2025-12-23 16:37:56
摘要:
作者: #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预算管理,涵盖前期幕后工作的所有专业编辑设施。让创作团队在统一平台高效协作。一切只为加速人类剧作与影像艺术发展进程。
使用截图
标题: 被TRAE国际版两次删库跑路,我真的无语了。。。。
作者: #mt123
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1353512
时间: 2025-12-23 16:38:02
摘要:
作者: #mt123
板块: #搞七捻三
编号:
1353512帖子: https://linux.do/t/topic/1353512
时间: 2025-12-23 16:38:02
摘要:
TRAE这啥体质,不得不吐槽下,两次删除我数据库表,我都无语了,输出都正常,启动发现启动不起来,一看一堆报错,在一看数据库,给我把数据表删的干干净净,真的是脑淤血。。
标题: 【😈邪恶银渐层】猫咪尿床怎么办啊!!!
作者: #🦈鲨鱼梦想家
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1353516
时间: 2025-12-23 16:39:43
摘要:
作者: #🦈鲨鱼梦想家
板块: #搞七捻三
编号:
1353516帖子: https://linux.do/t/topic/1353516
时间: 2025-12-23 16:39:43
摘要:
有只尿床咪,他会用猫砂盆,也会去猫砂盆尿,但是如果跑到床上,只要人不在,他就直接尿床上!!!
我感觉是纯坏!我已经被整的崩溃了!应该怎么办啊!!!已经给他绝育了好久了!!!
标题: 广东电信到 DMIT 香港貌似炸了,有类似问题的佬么?
作者: #wellsgz
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1353522
时间: 2025-12-23 16:41:52
摘要:
作者: #wellsgz
板块: #搞七捻三
编号:
1353522帖子: https://linux.do/t/topic/1353522
时间: 2025-12-23 16:41:52
摘要:
各种不稳定,icmp 没事,tcp 一阵一阵的丢包