Skip to content

bbigras/dendrite-demo-pinecone

Repository files navigation

dendrite-demo-pinecone built with nix CI

⚠️ NOTE: This repo is not affiliated to Matrix nor Pinecone in any way.

I just made this to be able to run dendrite-demo-pinecone easily on my computers.

Install

Using the cachix binary cache

nix-env \
    -if https://github.com/bbigras/dendrite-demo-pinecone/tarball/master \
    --extra-substituters https://dendrite-demo-pinecone.cachix.org \
    --extra-trusted-public-keys dendrite-demo-pinecone.cachix.org-1:qgybhOM1X0JikTrvpYo1HwtsXT2ee+6ajbmCjCns4yI=

Run

with nix run (nix flakes)

nix run \
    --extra-substituters https://dendrite-demo-pinecone.cachix.org \
    --extra-trusted-public-keys dendrite-demo-pinecone.cachix.org-1:qgybhOM1X0JikTrvpYo1HwtsXT2ee+6ajbmCjCns4yI= \
    github:bbigras/dendrite-demo-pinecone -- \
    -peer wss://pinecone.matrix.org/public \
    -listen :<some_port>
dendrite-demo-pinecone \
    -peer wss://pinecone.matrix.org/public \
    -listen :<some_port>

Docker image

ghcr.io/bbigras/dendrite-demo-pinecone.

docker run \
    --net host \
    ghcr.io/bbigras/dendrite-demo-pinecone

To build the image:

nix-build -A packages.x86_64-linux.dockerImage

# with nix flakes
nix build .#dockerImage

docker load < ./result

Acknowledgements

The auto-update script is from https://github.com/colemickens/nixpkgs-wayland.

Contact

I'm bbigras in #p2p:matrix.org

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published