So, I’m beginning to drop in some reverse proxy customizations to allow
https://host/couchpotato and/or https://couchpotato.domain.com
I’ve only added one line to aliases-seedboxes.conf:
Include /etc/apache2/includes/base.conf
basically I have all of my customizations in /etc/apache2/includes. It’s going to key off of the lock files in /install/ and enable only those apps that are added.
Programmatically altering the base url of the some of the apps isnt possible however so they will have to manually be done.
Once I get all of that done then I’ll switch the apps to only listen on localhost.
So anyway, the question I have is: I dont want to go through all of this only to have an update wipe my changes.
Will that happen? Do you ever completely replace files during a Quickbox update?
I guess I could include separate conf files in /etc/apache2/sites-enabled. I’d have to look at that. I know aliases-seedbox.conf editing works for me.
Thanks!