-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
softaculous: request easy install script #9256
Comments
Did you try setting it up manually? Step 1: Set Up the Environment File Copy the example environment file to a new .env file in your working directory:
Generate Secret Tokens Run the following command to generate a unique random string:
Update the .env Replace the placeholder value in your .env file with the generated token:
Update the PGPASSWORD_SUPERUSER value in the .env file with a strong password.
|
what's next |
You gotta modify your .env file to connect to your domain. Without Reverse Proxy (Direct Access):
With Reverse Proxy (Standard Ports):
With Reverse Proxy (Custom Ports):
Update the .env File
Examples: Direct access without SSL: Access via domain with SSL: Restart the Application
You could set up the cloudfare tunnel usind cloudfared. I think adding your domain name to the ingress field in the config yaml file of the tunnel set up should do it. |
Want to self host on my own domain in ubuntu 20 vmware
ran bash curl sl https://git.new/20
error
"API rate limit exceeded for ip address. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)"
is there another way to install it
The text was updated successfully, but these errors were encountered: