4
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-06-26 14:09:25 +00:00
Commit Graph

664 Commits

Author SHA1 Message Date
9606f9e976 Merge pull request #108 from acetoneRu/master
Add the HowTo Ygg wiki link
2020-09-08 18:27:37 +01:00
f55bacc510 Update changelog.md
## [0.3.14] - 2020-01-01

## [0.3.13] - 2020-02-21
well i found a typo 😄
2020-08-19 21:30:47 +03:00
ce092ca70c Update services.md 2020-07-10 10:26:33 -04:00
f73e96c807 Update services.md 2020-07-10 10:23:28 -04:00
97730cc848 add the HowtoYgg link 2020-07-10 10:21:32 -04:00
34305e0d26 Update faq.md 2020-06-28 22:48:25 +01:00
51f420f179 Update faq.md 2020-06-28 22:47:27 +01:00
1993194289 Revert "Update default.html"
This reverts commit 35383aa0d6.
2020-06-14 00:12:54 +01:00
35383aa0d6 Update default.html 2020-06-13 19:30:51 +01:00
a5bdd9bada Merge pull request #106 from abslimit/patch-4
Removed disabled XMPP and added mumble server
2020-05-31 00:18:20 +01:00
1d432b9fd6 Removed disabled XMPP and added mumble server
Removed disabled yggdrasil access to netwhood.online XMPP server
Added VoIP mumble server for VoIP-over-Ygg testing purposes
2020-05-30 23:37:50 +03:00
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
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
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
ff6e037009 Merge branch 'master' into doc-update-rpm-manual 2020-05-17 13:54:27 +01:00
1dfba61cdc Merge pull request #103 from wstrm/add-gentoo-guide
Installation guide for Gentoo Linux
2020-05-17 13:52:53 +01:00
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
1af18b9016 Merge pull request #102 from mflsim/patch-2
Update services.md
2020-05-17 13:52:06 +01:00
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
2b520b077b Underline links 2020-05-17 03:35:26 -04:00
587d1d1646 Merge pull request #104 from 0bsessive/patch-1
add clearnet tunnel service
2020-05-16 11:58:43 +01:00
1b5687d6b4 add clearnet tunnel service 2020-05-16 10:32:16 +00:00
f35421354f Update services.md 2020-04-11 21:57:01 +01:00
9f1c3d6596 Update index.md 2020-04-01 23:22:28 +01:00
8ecd1344a7 Update changelog.md 2020-04-01 20:43:16 +01:00
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
15b2ab0e50 Update services.md 2020-03-12 20:51:45 +03:00
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
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
1467a5ba74 services.md update - new XMPP service with two hostnames 2020-02-21 19:10:08 -08:00
e4903fab8e Update builds.md 2020-02-21 20:05:46 +00:00
599cea47fe Update changelog.md 2020-02-21 18:44:28 +00:00
6e1cba66f1 Merge pull request #98 from yggdrasil-network/v0.3.13
Version 0.3.13
2020-02-21 18:31:02 +00:00
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
0f132952ba Update 2020-02-21-release-v0-3-13.md 2020-02-18 18:47:41 +00:00
abd61d928c Merge pull request #89 from rex4539/fix-typos
Fix typos
2020-02-17 23:01:06 +00:00
144d4b7417 Merge pull request #90 from reznikmm/patch-1
Fix path to genkeys.go
2020-02-17 23:00:26 +00:00
67a85a9bcf Merge pull request #94 from kylerchin/patch-2
Add Yggdrasil IPFS Bootstrap Node
2020-02-17 23:00:07 +00:00
6fe511d758 Merge pull request #95 from rany0/patch-1
fix fedora installation error
2020-02-17 22:59:23 +00:00
5747a09773 Merge pull request #97 from kaotisk-hund/patch-1
Added my irc network
2020-02-17 22:58:27 +00:00
30b08f6eb2 Add blog post 2020-02-17 22:55:25 +00:00
30bbb91cbf Update gems 2020-02-17 20:17:04 +00:00
269474ba82 Update for Windows documentation 2020-02-17 20:15:50 +00:00
79657cb2ad Added my irc network 2020-02-04 17:29:27 +02:00
13f54fb85d fix gpg name 2020-01-30 22:09:45 +02:00
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
5cc6bf7aa3 Add Yggdrasil IPFS Bootstrap Node 2020-01-22 08:24:18 -08:00
0ea15e2f93 Merge pull request #92 from zhoreeq/patch-1
Add chat.station.moe XMPP server
2020-01-20 13:33:26 -06:00
a6de98f8b0 Add chat.station.moe XMPP server 2019-12-17 16:02:12 -05:00
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