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

Added installation instructions for public hosting to readme #715

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

Conversation

decipher2k
Copy link

Added installation instructions for public hosting to readme

Added "Installation on public server"
@CLAassistant
Copy link

CLAassistant commented Aug 25, 2024

CLA assistant check
All committers have signed the CLA.

@jelveh
Copy link
Contributor

jelveh commented Aug 25, 2024

Thank you for this! I'll do a quick test and merge. We may need to put it in a separate document and link to it from the README...

Set config.registration_closed=true; in ./src/backend/src/config.js to close registration
@decipher2k
Copy link
Author

decipher2k commented Aug 25, 2024

Thank you for this! I'll do a quick test and merge. We may need to put it in a separate document and link to it from the README...

I'm glad you like it.
The modification for opting out registration has somehow gotten into the pull request.

What about a wiki for documentation?

{
return res.status(403).send('Registration is closed.');
}
else
Copy link
Contributor

@KernelDeimos KernelDeimos Aug 25, 2024

Choose a reason for hiding this comment

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

We don't need an else if there's an early return. Removing this will reduce indentation changes and make the PR easier to review.

Copy link
Author

Choose a reason for hiding this comment

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

updated

@KernelDeimos
Copy link
Contributor

We have some documentation for this under Self-Hosting instructions but we don't have this linked in the README.md file anymore. If you have the time it would be nice to cross-reference what you wrote and what's already there and try to pick the best from both. Ideally all documentation for this should be in doc/self-hosters and we will eventually link this in README.md.

@decipher2k
Copy link
Author

We have some documentation for this under Self-Hosting instructions but we don't have this linked in the README.md file anymore. If you have the time it would be nice to cross-reference what you wrote and what's already there and try to pick the best from both. Ideally all documentation for this should be in doc/self-hosters and we will eventually link this in README.md.

Sure, no problem.

@KernelDeimos
Copy link
Contributor

We have some documentation for this under Self-Hosting instructions but we don't have this linked in the README.md file anymore. If you have the time it would be nice to cross-reference what you wrote and what's already there and try to pick the best from both. Ideally all documentation for this should be in doc/self-hosters and we will eventually link this in README.md.

Sure, no problem.

Thanks, diff looks much better now! We'll be able to merge the signup change quicker than the README.md update, but I don't want you to lose credit from us cherry-picking it so if you have time to make a separate PR for it that might be better (sorry about all the git chores btw, I should've brought that up yesterday)

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.

4 participants