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

Ubuntu installer script assumes some components are not already installed #62

Open
Huskion opened this issue Jul 2, 2022 · 1 comment

Comments

@Huskion
Copy link

Huskion commented Jul 2, 2022

The Ubuntu installer script does not just install project lightspeed, it also installs the package manager version of nginx (and certbot if TLS option is chosen) and overwrites any existing setup/configuration on the system that someone might have.

Lost my whole nginx configuration because there was no warning, it just went and overwrote it, I thought I was installing lightspeed :)

Please make this optional so that if anyone attempts this script on not a fresh system, their existing configs don't get silently obliterated

Also, when certbot realized my domain was already set up, it hit a snag and the installation script didn't complete.

@SpoopyTim
Copy link
Contributor

As of right now Lightspeed is being designed to be used with docker. We are currently in the transitioning period so it may not be obvious from the README.

Please make this optional so that if anyone attempts this script on not a fresh system, their existing configs don't get silently obliterated

The ubuntu installer that you were using was created by a user as a contribution to work as an aid for the old system and as of such isn't a priority. Anyone is free to submit a PR to address this.

I have submitted a PR to address the issue with there being no warning in the documentation for the script to hopefully avoid people encountering the same issue in the future.

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

No branches or pull requests

2 participants