remcoros / wasabi-webtop-startos

Wasabi running in a webtop container for StartOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Logo

Wasabi on Webtop for StartOS

Webtop is an innovative Linux desktop environment that allows users to access a complete Linux desktop directly from their web browser. This repository creates the s9pk package that is installed to run the Wasabi desktop wallet on a stripped down version of Webtop on StartOS. Learn more about service packaging in the Developer Docs.

Dependencies

Install the system dependencies below to build this project by following the instructions in the provided links. You can also find detailed steps to setup your environment in the service packaging documentation.

Cloning

Clone the Webtop package repository locally.

git clone git@github.com:remcoros/wasabi-webtop-startos.git
cd wasabi-webtop-startos

Building

To build the Wasabi service as a universal package, run the following command:

make

Installing (on StartOS)

Before installation, define host: https://server-name.local in your ~/.embassy/config.yaml config file then run the following commands to determine successful install:

Change server-name.local to your Start9 server address

start-cli auth login
#Enter your StartOS password
make install

Tip: You can also install the wasabi-webtop.s9pk by sideloading it under the StartOS > System > Sideload a Service section.

Verify Install

Go to your StartOS Services page, select Wasabi, configure and start the service.

Done!

About

Wasabi running in a webtop container for StartOS

License:MIT License


Languages

Language:TypeScript 35.7%Language:Shell 30.1%Language:Dockerfile 24.7%Language:Makefile 9.5%