docs: inform about option to deploy develop build

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-30 23:12:02 +02:00
parent 11225d877d
commit 3d1a00b527
3 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ order: 31
Installing Nicolium as a frontend for Mitra is no different from installing the default Mitra Web frontend. Just extract the Nicolium files into the directory specified in `config.yaml` under `web_client_dir`, by default `/usr/share/mitra/www`.
> **Note:** This assumes you want to use the stable release version of Nicolium. If you want to use the development version (which is more cutting-edge but can break sometimes), replace `release` with `develop` in the URLs and commands below.
```bash
curl -O https://web.nicolium.app/release.zip
unzip release.zip -d /usr/share/mitra/www

View File

@@ -10,6 +10,8 @@ order: 32
The most straightforward way to install Nicolium as a frontend for Pleroma or Akkoma is to simply download it and place its files in the `/instance/static` directory of your Pleroma/Akkoma installation (usually `/opt/pleroma/instance/static` or `/opt/akkoma/instance/static`, accordingly).
> **Note:** This assumes you want to use the stable release version of Nicolium. If you want to use the development version (which is more cutting-edge but can break sometimes), replace `release` with `develop` in the URLs and commands below.
```bash
curl -O https://web.nicolium.app/release.zip
unzip release.zip -d /opt/pleroma/instance/static/

View File

@@ -19,4 +19,4 @@ nicolium.example.com {
}
```
This assumes you're serving Nicolium under the nicolium.example.com domain and the Nicolium files are located in `/var/www/nicolium`. You can download Nicolium from `https://web.nicolium.app/release.zip` or [build it from source](../building/nicolium.md).
This assumes you're serving Nicolium under the nicolium.example.com domain and the Nicolium files are located in `/var/www/nicolium`. You can download Nicolium from `https://web.nicolium.app/release.zip` (`https://web.nicolium.app/develop.zip` for the development version) or [build it from source](../building/nicolium.md).