Web
Warning
This section is outdated and the information is incorrect.
LunaSea-ng can be hosted as a web application for usage within any modern browser!
Info
If you want a stable experience, stick with stable releases. Want to test new builds of LunaSea-ng? Read about the build channels to make the right choice!
Hosted Builds
Channel(s): Stable
, Develop
All web releases of LunaSea-ng are available on hosted instances by the LunaSea-ng team! All communication and data stored is client-side, but there are some limitations of the platform which can be viewed here.
Docker
Channel(s): Stable
, Develop
All web releases of LunaSea-ng are also available in officially hosted Docker images! There is currently only one value that needs to be configured which is the port mapping. LunaSea-ng functions as a frontend application with all data being stored client-side.
docker run -p 80:80 ghcr.io/lunasea-ng/lunasea:stable
docker run -p 80:80 ghcr.io/lunasea-ng/lunasea-ng:dev
You can also build this image yourself, if you prefer that. See Dockerfile. This assumes that you have Docker installed and setup.
-
Clone the repository
git clone https://github.com/LunaSea-ng/LunaSea-ng cd LunaSea-ng
-
Build
docker build --tag lunasea-ng .
-
Run
docker run -p 80:80 lunasea-ng
Warning
Building this way will result in using the development channel.
GitHub Releases
Channel(s): Stable
, Develop
Format(s): .zip
All releases are available on GitHub via the Releases page!