Closed
Conversation
…ailway: - I removed an unused setup from the Dockerfile that might have been causing conflicts. The existing script already provides a suitable environment for containerized Electron applications. This should resolve the "dbus-daemon [--version]..." error you saw in the Railway deployment logs. - I looked into the "ss: command not found" error. The necessary components are included in the Dockerfile, and the startup script doesn't use that command. This error is likely from an older deployment or is being misattributed. I didn't make any code changes for this. - I noted that the `discord-auth/server.js` file is currently a placeholder and will need actual implementation for Discord authentication to work. - I've provided some deployment recommendations for Railway, focusing on how to configure environment variables.
|
Your PR was set to target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature or bug? 特性或者缺陷?
If you want to contribute a feature or bug fix, please submit an issue first. After a full discussion in the community, we will decide whether to make the change. Do not submit a contribution code directly, otherwise it may be rejected.
如果你想贡献一个特性或者缺陷修复,请先提交一个 issue。在社区充分讨论后,我们会决定是否进行变更。不要直接提交一个贡献代码,否则可能会被拒绝。
Multilingual or copywriting? 多语言或者文案?
Please submit directly, we will evaluate.
请直接提交,我们会进行评估。
Dev branch!
Any changes should be submitted to the dev branch.
任何改动,请提交到 dev 分支。