diff --git a/urbit/docker-compose.yml b/urbit/docker-compose.yml index fd327f4..df715cb 100644 --- a/urbit/docker-compose.yml +++ b/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: diff --git a/urbit/umbrel-app.yml b/urbit/umbrel-app.yml index f411af3..38986f1 100644 --- a/urbit/umbrel-app.yml +++ b/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 \ No newline at end of file + 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