Browse Source

Update Urbit to v2.0 (#464)

Co-authored-by: NativePlanet CICD <mgmt@nativeplanet.io>
Co-authored-by: mopfel-winrux <amadeo.bellotti@gmail.com>
main
reid 2 years ago
committed by GitHub
parent
commit
c4a0b997ce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      urbit/docker-compose.yml
  2. 13
      urbit/umbrel-app.yml

3
urbit/docker-compose.yml

@ -4,9 +4,10 @@ services:
environment:
APP_HOST: urbit_manager_1
APP_PORT: 8090
PROXY_AUTH_ADD: "false"
manager:
image: mopfelwinrux/urbit-umbrel:v1.22@sha256:fd6303520a4ef3dec9be223b099af6a2299810a277b921e574e135a96a2eb39f
image: mopfelwinrux/urbit-umbrel:v2.0@sha256:5c628df5007e3c3e8320b6e3f2e97a120e5a448ab5821bbe5fb21c922d64d3e4
ports:
- "34343:34343"
volumes:

13
urbit/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: urbit
category: Networking
name: Urbit
version: "v1.22"
version: "v2.0"
tagline: Run Urbit on your Umbrel
description: >-
Urbit is a personal server for self-sovereign personal & networked
@ -35,7 +35,10 @@ torOnly: false
submitter: ~mopfel-winrux
submission: https://github.com/getumbrel/umbrel/pull/1246
releaseNotes: >-
Various small improvements and bug fixes.
Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v1.22
8GB loom has landed, which you can use by adding --loom 33 to your normal boot command. Additionally, comets can now only be booted with the -c flag, the strange page issue is fixed, --cue is added to urbit eval, and authentication requests are checked using eyre's tokens.
Please note that this release is backwards-incompatible with previous versions, which means that if you boot your ship with vere-v2.0 (this release), you will NOT be able to use older versions afterwards.
Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v2.0

Loading…
Cancel
Save