|
@@ -193,6 +193,7 @@ HUBZILLA_DOMAIN_NAME=
|
193
|
193
|
HUBZILLA_CODE=
|
194
|
194
|
HUBZILLA_ONION_PORT=8085
|
195
|
195
|
HUBZILLA_REPO="https://github.com/redmatrix/hubzilla.git"
|
|
196
|
+HUBZILLA_THEMES_REPO='https://github.com/DeadSuperHero/redmatrix-themes'
|
196
|
197
|
HUBZILLA_ADDONS_REPO="https://github.com/redmatrix/hubzilla-addons.git"
|
197
|
198
|
HUBZILLA_ADMIN_PASSWORD=
|
198
|
199
|
HUBZILLA_COMMIT='761afd029d97703f2f7609d546b7b5f3d257c601'
|
|
@@ -428,6 +429,7 @@ ENABLE_SOCIAL_KEY_MANAGEMENT="no"
|
428
|
429
|
|
429
|
430
|
TOX_PORT=33445
|
430
|
431
|
TOX_REPO='git://github.com/irungentoo/toxcore.git'
|
|
432
|
+TOXID_REPO='https://github.com/bashrc/toxid'
|
431
|
433
|
TOX_COMMIT='73b2144edcfd1ca617e9054479b66ab0c0361a14'
|
432
|
434
|
TOX_BOOTSTRAP_ID_FILE=/var/lib/tox-bootstrapd/pubkey.txt
|
433
|
435
|
# These are some default nodes, but you can replace them with trusted nodes
|
|
@@ -6835,7 +6837,7 @@ function tox_avahi {
|
6835
|
6837
|
|
6836
|
6838
|
# install a command to obtain the Tox ID
|
6837
|
6839
|
cd $INSTALL_DIR
|
6838
|
|
- git clone https://github.com/bashrc/toxid
|
|
6840
|
+ git clone $TOXID_REPO
|
6839
|
6841
|
if [ ! -d $INSTALL_DIR/toxid ]; then
|
6840
|
6842
|
exit 63921
|
6841
|
6843
|
fi
|
|
@@ -8597,7 +8599,7 @@ function install_hubzilla {
|
8597
|
8599
|
fi
|
8598
|
8600
|
|
8599
|
8601
|
# some extra themes
|
8600
|
|
- git clone https://github.com/DeadSuperHero/redmatrix-themes /var/www/$HUBZILLA_DOMAIN_NAME/htdocs/redmatrix-themes1
|
|
8602
|
+ git clone $HUBZILLA_THEMES_REPO /var/www/$HUBZILLA_DOMAIN_NAME/htdocs/redmatrix-themes1
|
8601
|
8603
|
cp -r /var/www/$HUBZILLA_DOMAIN_NAME/htdocs/redmatrix-themes1/* view/theme/
|
8602
|
8604
|
|
8603
|
8605
|
chown -R www-data:www-data /var/www/$HUBZILLA_DOMAIN_NAME/htdocs
|