docs(web): add docker image reference and self-hosted web restrictions

[skip ci]
This commit is contained in:
Jagandeep Brar
2022-05-02 21:53:09 -04:00
parent 713dfce550
commit 1842e286ba
3 changed files with 9 additions and 7 deletions

View File

@@ -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)

View File

@@ -47,6 +47,8 @@ Stable releases can be downloaded from the [build bucket](https://builds.lunasea
</TabItem>
<TabItem value="web">
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)!
</TabItem>
<TabItem value="windows">
Download the latest stable release from the [build bucket](https://builds.lunasea.app/#/latest/stable/).

View File

@@ -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