Umbrel:比特币生态中值得关注的重要应用商店
-
Umbrel:比特币生态中值得关注的重要应用商店
(一)
Umbrel是比特币生态里一个比较重要的开源个人服务器的操作系统,贯彻了主权个人的理念。其所提供的应用商店(类似于docker),支持很多比特币生态和区块链领域的软件服务。同时也支持Nextcloud等开源云服务。还支持Nostr等relay。
这个模式其实有很大的吸引力,是在推进开源Web2和Web3的整合,创造一个更加美好的互联网,值得每个喜欢比特币的小伙伴去关注。
这是目前可以在Umbrel上运行的个人应用。可以运行比特币节点、闪电网络以及个人媒体、智能家居等本地服务。也可以将Umbrel接入暗网。
(二)
安装方法:通过运行以下命令在任何硬件或虚拟机上的 Ubuntu 或 Debian 上运行 umbrelOS:
curl -L https://umbrel.sh | bash
最低配置要求:
1)双核CPU
2)2GB内存
3)1GB 可用空间
4)Debian 或 Ubuntu 操作系统
(三)
安装错误排除:error: externally-managed-environment
Run the command (this will add all the repos needed)
curl -L https://umbrel.sh | bash
After the error manually install Docker and docker-compose:
sudo apt install docker docker-compose
Install Umbrel without docker:
curl -L https://umbrel.sh | bash -s -- --no-instal-docker --no-install-compose
参考资料:
Sorry, there were no replies found.
Log in to reply.