Replies: 1 comment
-
Fantastic, well done! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone, I just wanted to share an installation script I made to install this on Arch. This is mainly for me but figured I would share it with the community in case it helps anyone else. It installs everything in about 5 minutes.
This is meant to be run as root. I realize people may not be comfortable with that but again, this was made for myself so I could quickly spin up a VM and have a working instance with all my settings in <10 minutes from start to finish. It creates a headless LAN accessible instance with user authentication so I can access the instance from any PC. It is also designed to utilize hugepages for increase performance on unraid local shares. I highly recommend reading and understand this script before executing. I have only been using Arch linux for about 5-10 hours and put this together while I was setting it up. I take no responsibility for any problems you encounter by using my script.
Users specified in /mnt/ai/data/users/users.auth. Format is username:password and one entry per line. I do not like how this file is needed for user accounts and if anyone knows a better way, please share. chown and chmod as needed to increase security but there should be a better way.
My initial webui-user.sh is stored in /mnt/ai/backup/webui-user.sh and the settings are as follows. The script pulls this and overwrites the default one from the git clone command. Once installed and running, it will not touch this one again and will continue using the default location. This just lets me specify all my arguments before it starts for the first time:
If anyone has any recommendations or critiques, please feel free to comment!
Beta Was this translation helpful? Give feedback.
All reactions