5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 21:52:31 +00:00
Commit Graph

653 Commits

Author SHA1 Message Date
Neil Alexander
eb0205f369
Merge pull request #105 from ehmry/master
configuration: do not configure radvd as a default router
2020-05-21 11:57:17 +01:00
Emery Hemingway
8c8329b03d configuration: do not configure radvd as a default router
The radvd.conf that is documented only announces a route to yggdrasil
space, therefore it should not act as a default router. This line may be
removed if the global unicast space is also routed.
2020-05-21 15:28:37 +05:30
Neil Alexander
a4d523d367
Merge pull request #64 from ThomasLeister/doc-update-rpm-manual
Updates RPM manual: Adds COPR repo for Yggdrasil
2020-05-17 13:54:34 +01:00
Neil Alexander
ff6e037009
Merge branch 'master' into doc-update-rpm-manual 2020-05-17 13:54:27 +01:00
Neil Alexander
1dfba61cdc
Merge pull request #103 from wstrm/add-gentoo-guide
Installation guide for Gentoo Linux
2020-05-17 13:52:53 +01:00
Neil Alexander
4ce8687bde
Merge pull request #99 from zhoreeq/patch-2
Fix URL hover boldness, use color change instead
2020-05-17 13:52:30 +01:00
Neil Alexander
1af18b9016
Merge pull request #102 from mflsim/patch-2
Update services.md
2020-05-17 13:52:06 +01:00
Neil Alexander
cd8c25b876
Merge pull request #100 from janicez/patch-2
new XMPP service with two hostnames (infradian.icu/ultradian.club)
2020-05-17 13:51:48 +01:00
George
2b520b077b
Underline links 2020-05-17 03:35:26 -04:00
Neil Alexander
587d1d1646
Merge pull request #104 from 0bsessive/patch-1
add clearnet tunnel service
2020-05-16 11:58:43 +01:00
0bsessive
1b5687d6b4
add clearnet tunnel service 2020-05-16 10:32:16 +00:00
Neil Alexander
f35421354f
Update services.md 2020-04-11 21:57:01 +01:00
Neil Alexander
9f1c3d6596
Update index.md 2020-04-01 23:22:28 +01:00
Neil Alexander
8ecd1344a7
Update changelog.md 2020-04-01 20:43:16 +01:00
William Wennerström
eb34d37b12
Installation guide for Gentoo Linux
Yggdrasil has been added to the Gentoo GURU repository (somewhat like
AUR for Gentoo):
https://gitweb.gentoo.org/repo/proj/guru.git/tree/net-p2p/yggdrasil-go

This commit adds a guide for installing Yggdrasil using this repository
on Gentoo.
2020-03-28 11:11:37 +01:00
Dmitrii
15b2ab0e50
Update services.md 2020-03-12 20:51:45 +03:00
Neil Alexander
f8cbcc9f9f
Merge pull request #101 from wstrm/fix-uptime
Uptime is float as time.Seconds returns a float64
2020-03-09 23:23:25 +00:00
William Wennerström
b44049797c
Uptime is float as time.Seconds returns a float64
See: https://golang.org/src/time/time.go?s=25778:25813#L792

I stumbled upon this when playing with the Admin API, example:
{
  "peers": {
    "<redacted>": {
      ...
      "uptime": 625.732186871
      ...
    },
    "<redacted>": {
      ...
      "uptime": 625.638570027
      ...
    }
  }
}
2020-03-09 22:26:48 +01:00
Ellenor Malik
1467a5ba74
services.md update - new XMPP service with two hostnames 2020-02-21 19:10:08 -08:00
Neil Alexander
e4903fab8e
Update builds.md 2020-02-21 20:05:46 +00:00
Neil Alexander
599cea47fe
Update changelog.md 2020-02-21 18:44:28 +00:00
Neil Alexander
6e1cba66f1
Merge pull request #98 from yggdrasil-network/v0.3.13
Version 0.3.13
2020-02-21 18:31:02 +00:00
George
69d737b9b1
Fix URL hover boldness, use color change instead
URL boldness on hover is making the rest of text "jump" back and forth in Firefox
2020-02-19 13:24:55 -05:00
Neil Alexander
0f132952ba
Update 2020-02-21-release-v0-3-13.md 2020-02-18 18:47:41 +00:00
Neil Alexander
abd61d928c
Merge pull request #89 from rex4539/fix-typos
Fix typos
2020-02-17 23:01:06 +00:00
Neil Alexander
144d4b7417
Merge pull request #90 from reznikmm/patch-1
Fix path to genkeys.go
2020-02-17 23:00:26 +00:00
Neil Alexander
67a85a9bcf
Merge pull request #94 from kylerchin/patch-2
Add Yggdrasil IPFS Bootstrap Node
2020-02-17 23:00:07 +00:00
Neil Alexander
6fe511d758
Merge pull request #95 from rany0/patch-1
fix fedora installation error
2020-02-17 22:59:23 +00:00
Neil Alexander
5747a09773
Merge pull request #97 from kaotisk-hund/patch-1
Added my irc network
2020-02-17 22:58:27 +00:00
Neil Alexander
30b08f6eb2
Add blog post 2020-02-17 22:55:25 +00:00
Neil Alexander
30bbb91cbf
Update gems 2020-02-17 20:17:04 +00:00
Neil Alexander
269474ba82
Update for Windows documentation 2020-02-17 20:15:50 +00:00
kaotisk
79657cb2ad
Added my irc network 2020-02-04 17:29:27 +02:00
Rany
13f54fb85d
fix gpg name 2020-01-30 22:09:45 +02:00
Rany
4a64567728
fix fedora installation error
`sudo tee` will run as root

`sudo cat` doesn't do anything

you would get this error:
```
[rany@HPipi ~]$ sudo cat > /etc/yum.repos.d/yggdrasil.repo << EOF
> [yggdrasil]
> name = Yggdrasil
> baseurl = https://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/rpm/
> gpgcheck=1
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-yggdrasil
> EOF
bash: /etc/yum.repos.d/yggdrasil.repo: Permission denied
```
2020-01-30 22:02:30 +02:00
Kyler Chin
5cc6bf7aa3
Add Yggdrasil IPFS Bootstrap Node 2020-01-22 08:24:18 -08:00
Arceliar
0ea15e2f93
Merge pull request #92 from zhoreeq/patch-1
Add chat.station.moe XMPP server
2020-01-20 13:33:26 -06:00
George
a6de98f8b0
Add chat.station.moe XMPP server 2019-12-17 16:02:12 -05:00
Neil Alexander
38d26cb22f
Merge pull request #91 from grinapo/master
Fix configuration doc 'yggdrasilctl' references to 'yggdrasil', fix  '--param' format
2019-12-02 09:48:01 +00:00
Peter Gervai
2b9c3485a8 Fix configuration doc 'yggdrasilctl' references to 'yggdrasil', fix '--param' format 2019-12-02 10:42:12 +01:00
Maxim Reznik
e53547964c Fix path to genkeys.go
It seems file has been moved
2019-11-30 15:25:00 +02:00
Dimitris Apostolou
ae946a5aa3
Fix typos 2019-11-29 12:49:08 +02:00
Neil Alexander
a3c4fdf3ad
Merge pull request #88 from vkeb6rza/add-vkeb6rza-services
add vkeb6rza's public bitcoin services
2019-11-27 08:50:26 +00:00
vkeb6rza
e86887bcaa add vkeb6rza's public bitcoin services 2019-11-27 08:07:49 +00:00
Neil Alexander
e5ee7afc1d
Update AWDL posts, include OWLink URLs 2019-11-25 11:24:14 +00:00
Neil Alexander
e180bdc7c2
Update AWDL posts, include OWLink URLs 2019-11-25 11:22:31 +00:00
Neil Alexander
e296fce994
Update index.md 2019-11-24 09:52:30 +00:00
Neil Alexander
ec51db4aaa
Update changelog.md 2019-11-24 09:52:16 +00:00
Neil Alexander
c08cb8044d
Merge pull request #85 from mflsim/patch-1
Update services.md
2019-11-10 16:18:14 +00:00
Dmitrii
88bfe32f2a
Update services.md 2019-11-10 16:10:36 +03:00