Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Context Sensitive Group
freedombone
Commits
711c3089
Commit
711c3089
authored
9 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Tracker
parent
63b1d97e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/freedombone
+2
-2
2 additions, 2 deletions
src/freedombone
src/freedombone-client
+3
-3
3 additions, 3 deletions
src/freedombone-client
src/freedombone-mesh
+1
-1
1 addition, 1 deletion
src/freedombone-mesh
src/zeronetavahi
+1
-1
1 addition, 1 deletion
src/zeronetavahi
with
7 additions
and
7 deletions
src/freedombone
+
2
−
2
View file @
711c3089
...
...
@@ -404,7 +404,7 @@ TOX_NODE=
#ZERONET_REPO='https://github.com/HelloZeroNet/ZeroNet.git'
ZERONET_REPO='https://github.com/bashrc/ZeroNet.git'
ZERONET_PORT=15441
TRACKER_PORT=
51413
TRACKER_PORT=
6969
# Default diffie-hellman key length in bits
DH_KEYLENGTH=1024
...
...
@@ -1622,7 +1622,7 @@ function install_zeronet {
fi
apt-get -y install python python-msgpack python-gevent
apt-get -y install python-pip
transmission-daemon
apt-get -y install python-pip
bittornado
pip install msgpack-python --upgrade
useradd -d /opt/zeronet/ -s /bin/false zeronet
...
...
This diff is collapsed.
Click to expand it.
src/freedombone-client
+
3
−
3
View file @
711c3089
...
...
@@ -48,7 +48,7 @@ SSH_KEX="curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256"
SSH_HOST_KEY_ALGORITHMS
=
"ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-ed25519,ssh-rsa"
ZERONET_PORT
=
15441
TRACKER_PORT
=
51413
TRACKER_PORT
=
6969
# see https://stribika.github.io/2015/01/04/secure-secure-shell.html
function
ssh_remove_small_moduli
{
...
...
@@ -144,7 +144,7 @@ function mesh_babel {
echo
' return'
>>
$babel_script
echo
' fi'
>>
$batman_script
echo
' # install avahi'
>>
$babel_script
echo
' apt-get -y install avahi-utils avahi-autoipd avahi-daemon avahi-dnsconfd
transmission-daemon
'
>>
$babel_script
echo
' apt-get -y install avahi-utils avahi-autoipd avahi-daemon avahi-dnsconfd
bittornado
'
>>
$babel_script
echo
' sed -i "s|#host-name=.*|host-name=$(hostname)|g" /etc/avahi/avahi-daemon.conf'
>>
$babel_script
echo
' sed -i "s|host-name=.*|host-name=$(hostname)|g" /etc/avahi/avahi-daemon.conf'
>>
$babel_script
echo
' if [ -f /bin/systemctl ]; then'
>>
$babel_script
...
...
@@ -229,7 +229,7 @@ function mesh_batman {
echo
''
>>
$batman_script
echo
'if [[ $1 == "start" ]]; then'
>>
$batman_script
echo
' # install avahi'
>>
$batman_script
echo
' apt-get -y install avahi-utils avahi-autoipd avahi-daemon avahi-dnsconfd
transmission-daemon
'
>>
$batman_script
echo
' apt-get -y install avahi-utils avahi-autoipd avahi-daemon avahi-dnsconfd
bittornado
'
>>
$batman_script
echo
' sed -i "s|#host-name=.*|host-name=$(hostname)|g" /etc/avahi/avahi-daemon.conf'
>>
$batman_script
echo
' sed -i "s|host-name=.*|host-name=$(hostname)|g" /etc/avahi/avahi-daemon.conf'
>>
$batman_script
echo
' sed -i "s|use-ipv4=.*|use-ipv4=yes|g" /etc/avahi/avahi-daemon.conf'
>>
$batman_script
...
...
This diff is collapsed.
Click to expand it.
src/freedombone-mesh
+
1
−
1
View file @
711c3089
...
...
@@ -56,7 +56,7 @@ function install_zeronet {
return
fi
sudo
apt-get
-y
install
python python-msgpack python-gevent
sudo
apt-get
-y
install
python-pip
transmission-daemon
sudo
apt-get
-y
install
python-pip
bittornado
sudo
pip
install
msgpack-python
--upgrade
git clone
$ZERONET_REPO
$ZERONET_DIR
...
...
This diff is collapsed.
Click to expand it.
src/zeronetavahi
+
1
−
1
View file @
711c3089
...
...
@@ -28,7 +28,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
TRACKER_PORT
=
51413
TRACKER_PORT
=
6969
BOOTSTRAP_FILE
=
/opt/zeronet/bootstrap
if
[
!
-d
/opt/zeronet
]
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment