mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- It is simpler to keep all the configuration in a single file. Any overrides are expected to be done by writing additional configuration files with higher priority. - /etc/apache2/site-available/ is typically reserved for virtual host configurations. Redirections and proxying for all virtual hosts rather belongs in /etc/apache2/conf-available/. - This looses the option of disabling plinth-ssl.conf when needed. In the initial days of enabling TLS, there was a need felt to keep the option of easily disabling redirection to TLS in case there is a need for it. However, TLS certificate setup is mature and the limitations are well understood. There is no longer a need for it. It still may be possible to avoid the redirection with an additional configuration. Tests: - In a fresh container, setup succeeds. Redirecting to https:// for /plinth works. FreedomBox web interface is available. - Without the patch applied created a container. Run setup and access Plinth interface. Apply the patches. Apache setup is run. a2query -s plinth and a2query -s plinth-ssl show that sites are not enabled. Redirecting to https:// for /plinth works. FreedomBox web interface is available. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
rm_conffile /etc/plinth/modules-enabled/lib 0.4.3-1~
|
|
rm_conffile /etc/plinth/modules-enabled/expert_mode 0.4.3-1~
|
|
rm_conffile /etc/plinth/modules-enabled/packages 0.5-1~
|
|
rm_conffile /etc/plinth/modules-enabled/xmpp 0.13.0+ds-1~
|
|
rm_conffile /etc/plinth/modules-enabled/apps 0.15.1+ds-2~
|
|
rm_conffile /etc/plinth/modules-enabled/owncloud 0.15.1+ds-2~
|
|
rm_conffile /etc/plinth/modules-enabled/system 0.15.1+ds-2~
|
|
rm_conffile /etc/plinth/modules-enabled/disks 0.15.3+ds-1~
|
|
rm_conffile /etc/plinth/modules-enabled/udiskie 0.39.0~
|
|
rm_conffile /etc/plinth/modules-enabled/restore 20.1~
|
|
rm_conffile /etc/plinth/modules-enabled/repro 20.1~
|
|
rm_conffile /etc/apt/preferences.d/50freedombox3.pref 20.5~
|
|
rm_conffile /etc/plinth/plinth.config 20.12~
|
|
rm_conffile /etc/plinth/custom-shortcuts.json 20.12~
|
|
rm_conffile /etc/plinth/modules-enabled/coquelicot 20.14~
|
|
rm_conffile /etc/plinth/modules-enabled/diaspora 21.16~
|
|
rm_conffile /etc/plinth/modules-enabled/monkeysphere 21.16~
|
|
rm_conffile /etc/plinth/modules-enabled/tahoe 21.16~
|
|
rm_conffile /etc/plinth/modules-enabled/mldonkey 22.4~
|
|
rm_conffile /etc/apache2/sites-available/plinth.conf 22.16~
|
|
rm_conffile /etc/apache2/sites-available/plinth-ssl.conf 22.16~
|