Self-hosted install feedback #292
cameronj86
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Got the container up and running after +2 hours troubleshooting and wanted to give some feedback while it's fresh.
General Takeaways
Documentation-related
.env
&env.laravel
files, perhaps they can be explicitly referenced on the config page. In hindsight, I now realize that.env
variables are at the top andenv.laravel
variables are at the bottom, but in the moment, I was trying to configure .env and hit w/ ~3 pages of definitions which felt overwhelming. Clearer headers might help here:preparation
section was a bit confusing for me. They're good questions that users should be asking, but perhaps most of it can be repurposed in a prominently highlighted "How to optimize your setup" post-install section?transactional email service
? If that is something like gmail/proton, then perhaps it can be referenced explicitly? Also, unless there's a clear resources that users can be directed to in order to grab this content in < 5 mins, it is likely creating too much friction.grep yourEmail@Address.com -A20 logs/laravel*.log
Installation-related
APP_FORCE_HTTPS
is set to false, then the user needs to also input the following or else the register/login page does nothing<insert domain:IP>
FAQ/Troubleshooting
.env
doesn't match thelaravel.env
infoGreat project overall tho and looking forward to using it more. I've spent more time giving feedback than actually using it, but I can write up a doc-related PR in the near future if it's desired but no one else wants to do it.
Beta Was this translation helpful? Give feedback.
All reactions