Hacker News new | ask | show | jobs
by derin 1220 days ago
Gitlab and Element's website structure is different. element.io is the site for the managed product, so even their "on-premise" installer is meant to be used in a commercial relationship. For install docs you'd probably have to purchase their product (which isn't available freely).

You probably want to read the open-source software's installation instructions at: https://github.com/vector-im/element-web

TLDR, check out the project, run `yarn install`, then edit the config file, then `yarn build`.

And, yes, that is all there is to it. It's significantly simpler to deploy than GitLab.

Finally, you keep mentioning self-hosting; you _can_ just use a non-self hosted application like the downloadable version of Element, SchildiChat, Fluffychat, or any other client.

No reason to bring hosting into the mix for the client, if that's causing concern.

1 comments

Using an official build of element makes it feel less open, unless the builds are reproducible. Are they?

To me it looks like they come with proprietary stuff: https://element.io/pricing

Especially Group Sync seems like something to drive you into their paid offerings, I assume by keeping the code close to the vest.

Man at this point you're just looking for excuses.

You can host bridges yourself too

https://github.com/spantaleev/matrix-docker-ansible-deploy/

This seems like goalpost moving.

You yourself say in a different comment that you are currently assessing Element: https://news.ycombinator.com/item?id=34779070. Either you have a formed opinion Matrix, or you don't. Which one is it?

You keep saying Element instead of Matrix, and obviating the whole Matrix ecosystem. Matrix protocol has several server implementations, and many more things around: https://matrix.org/docs/projects/try-matrix-now

T

How did you install Gitlab without an official build (such as the official docker images and Debian packages from their own APT repo)?
https://hub.docker.com/r/gitlab/gitlab-ce

> The Dockerfile used for building public images is in Omnibus Repository