mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
a9e131c3d4
Co-authored-by: NativePlanet CICD <mgmt@nativeplanet.io> Co-authored-by: mopfel-winrux <amadeo.bellotti@gmail.com> Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
48 lines
1.9 KiB
YAML
48 lines
1.9 KiB
YAML
manifestVersion: 1
|
|
id: urbit
|
|
category: networking
|
|
name: Urbit
|
|
version: "v3.1"
|
|
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: >-
|
|
`vere-v3.1` is a a minor runtime release with the following highlighted features:
|
|
- Rebinding eyre HTTP cache entires.
|
|
- The runtime now automatically tries to open the Ames port on a home network using the NAT-PMP protocol. This will improve connectivity on self-hosted setups.
|
|
- Restore the ctrl+z functionality to instantly force kill the urbit process.
|
|
- Plug memory leaks related to DNS queries. This has resulted in significant uptime improvements for select Urbit Foundation infrastructure ships.
|
|
- More reliable lockfile and replay error handling.
|
|
- Miscellaneous error message improvements.
|
|
|
|
|
|
Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v3.1
|