mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
4b783ed491
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
53 lines
2.0 KiB
YAML
53 lines
2.0 KiB
YAML
manifestVersion: 1
|
|
id: urbit
|
|
category: Networking
|
|
name: Urbit
|
|
version: "1.15"
|
|
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: >-
|
|
- v1.15 is a revert to v1.13
|
|
|
|
From v1.13:
|
|
|
|
- Supports setting the loom size on startup. sizes are specified in exponents of 2, from 1MB (20) to 4GB (32); can differ between processes (--loom and --urth-loom); and can be set for relevant subcommands (meld, pack, next, &c).
|
|
|
|
- Improves bit-slice performance (for noun de/serialization and many atom jets) by ensuring that implementation inner loops can be vectorized.
|
|
|
|
- Adds the vile command, for exporting the keyfile from a ship
|
|
|
|
- Adds the %xray hint, for printing the bytecode of a given expression (ty ~topfet-parmed!)
|
|
|
|
- Adds the eval command, for running hoon (from stdin) without booting a ship (ty ~mopfel-winrux!)
|
|
|
|
- Adds a better error message when a ship is already running as root (ty ~dinleb-rambep!)
|