1
0
mirror of https://github.com/tomeshnet/prototype-cjdns-pi synced 2025-10-06 08:02:49 +02:00

17 Commits

Author SHA1 Message Date
darkdrgn2k
799c91a45f [WIP] - New release v0.5.0-rc.1 to master (#390)
Yggdrasil IPTunnel now does not change config files
    Yggdrasil IPtunnel drop in service adjustment
    Yggdrsail IPTunnel supports IPv6 and routed IPv6
    Yggdrsail version bump
    Support for x86 and x64
    Profile selection menu format changed in Dialog
    Rewritten and simplified board detection
    IPFS Improvments #284
    CJDNS now module
    Prototype can run without CJDNS now
    Better docs
    Grafan database now can be removed when uninstalling
    Moved network config to interface.d model
    Removed Network Manager
    Added Modules.md
    Added confSet function and implemented confget/confset config files
    NodeJS now shared module
    NodeJS version bump
    MESH_NAME now a config
    Added ipv6 netcat option
    Localized Patch Foo in TOMESH repo to prevent version conflicts and outage
    Added support for PI4
    Added support for Buster
    Fixed ETH0 vs BR0 issue on espressoBIN
    Prometheus version bump
    Raspberry Pi Watch Dog Timer
2020-03-26 13:55:24 -04:00
darkdrgn2k
c2c3a3daa7 added yggdrasil detection for map 2019-02-12 20:49:20 -05:00
darkdrgn2k
de3f628159 Add a bit of spacing after titles 2019-02-12 20:32:14 -05:00
darkdrgn2k
3bc4d09991 Updated permissions and hopefully fixed lib 2019-02-12 14:32:50 -05:00
darkdrgn2k
2ad9272a8c switch remote to purge 2019-02-12 14:10:38 -05:00
darkdrgn2k
28fb651806 Fix for cgi-bin folder 2019-02-11 23:34:48 -05:00
darkdrgn2k
7048d86261 Update install 2019-02-11 23:27:32 -05:00
darkdrgn2k
15e7e7efb0 Attempt to fix folder issue 2019-02-11 22:45:30 -05:00
darkdrgn2k
e4c0b67a1e Move yggdrasil group add to yggdrasil from nginx 2019-02-10 10:48:35 -05:00
darkdrgn2k
32963a4542 Profile Creation (#217)
* Added askSelection function and created framework for groups
* Corrected some syntax issues
* Cleanup syntax
* Corrected overwritten text
* More whitespace cleanup
* Corrected default letter from z to Z
* Ignore variable check (incorrectly identifies)
* Sync To Develop (#264)
* Corrected IPERF3 port number
* Initial install script
* Update rules.v6
* Fix incorrect match of / during find
* Fixed incorrect match of / in find
* Opened port 8008 for ssb peering
* Fixed ipv6 rules
Removed duplication of rules
Removed redundant CJDNS target
* Updated meshpoint script to scan all interfaces
Old mesh point scanned only phy0 and phy1, 
Update scans all interfaces, checks if they are wireless, determines the phy id, then checks for meshpoint. This way any phyx can be mesh point not just 0 and 1
* clearified meshpoint meaning in comment
* Added missing accept keyword
* Seperated and sorted ipv6 ports
* Sorted ipv4 ports in firewall
* Updated grammer in meshpoint comment
* Added prometheus and grafana ports
* Update FAQ.md
* Deleted to avoid conflict
* Patchfoo Module (#200)
* Added patchfoo module
* Added patchfoo to readme
* added nginx to install
* /patchfoo fix
* Updated ssb-web-pi nginx script
* Update and rename ssb-web-broadcast.service to ssb-web-pi-broadcast.service
* Rename ssb-web-broadcast-service.sh to ssb-web-pi-broadcast-service.sh

* Restored ssb-web-broadcast-service.sh

* Cjdns iptunnel ipv6 (#223)

* Added server side ipv6 addressing
* Update cjdns-setup
* correct ipv6 address definition
* Added routing for ipv6 and ipv4 in client mode

* Corrected paths and sudo

* Updated status to include Yggdrasil and Cjdns

* Removed unnecessary sudo (#226)

Fixes #225

* Expire Password on Raspberry PI (#224)

* Force password change after first reboot
* Added check if password was already changed

Fixes #198

* Update .travis.yml

* Update install

* Add HLS Player for IPFS Live Stream Repo (#228)

Add HLS player from ipfs-live-stream
Updated readme about player

* Roll back change

* Corrected incorrect binary path

* Remove has password changed

* Node welcome page (#230)

* Create home page with list of service

* Update process-stream.sh

* Prevent ipns caching

* Added multicast address for yagdrissil

* Updated peer lookup

* Update interface name

* added ygg0 to nat

* removed uneeded cjdns group

* Lock port to specific value

* Add yggdrasil to ports

* Remove whitespace and version bump

* shellcheck changes

* Uninstall script for yaggdrasil

* added WITH_YGGDRASIL variable

* Added WITH_YGGDRASIL

* remove of yggdrasil

* correct path

* Corrected spelling mistake

* Corrected capitalization

* Update install

* Update status

* Better way of finding the ipaddress for yggdrasil

* Update status

* Pi stream for SDR (#253)

dded contrib file to compile and install SDR driver.
Added image placeholder for audio only streams
Added commented line to change from Pi Camera to SDR

* Better regex

* [Contrib] Captive Portal like lock for internet bound connection on an offline node (#229)

* Make nginx install by default (#252)

* Made changes according to issue's list
* removed extra installs

* Updated Yggdrasil Version

* Node status screen (#249)

* Added map code for index

* Support Files

* added cgi-bin config file

* Install Map update

* Create peers

* missing "

* Added yggdrasil map and reusable code

* Split cjdns code into separate file
Code cleanup

* Whitespace cleanup

* Whitespace cleanup

* corrected lib path and +x peers-yggdrasil

* move common css to head

* Added node removal

* Merge nginx move from upstream

* Renamed Peers to peers-cjdns
Corrected spelling

* Renamed function to InitMap
Fixed Syntax

* Fixed formatting of LoadXMLDoc_x

* Corrected peers to peers-cjdns

* Added missing /

* Added missing /

* IPFS version bump (#261)

* IPFS Bump

Resolve issue #256

* Enabled gossipsub

* Fixed version

* Cjdns tunnel fix (#227)

* Update cjdns service script to run cjdns-setup
* Service reload daemon
* Update cjdns-setup
* Delete 50-cjdns.rules

* Added profiles

* Removed unused variable

* Corrected missing file
2019-02-08 13:45:25 -05:00
darkdrgn2k
42f6cd9523 Update install 2019-01-31 14:06:09 -05:00
darkdrgn2k
646d2d2a04 Corrected errors in function names 2019-01-26 11:07:30 -05:00
darkdrgn2k
8ce2f98a8b Yggdrasil permisions moved to yggdrasil module 2019-01-25 18:51:44 -05:00
darkdrgn2k
d56591c534 allow nginx access to socket 2019-01-25 00:22:38 -05:00
darkdrgn2k
394c054dad Added missing / 2019-01-18 21:19:41 -05:00
darkdrgn2k
17d7ac678f Node status screen (#249)
* Added map code for index

* Support Files

* added cgi-bin config file

* Install Map update

* Create peers

* missing "

* Added yggdrasil map and reusable code

* Split cjdns code into separate file
Code cleanup

* Whitespace cleanup

* Whitespace cleanup

* corrected lib path and +x peers-yggdrasil

* move common css to head

* Added node removal

* Merge nginx move from upstream

* Renamed Peers to peers-cjdns
Corrected spelling

* Renamed function to InitMap
Fixed Syntax

* Fixed formatting of LoadXMLDoc_x

* Corrected peers to peers-cjdns

* Added missing /
2019-01-18 20:48:55 -05:00
makeworld
81f3772a65 Make nginx install by default (#252)
* Made changes according to issue's list
* removed extra installs
2018-12-25 22:08:40 -05:00