-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conduit #7
Conversation
There was a problem hiding this 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' |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
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. |
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 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).