Skip to content
Snippets Groups Projects
Commit 6d375ff8 authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't show domain

parent fdd18717
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ APP_CATEGORY=publishing
IN_DEFAULT_INSTALL=0
SHOW_ON_ABOUT=1
SHOW_CLEARNET_ADDRESS_ON_ABOUT=0
SHOW_DOMAIN_IN_ADD_WEBADMIN=0
NOT_ON_HOMEPAGE=1
REQUIRES_APP=
......
......@@ -35,6 +35,8 @@ SHOW_CLEARNET_ADDRESS_ON_ABOUT=0
SHOW_ON_ABOUT=1
NOT_ON_API=0
SHOW_DOMAIN_IN_ADD_WEBADMIN=0
# Whether to show on http://freedombone/home
NOT_ON_HOMEPAGE=1
......
......@@ -32,6 +32,7 @@ APP_CATEGORY=publishing
IN_DEFAULT_INSTALL=0
SHOW_ON_ABOUT=1
SHOW_CLEARNET_ADDRESS_ON_ABOUT=0
SHOW_DOMAIN_IN_ADD_WEBADMIN=0
NOT_ON_HOMEPAGE=1
REQUIRES_APP=
......
......@@ -1042,6 +1042,7 @@ function web_admin_create_installed_apps_category {
sed -i '/ONIONURL/d' "$filename"
fi
fi
if [[ "$ONION_ONLY" != 'no' ]]; then
sed -i '/APPURL/d' "$filename"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment