Blame


1 efcdeb95 2022-02-09 op # caveats
2 efcdeb95 2022-02-09 op
3 efcdeb95 2022-02-09 op Keep in mind that kamid is a very young project. It just reached its 0.1 version so while it’s working, there are some caveats.
4 efcdeb95 2022-02-09 op
5 efcdeb95 2022-02-09 op
6 efcdeb95 2022-02-09 op ### client certificates are mandatory!
7 efcdeb95 2022-02-09 op
8 efcdeb95 2022-02-09 op Future version will relax this restriction but at the moment it’s strictly required for all connections to provide a TLS client certificate.
9 efcdeb95 2022-02-09 op
10 383c4b31 2022-02-10 op kamiproxy(1) can help with this, as will relay and encrypt all incoming 9p connections to kamid.
11 efcdeb95 2022-02-09 op
12 efcdeb95 2022-02-09 op
13 efcdeb95 2022-02-09 op ### not 100% compliant (yet)
14 efcdeb95 2022-02-09 op
15 efcdeb95 2022-02-09 op kamid aims to be completely compatible with all existing software that speaks 9p, but at the moment it is not yet. It’s more like 99% compatible, there’s still something missing.
16 efcdeb95 2022-02-09 op
17 efcdeb95 2022-02-09 op A known bug is that 9front can’t create or write files in a directory tree exported by kamid. The cause is still unknown.