Skip to content

Commit ab00812

Browse files
Merge branch 'master' into pablo/installer-instructions
2 parents 95980bd + 6ae6646 commit ab00812

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
<br/>
1414
<p align="center">
15-
<a href="https://dappnode.io/">
15+
<a href="https://dappnode.com/">
1616
<img width="800" src="doc/DAppNodeLogoWide-outlined.png">
1717
</a>
1818
</p>
1919
<br/>
2020
<p align="center">
21-
<a href="https://install.dappnode.io">
21+
<a href="https://docs.dappnode.io/user/quick-start/Core/installation">
2222
<img width="200" src="doc/DappnodeInstall.png">
2323
</a>
2424
</p>
@@ -28,7 +28,7 @@
2828

2929
DAppNode is empowering people by creating a simple, transparent system for hosting P2P clients for DApps, Cryptocurrencies, VPNs, IPFS and more
3030

31-
- Read about our purpose and mission on [Our Website](https://dappnode.io/)
31+
- Read about our purpose and mission on [Our Website](https://dappnode.com/)
3232
- Join our community and find support on [Our Discord](https://discord.gg/dappnode)
3333
- Check out what we are up to on [Our Medium](https://medium.com/dappnode)
3434
- Share your ideas and find how to guides on [Our Forum](https://discourse.dappnode.io/)
@@ -38,7 +38,7 @@ DAppNode is empowering people by creating a simple, transparent system for hosti
3838
DAppNode lowers the barrier of entry for non tech-savvy participants. It allows you to deploy, update, and manage P2P clients and nodes without leaving your browser. No terminal or command line interface.
3939

4040
<p align="center">
41-
<a href="https://install.dappnode.io">
41+
<a href="https://docs.dappnode.io/user/quick-start/Core/installation">
4242
<img width="800" src="doc/DAppNodeAdminUI-demo.png">
4343
</a>
4444
</p>
@@ -119,7 +119,7 @@ Champions are community members that are in charge of maintaining packages: keep
119119

120120
Get your DAppNode and start contributing to decentralization by running your own nodes.
121121

122-
[Install DAppNode on your host machine](https://docs.dappnode.io/get-started/installation/custom-hardware/installation/overview) or buy your DAppNode with all the stuff configured and prepared to be used in [DAppNode shop](https://shop.dappnode.io/)
122+
[Install DAppNode on your host machine](https://docs.dappnode.io/user/quick-start/Core/installation) or buy your DAppNode with all the stuff configured and prepared to be used in [DAppNode shop](https://dappnode.com/en-us/collections/frontpage)
123123

124124
### Install DAppNode with ISO
125125

@@ -143,7 +143,7 @@ docker-compose up
143143
DAppNode iso will be generated inside images folder, to verify it:
144144

145145
```bash
146-
ls -lrt images/DappNode-*
146+
ls -lrt images/DAppNode-*
147147
```
148148

149149
_Note_: ISO could be generated as unattended/attended by editing the env var available in the docker-compose.yml file
@@ -230,4 +230,4 @@ This project is licensed under the GNU General Public License v3.0 - see the [LI
230230

231231
## Copyright
232232

233-
Copyright © (2018-2022) [The DAppNode Association](https://dappnode.io)
233+
Copyright © (2018-2023) [The DAppNode Association](https://dappnode.com)

iso/scripts/generate_dappnode_iso_debian.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
set -e
33

44
# Source = https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current/amd64/iso-cd/
5+
# updated permalink to archive of debian ISO: https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/archive/11.5.0+nonfree/amd64/iso-cd/
56
ISO_NAME=firmware-11.5.0-amd64-netinst.iso
67
ISO_PATH="/images/${ISO_NAME}"
7-
ISO_URL=https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/11.5.0+nonfree/amd64/iso-cd/
8+
ISO_URL=https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/archive/11.5.0+nonfree/amd64/iso-cd/
89
SHASUM="ce1dcd1fa272976ddc387554202013e69ecf1b02b38fba4f8c35c8b12b8f521e ${ISO_PATH}"
910

1011
echo "Downloading debian ISO image: ${ISO_NAME}..."

scripts/dappnode_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DAPPNODE_ACCESS_CREDENTIALS_URL="https://github.com/dappnode/DAppNode/releases/l
2121
WGET="wget -q --show-progress --progress=bar:force"
2222
SWGET="wget -q -O-"
2323
# Other
24-
CONTENT_HASH_PKGS=(geth nethermind erigon prysm teku lighthouse nimbus)
24+
CONTENT_HASH_PKGS=(geth besu nethermind erigon prysm teku lighthouse nimbus lodestar)
2525
ARCH=$(dpkg --print-architecture)
2626
WELCOME_MESSAGE="\nChoose a way to connect to your DAppNode, then go to \e[1mhttp://my.dappnode\e[0m\n\n\e[1m- Wifi\e[0m\t\tScan and connect to DAppNodeWIFI. Get wifi credentials with \e[32mdappnode_wifi\e[0m\n\n\e[1m- Local Proxy\e[0m\tConnect to the same router as your DAppNode. Then go to \e[1mhttp://dappnode.local\e[0m\n\n\e[1m- Wireguard\e[0m\tDownload Wireguard app on your device. Get your dappnode wireguard credentials with \e[32mdappnode_wireguard\e[0m\n\n\e[1m- Open VPN\e[0m\tDownload OPen VPN app on your device. Get your openVPN creds with \e[32mdappnode_openvpn\e[0m\n\n\nTo see a full list of commands available execute \e[32mdappnode_help\e[0m\n"
2727

0 commit comments

Comments
 (0)