First time using - Questions/Problems(?) #803
Replies: 11 comments 1 reply
-
So I did fix the issue with Postgresql. Just needed to change the DB name in the .env file, and actually give my psql username a password. So now I'm just confused on the HASH_SALT variable. |
Beta Was this translation helpful? Give feedback.
-
The HASH_SALT can be any random string. All it does it generate unique values for your installation. |
Beta Was this translation helpful? Give feedback.
-
So I can just make it anything (might just use random.org)? |
Beta Was this translation helpful? Give feedback.
-
Yes, you can. |
Beta Was this translation helpful? Give feedback.
-
Well, I've got it running fine on my DigitalOcean server, but now I have just one more concern... being indexed by search engines. Going to need to add a robots.txt file... I'm guessing I place it in the "pages" directory and it won't break anything? |
Beta Was this translation helpful? Give feedback.
-
I think you can place it anywhere as long as you can access it via |
Beta Was this translation helpful? Give feedback.
-
Got it to work... I had to add something to the ngnix server block config file. Now umami is running... and I think ready to go. The only user is admin as stated in the install guide, created when creating the database tables. Besides having to change the password, are there any risks to using this user, or should I create another? Sorry for the many questions... just trying to make sure I do this right and not fatally screw something up. |
Beta Was this translation helpful? Give feedback.
-
It's fine. I personally just use the default admin account. But if you want to be sure, you can add another. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@flamekiller22 The |
Beta Was this translation helpful? Give feedback.
-
Maybe it would make sense the HASH_SALT being generated automatically and not to bother the user in install process? |
Beta Was this translation helpful? Give feedback.
-
Hello! I hope this is the right place for this kind of post. Can't find where else to post.
So this will be my first time self-hosting anything like this, so I am running into hurdles as I figure this all. I have finally hit a total block.
Following the instructions on the site, I just built the app with npm and ran it. Before doing this, I had confusion:
Additionally, I had issues with postgresql. May have fixed them, but I received a database authentication error on my first attempt. (My Postgresql user had no password, so I set one. Might have to apply the changes by rebuilding before trying again?)
Beta Was this translation helpful? Give feedback.
All reactions