Apache questions #970
-
I've set up my home LAN with signed certs so I don't have to worry about certificate errors. I'd edited the indi-allsky.conf to use my signed certs. I noticed that when I ran setup.py again it regenerated the config file with the stock certs; it's only a moment to fix it, but I wanted to mention it. I was re-running the setup.py because I had moved my image storage to an external drive; I noticed that the image viewer now is failing to load some images. The
I can |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
For the certificates, I would just copy your certs to the location that indi-allsky expects and it will just use those when you re-run setup.sh Cert: As for the file locations, if you moved all of your files, the easiest thing you can probably do is just create a symbolic link to simulate the old path. Something like this.
|
Beta Was this translation helpful? Give feedback.
-
Merged #976 so that all file paths are now stored as relative paths in the database. I have tried to track down all of the places where I was referencing the |
Beta Was this translation helpful? Give feedback.
Merged #976 so that all file paths are now stored as relative paths in the database. I have tried to track down all of the places where I was referencing the
.filename
attribute directly and replaced them with.getFilesystemPath()
or.getUrl()
(for the relative path).