Merge branch 'master' of code.ungleich.ch:ungleich-public/ungleich-staticcms

This commit is contained in:
Nico Schottelius 2022-02-27 16:08:26 +01:00
commit a5ee3d7daf
1 changed files with 27 additions and 15 deletions

View File

@ -77,7 +77,12 @@ Create a django project that provides the following features:
## Jobs
Currently there are no permanent job openings.
We are currently looking for three new engineers to join us:
* Senior DevOps (K8S, cdist, Alpine Linux) Engineer (20-100% role)
* Senior Developer (Python, Django) (20-100% role)
## Bounties
@ -106,20 +111,6 @@ updates for some time, so we offer the following bounties:
* Eboard does not work in NAT64 scenarios, because it does not have IPv6 support
** Bounty successful when a new eboard release was made with it
### Bounty 2: Alpine Linux installable in IPv6 only networks
Alpine Linux currently does not start rdnssd in the installer nor does
it have the ndisc package installed.
The installer in particular needs to assign itself IPv6 addresses
(SLAAC should already work), needs to accept DNS servers and search
suffix from router advertisements (requires rdnssd running) and
wget/curl need to have IPv6 support to retrieve files via IPv6.
Present a short video that successfully shows the updated upstream
installer working in an IPv6 only network to install Alpine
Linux. Bounty is __100 CHF__.
### Bounty 3: Enable IPv6 only in the Linux kernel
As you might remember, we created
@ -176,3 +167,24 @@ On the wireguard mailing list it was discussed whether a peer can have
multiple IP addresses. This could be a proper solution, as it also
addresses the case when a VPN server has multiple IPv6 or IPv4
addresses.
## Historic Bounties
### Bounty 2: Alpine Linux installable in IPv6 only networks
Alpine Linux currently does not start rdnssd in the installer nor does
it have the ndisc package installed.
The installer in particular needs to assign itself IPv6 addresses
(SLAAC should already work), needs to accept DNS servers and search
suffix from router advertisements (requires rdnssd running) and
wget/curl need to have IPv6 support to retrieve files via IPv6.
Present a short video that successfully shows the updated upstream
installer working in an IPv6 only network to install Alpine
Linux. Bounty is __100 CHF__.
```
Solution: Alpine Linux now ships with dhcpcd enabling IPv6 address
acquisition as well as name resolution.
```