Cups Messenger is a peer-to-peer, encrypted instant messaging service with no central servers or trusted third parties. Messages are relayed by and saved on the two communicating servers and nowhere else. This repository creates the s9pk
package that is installed to run cups
on StartOS.
This project is no longer maintained by Start9 and is open to community contributions or takeover.
Install the following system dependencies 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.
Clone the project locally. Note the submodule link to the original project(s).
git clone git@github.com:Start9Labs/cups-wrapper.git
cd cups-wrapper
git submodule update --init
To build the cups
package, run the following command:
make
Run the following commands to install:
ℹ️ Change embassy-server-name.local to your Embassy address
embassy-cli auth login
# Enter your embassy password
embassy-cli --host https://embassy-server-name.local package install cups.s9pk
If you already have your embassy-cli
config file setup with a default host
,
you can install simply by running:
make install
Tip: You can also install the cups.s9pk using Sideload Service under the Embassy > Settings section.
Go to your Embassy Services page, select Cups Messenger, configure and start the service. Then, verify its interfaces are accessible.
Done!