Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conduit #7

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conduit #7

wants to merge 6 commits into from

Conversation

paulotruta
Copy link
Member

@paulotruta paulotruta commented Jul 3, 2021

Based on the home-assistant branch, but should be able to be merged without trouble :)

Conduit is a Rust implementation of the Matrix reference server.

There are some thing impeding this package from working out-of-the box (using the install option via the dashboard interface).

  • Some env entries on edgebox-compose.yml need to be modified after first run.
  • This app only works is it has a proper public accessible domain (which needs to also be put as an env in edgebox-compose.yml)
  • Opening the main domain returns a blank 404 page. This is a user-unfriendly and confusing. Would be nice to either redirect to Element.io (or self-hosted), or then a info page showing how to join.

(Some of these tasks can only be accomplished properly by rewriting WS in a language that allows us to handle more complexities around forming the final compose file, running post-install and ad-hoc commands with value dependencies coming from the interface, and reloading the containers faster).

@paulotruta paulotruta requested a review from inverse July 3, 2021 11:16
@paulotruta paulotruta self-assigned this Jul 3, 2021
Copy link
Contributor

@inverse inverse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems legit, didn't test - why is there so much code though??

build:
context: "./bin/conduit-ws"
args:
CREATED: '2021-07-01T22:44:00Z'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this value hold any relevance?

Copy link
Member Author

@paulotruta paulotruta Jul 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not for us, but it is used in the Dockerfile for building, as recommended in the repo.

@paulotruta
Copy link
Member Author

Seems legit, didn't test - why is there so much code though??

It has the entire project in order to build it in the machine :/ Would like to have something more streamlined. I think we could change the Dockerfile so it starts by pulling from the repo instead of having the project files in the package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants