Apology: Previous Version Was Not Properly Verified Before Pull Request#33
Apology: Previous Version Was Not Properly Verified Before Pull Request#33rapeeza1598 wants to merge 3 commits intojhd3197:mainfrom
Conversation
…thon version detection and remove app template installation.
…post-installation steps.
|
Hi @rapeeza1598, thanks for the contribution and for the uninstall script — that's a great addition! Before I can merge this, I need to understand a few things about the 1. Nginx site configuration removedThe original script installs the ServerKit nginx site config ( Can you explain why this was removed? Was this causing issues on your setup? 2. SSL certificate generation removedThe self-signed SSL cert block ( Was SSL causing problems for you, or was this an oversight? 3. SELinux boolean for Fedora removedThe Are you testing on Fedora? This is required for that platform. 4.
|
…ervice and CLI installation from the installer.
|
I've pushed an update addressing all the points mentioned in the review. Changes include restoring the nginx site configuration, SSL self-signed certificate generation, the Fedora SELinux boolean, invoking the I also added a small safety check in the uninstaller to avoid errors if Docker or the install directory does not exist. Could you please take another look when you have a moment? |
I apologize for the previous version. I did not verify the changes thoroughly before submitting the pull request, which caused issues. I have now reviewed and fixed the problem in this update. Thank you for your patience and for reviewing the correction.