From 1842e286bacdcd73fc68c72034ac6f2c02abf4c2 Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Mon, 2 May 2022 21:53:09 -0400 Subject: [PATCH] docs(web): add docker image reference and self-hosted web restrictions [skip ci] --- CHANGELOG.md | 4 ++-- docs/getting-started/build-channels.mdx | 2 ++ docs/getting-started/platform-restrictions.mdx | 10 +++++----- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 932a3be9..289c849b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ All notable changes to this project will be documented in this file. See [standa ### Features * **config:** support retrying entering encryption password on failure ([cd9a3d2](https://github.com/JagandeepBrar/LunaSea/commit/cd9a3d295e87b7d8987e508e6c77b02c1c5290f8)) -* **filesystem:** rewrite filesystem interface for better compatability ([4c60df5](https://github.com/JagandeepBrar/LunaSea/commit/4c60df5523b98da3a7f135bb26fa20b36ed653e9)) +* **filesystem:** rewrite filesystem interface for better compatibility ([4c60df5](https://github.com/JagandeepBrar/LunaSea/commit/4c60df5523b98da3a7f135bb26fa20b36ed653e9)) * **ios:** enable landscape support on iOS devices ([f8e6760](https://github.com/JagandeepBrar/LunaSea/commit/f8e676015c26f1e33f8680043663ea4f25dbc872)) * **web:** initial web support ([91e1fa0](https://github.com/JagandeepBrar/LunaSea/commit/91e1fa03d9fae7cf82d158f00587075b29c610ea)) * **window_manager:** rewrite window manager to be platform-safe ([d6aed6c](https://github.com/JagandeepBrar/LunaSea/commit/d6aed6c707ad75c0a02c3a4fa496ee6d8adeb55e)) @@ -52,7 +52,7 @@ All notable changes to this project will be documented in this file. See [standa ### Tweaks * **images:** guard and fallback image cache implementation ([601d82c](https://github.com/JagandeepBrar/LunaSea/commit/601d82cf89a22890d4197d10e1b74dbe110b0755)) -* **platform:** guard usages of dart:io and dart:html for future compatability ([c7bd62d](https://github.com/JagandeepBrar/LunaSea/commit/c7bd62de2ee5669b41e6ccbc5e706ecb237cbcac)) +* **platform:** guard usages of dart:io and dart:html for future compatibility ([c7bd62d](https://github.com/JagandeepBrar/LunaSea/commit/c7bd62de2ee5669b41e6ccbc5e706ecb237cbcac)) * **wake_on_lan:** refactor wake on LAN support, support loading API with dart:html ([403edc1](https://github.com/JagandeepBrar/LunaSea/commit/403edc16fb8188bba9bb6dd5b60a128dc8c2b0d4)) ## [10.0.0](https://github.com/JagandeepBrar/LunaSea/tree/v10.0.0) (2022-03-12) diff --git a/docs/getting-started/build-channels.mdx b/docs/getting-started/build-channels.mdx index 00f623dd..72051dda 100644 --- a/docs/getting-started/build-channels.mdx +++ b/docs/getting-started/build-channels.mdx @@ -47,6 +47,8 @@ Stable releases can be downloaded from the [build bucket](https://builds.lunasea The latest web release is [available here](https://web.lunasea.app). + + LunaSea can also be self-hosted using the [Docker image](https://github.com/JagandeepBrar/LunaSea/pkgs/container/lunasea)! Download the latest stable release from the [build bucket](https://builds.lunasea.app/#/latest/stable/). diff --git a/docs/getting-started/platform-restrictions.mdx b/docs/getting-started/platform-restrictions.mdx index a4a2f2c0..1267f6df 100644 --- a/docs/getting-started/platform-restrictions.mdx +++ b/docs/getting-started/platform-restrictions.mdx @@ -20,11 +20,11 @@ The tables below showcases which modules or features may not be supported on eac ## Feature Support -| Feature | Android | iOS | Linux | macOS | Windows | Web | -| :--------------------: | :-----: | :-: | :---: | :---: | :-----: | :-: | -| Local Backup & Restore | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| LunaSea Accounts | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | -| Notifications | ✅ | ✅ | ❌ | ✅ | ❌ | ❌ | +| Feature | Android | iOS | Linux | macOS | Windows | Web (Hosted) | Web (Self-Hosted) | +| :--------------------: | :-----: | :-: | :---: | :---: | :-----: | :----------: | :---------------: | +| Local Backup & Restore | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | +| LunaSea Accounts | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | +| Notifications | ✅ | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | ## Web-Specific Restrictions