Curious, are you not using spire? I also don't see a self hosted login server being used (looks like it's commented out in the installer but maybe I'm overlooking something).
I went a bit different about it. I took the almost running docker and pulled everything out of it into a directory I wanted within my own home directory, replacing all the symlinks with either direct files when there was no other reason for the symlink, or symlink to the appropriate spot in my own directory structure.
The thing I'm struggling with right now is trying to figure out how the docker launches Spire, that and login server the only two things I actually did get going with Docker lmao. I tried the launch command that windows uses for Spire but it's trying to download a non-existent zip file and choking, so obviously I'm not launching Spire the same way the docker is.
|