mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-22 10:01:45 +00:00
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
# Apache configuration for the Plinth itself is shipped with proper
|
|
# name plinth.conf. However, due to the nature of the package, Plinth
|
|
# takes the responsibility of configuring various other services
|
|
# behind Apache. The upstream hence ships various Apache
|
|
# configuration files which are enabled and disabled when user
|
|
# requests.
|
|
plinth binary: non-standard-apache2-configuration-name *
|
|
|
|
# After release 0.15.3-1 Plinth indents to become a native package as per team
|
|
# decision. This was to considering the nature of the FreedomBox project, it's
|
|
# relation to the Debian project and the current difficulties having a separate
|
|
# packaging repository.
|
|
plinth binary: latest-debian-changelog-entry-changed-to-native
|
|
|
|
# Plinth depends on Apache2 and cannot work with just any web server. Instead of
|
|
# being a simple web application it is an administration console that configures
|
|
# web servers. At some point we would like to work with other web servers but
|
|
# that requires significant effort.
|
|
plinth binary: web-application-should-not-depend-unconditionally-on-apache2
|