diff --git a/.install/7-install-duniter.sh b/.install/7-install-duniter.sh new file mode 100644 index 0000000..af5dc80 --- /dev/null +++ b/.install/7-install-duniter.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +wget https://jytou.fr/duniter/duniter-server-v1.7.19-linux-armv7l.deb +sudo dpkg --install duniter-server-v1.7.19-linux-armv7l.deb +sudo apt install -f +sudo duniter wizard network +sudo duniter sync g1.donnadieu.fr:12901 diff --git a/.install/templates/4a/daemon.php b/.install/templates/4a/daemon.php index 150b3e2..9626553 100755 --- a/.install/templates/4a/daemon.php +++ b/.install/templates/4a/daemon.php @@ -3,7 +3,7 @@ if(php_sapi_name() != 'cli' && !empty($_SERVER['REMOTE_ADDR'])) exit("Access Denied."); // Please configure this -$url = "http://_DOMAIN"; +$url = "http://g1tag.donnadieu.fr"; fclose(fopen($url."/index.php/daemon/message_routine/", "r")); diff --git a/g1sms.pub.key b/g1sms.pub.key old mode 100755 new mode 100644