forked from raspibolt/raspibolt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PENDIENTES
103 lines (86 loc) · 3.21 KB
/
PENDIENTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
* En la pagina de Intro, ver si el indice queda correcto al final del todo.
* Ver temp:
sudo vcgencmd measure_temp // quitamos el lm_sensors usando el anterior
* Revisar si es necesario deshabilitar IPv6 para el mDNS
SCRIPT TXOKO:
-Cambiar las lineas 147 y 148, lo del publick check si no funciona.
-Linea 157, ver que es /home/admin/.versions.inf que yo no lo tengo
-Linea 224 el LND dir
-Linea 367 el $btcrpcexplorergit refiere a la 159 del $gitstatusfile
-Linea 387 le quito la ruta al ejecutable de tor
-Ver si la parte de hdd_free_ratio y sd_free_ratio reportan correctamente
-Decirle que se requiere el paquete net-tools
Ideas pendientes MarcosDub:
- LND v0.13.1-beta vs v0.13.3-beta + configuracion con Watchtower server + client activada por defecto
- Añadir a la guia para instalar Thunderhub
Pdte. revisar mas adelante:
https://github.com/marcosdub/custom_raspibolt_others/blob/main/lndinstallupgrade.md
https://github.com/marcosdub/custom_raspibolt_others
-Revisar el método de autenticacion por cookie:
https://github.com/Kixunil/security_writings/blob/master/cookie_files.md
https://github.com/romanz/electrs/blob/master/doc/config.md
PARA EL AVAHI Y EL IPV6, ESA ES LA CONFIG DE RECALBOX:
GNU nano 5.2 /etc/avahi/avahi-daemon.conf
# This file is part of avahi.
#
# avahi is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# avahi is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
# License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with avahi; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
# See avahi-daemon.conf(5) for more information on this configuration
# file!
[server]
#host-name=foo
#domain-name=local
#browse-domains=0pointer.de, zeroconf.org
use-ipv4=yes
use-ipv6=yes
#allow-interfaces=eth0
#deny-interfaces=eth1
#check-response-ttl=no
#use-iff-running=no
#enable-dbus=yes
#disallow-other-stacks=no
#allow-point-to-point=no
#cache-entries-max=4096
#clients-max=4096
#objects-per-client-max=1024
#entries-per-entry-group-max=32
ratelimit-interval-usec=1000000
ratelimit-burst=1000
[wide-area]
enable-wide-area=yes
[publish]
#disable-publishing=no
#disable-user-service-publishing=no
#add-service-cookie=no
#publish-addresses=yes
publish-hinfo=no
publish-workstation=no
#publish-domain=yes
#publish-dns-servers=192.168.50.1, 192.168.50.2
#publish-resolv-conf-dns-servers=yes
#publish-aaaa-on-ipv4=yes
#publish-a-on-ipv6=no
[reflector]
#enable-reflector=no
#reflect-ipv=no
#reflect-filters=_airplay._tcp.local,_raop._tcp.local
[rlimits]
#rlimit-as=
#rlimit-core=0
#rlimit-data=8388608
#rlimit-fsize=0
#rlimit-nofile=768
#rlimit-stack=8388608
#rlimit-nproc=3