Only show certain domains on the about screen

This commit is contained in:
Bob Mottram 2016-10-19 21:23:11 +01:00
parent 93688ce482
commit 1ceffbd9c2
15 changed files with 32 additions and 0 deletions

View File

@ -30,6 +30,8 @@
VARIANTS='full full-vim writer'
SHOW_ON_ABOUT=1
DOKUWIKI_DOMAIN_NAME=
DOKUWIKI_ADMIN_PASSWORD=
DOKUWIKI_TITLE="${PROJECT_NAME} Dokuwiki"

View File

@ -30,6 +30,8 @@
VARIANTS='full full-vim media'
SHOW_ON_ABOUT=1
GNUSOCIAL_DOMAIN_NAME=
GNUSOCIAL_CODE=
GNUSOCIAL_ONION_PORT=8087

View File

@ -30,6 +30,8 @@
VARIANTS='developer'
SHOW_ON_ABOUT=1
GOGS_USERNAME='gogs'
GOGS_VERSION='0.9.97'

View File

@ -30,6 +30,8 @@
VARIANTS="full full-vim writer"
SHOW_ON_ABOUT=1
HTMLY_DOMAIN_NAME=
HTMLY_CODE=
HTMLY_ONION_PORT=8086

View File

@ -30,6 +30,8 @@
VARIANTS='full full-vim social'
SHOW_ON_ABOUT=1
HUBZILLA_DOMAIN_NAME=
HUBZILLA_CODE=
HUBZILLA_ONION_PORT=8085

View File

@ -30,6 +30,8 @@
VARIANTS='full full-vim chat'
SHOW_ON_ABOUT=1
IRC_PORT=6697
IRC_ONION_PORT=6697

View File

@ -30,6 +30,8 @@
VARIANTS=''
SHOW_ON_ABOUT=1
MEDIAGOBLIN_DOMAIN_NAME=
MEDIAGOBLIN_CODE=
MEDIAGOBLIN_REPO="git://git.savannah.gnu.org/mediagoblin.git"

View File

@ -30,6 +30,8 @@
VARIANTS='full full-vim chat'
SHOW_ON_ABOUT=1
# Password used for mumble server
MUMBLE_SERVER_PASSWORD=
# Port on which mumble server listens

View File

@ -30,6 +30,8 @@
VARIANTS='full full-vim writer'
SHOW_ON_ABOUT=1
RSS_READER_REPO="https://tt-rss.org/git/tt-rss.git"
RSS_READER_COMMIT='48007463861d8db8b2b79c2f4f54e0564edb0ec0'
RSS_READER_ADMIN_PASSWORD=

View File

@ -30,6 +30,8 @@
VARIANTS=''
SHOW_ON_ABOUT=1
SEARX_REPO="https://github.com/asciimoo/searx"
SEARX_COMMIT='fee556c9904637051a9ba874ba7e71cd9f10789f'
SEARX_PATH=/etc

View File

@ -30,6 +30,8 @@
VARIANTS='full full-vim chat'
SHOW_ON_ABOUT=1
SIP_SERVER_PASSWORD=
SIP_PORT=5060
SIP_TLS_PORT=5061

View File

@ -30,6 +30,8 @@
VARIANTS=''
SHOW_ON_ABOUT=1
TAHOELAFS_REPO="https://github.com/tahoe-lafs/tahoe-lafs"
TAHOELAFS_COMMIT='30b421d48b3d1dae2ef507bf27a1f3816300cd92'

View File

@ -30,6 +30,8 @@
VARIANTS='full full-vim chat'
SHOW_ON_ABOUT=1
TOX_PORT=33445
TOXCORE_REPO="https://github.com/bashrc/toxcore"
TOXCORE_COMMIT='d3fa9f82bda3a8746917502c525237427ba17d45'

View File

@ -30,6 +30,8 @@
VARIANTS='full full-vim chat'
SHOW_ON_ABOUT=1
# Directory where XMPP settings are stored
XMPP_DIRECTORY="/var/lib/prosody"
XMPP_PASSWORD=

View File

@ -238,6 +238,10 @@ function show_domains {
for app_name in "${APPS_INSTALLED_NAMES[@]}"
do
if ! grep -q "SHOW_ON_ABOUT=1" /usr/share/${PROJECT_NAME}/apps/${PROJECT_NAME}-app-${app_name}; then
continue
fi
icann_address=${DEFAULT_DOMAIN_NAME}
onion_address="-"