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

650 Commits

Author SHA1 Message Date
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
2b9c3485a8 Fix configuration doc 'yggdrasilctl' references to 'yggdrasil', fix '--param' format 2019-12-02 10:42:12 +01:00
e53547964c Fix path to genkeys.go
It seems file has been moved
2019-11-30 15:25:00 +02:00
ae946a5aa3 Fix typos 2019-11-29 12:49:08 +02:00
a3c4fdf3ad Merge pull request #88 from vkeb6rza/add-vkeb6rza-services
add vkeb6rza's public bitcoin services
2019-11-27 08:50:26 +00:00
e86887bcaa add vkeb6rza's public bitcoin services 2019-11-27 08:07:49 +00:00
e5ee7afc1d Update AWDL posts, include OWLink URLs 2019-11-25 11:24:14 +00:00
e180bdc7c2 Update AWDL posts, include OWLink URLs 2019-11-25 11:22:31 +00:00
e296fce994 Update index.md 2019-11-24 09:52:30 +00:00
ec51db4aaa Update changelog.md 2019-11-24 09:52:16 +00:00
c08cb8044d Merge pull request #85 from mflsim/patch-1
Update services.md
2019-11-10 16:18:14 +00:00
88bfe32f2a Update services.md 2019-11-10 16:10:36 +03:00
ac1d07c944 Update 2018-11-06-crypto-key-routing.md 2019-11-03 21:46:33 +00:00
71ec4e47da Update 2018-11-06-crypto-key-routing.md 2019-11-03 21:45:34 +00:00
fbc16787c4 update genkeys part of configuration.md 2019-11-03 14:04:46 -06:00