mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
50 lines
1.9 KiB
YAML
50 lines
1.9 KiB
YAML
manifestVersion: 1
|
||
id: urbit
|
||
category: networking
|
||
name: Urbit
|
||
version: "v2.10"
|
||
tagline: Run Urbit on your Umbrel
|
||
description: >-
|
||
Urbit is a personal server for self-sovereign personal & networked
|
||
computing. Nock, a functional combinator, is built into Hoon, a system
|
||
programming language, used to implement Arvo, a deterministic operating
|
||
system, that communicates over Ames, a decentralized, encrypted P2P network.
|
||
|
||
|
||
This app helps you boot and manage Urbit instances on your Umbrel. It provides a simple management GUI, start and stop operations, and passes your +code through the interface.
|
||
|
||
|
||
If you are interested in purchasing an L2 planet checkout: subject.network/buy
|
||
|
||
|
||
Credit to ~timluc-miptev, ~master-forwex, ~sipsen-pilser & ~rivpyl-sidfyl
|
||
developer: ~mopfel-winrux & ~sitful-hatred
|
||
website: https://github.com/mopfel-winrux/urbit-umbrel
|
||
dependencies: []
|
||
repo: https://github.com/mopfel-winrux/urbit-umbrel
|
||
support: https://github.com/mopfel-winrux/urbit-umbrel/issues
|
||
port: 8090
|
||
gallery:
|
||
- 1.jpg
|
||
- 2.jpg
|
||
- 3.jpg
|
||
path: /launch
|
||
defaultUsername: umbrel
|
||
deterministicPassword: true
|
||
torOnly: false
|
||
submitter: ~mopfel-winrux
|
||
submission: https://github.com/getumbrel/umbrel/pull/1246
|
||
releaseNotes: >-
|
||
This release includes runtime fixes mainly aimed at OTA publishers. A
|
||
publisher running vere-v2.10 and urbit-os-v2.142 (releasing in a few
|
||
days) will be able to reliably deliver the initial OTA through remote
|
||
scry instead of falling back to ames.
|
||
|
||
The release also includes significantly better long-running replay
|
||
capabilities that were missing since vere-v1.14. The <your-ship>/.run
|
||
play command now supports the –auto-meld command line flag to
|
||
automatically meld a long memory-intensive replay. It also supports the
|
||
–snap-at x command line flag to snapshot every x events.
|
||
|
||
|
||
Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v2.10 |