Juan Font Alonso
|
e9ffd366dd
|
Improvements here and there
|
2021-10-21 20:54:41 +02:00 |
Juan Font Alonso
|
4be0b3f556
|
Mention disable check updates in the doc
|
2021-10-21 20:54:29 +02:00 |
Juan Font Alonso
|
a0bfad6d6e
|
Headscale is not capitalized
|
2021-10-21 20:48:29 +02:00 |
Juan Font Alonso
|
bb1f17f5af
|
Added glossary
|
2021-10-21 20:46:19 +02:00 |
Juan Font
|
95bc2ee241
|
Merge pull request #190 from juanfont/fix-arm64
Fix arm64 (now for good)
|
2021-10-21 20:40:17 +02:00 |
Juan Font Alonso
|
16a90e799c
|
Contributors should be working
|
2021-10-21 20:36:26 +02:00 |
Juan Font Alonso
|
4c2f84b211
|
Add contributors Action
|
2021-10-21 20:33:58 +02:00 |
Juan Font Alonso
|
b799635fbb
|
Merge branch 'fix-arm64' of https://github.com/juanfont/headscale into fix-arm64
|
2021-10-21 19:56:51 +02:00 |
Juan Font Alonso
|
bc145952d4
|
Finally fix arm64 build
|
2021-10-21 19:56:36 +02:00 |
Kristoffer Dalby
|
2c5701917d
|
Merge branch 'main' into doc-reorg-v1
|
2021-10-21 18:46:29 +01:00 |
Juan Font
|
ed7b840fea
|
Merge pull request #188 from juanfont/fix-arm64
Fixed ARM64 compiler name
|
2021-10-21 19:10:14 +02:00 |
Kristoffer Dalby
|
23372e29cd
|
Merge branch 'main' into fix-arm64
|
2021-10-21 17:03:46 +01:00 |
Juan Font Alonso
|
fb569b0483
|
Fixed ARM64 compiler name
|
2021-10-21 17:47:10 +02:00 |
Juan Font
|
e2b5638ca0
|
Merge pull request #187 from juanfont/fix-arm64
Use CGO_ENABLED=1 when building arm64
|
2021-10-21 00:00:47 +02:00 |
Juan Font Alonso
|
8f5a1dce3e
|
Merge branch 'doc-reorg-v1' of https://github.com/juanfont/headscale into doc-reorg-v1
|
2021-10-20 23:34:27 +02:00 |
Juan Font Alonso
|
6b0f5da113
|
Separate config examples for sqlite and postgres for the time being
|
2021-10-20 23:27:59 +02:00 |
Juan Font Alonso
|
5159b6d085
|
Trying to fix arm64
|
2021-10-20 23:10:59 +02:00 |
Juan Font
|
03d97c3872
|
Merge pull request #183 from juanfont/split-dns
Add support for Split DNS (Restricted Nameservers)
|
2021-10-20 10:53:52 +02:00 |
Juan Font
|
41c5a0ddf5
|
Apply suggestions from code review
Co-authored-by: Kristoffer Dalby <kradalby@kradalby.no>
|
2021-10-20 09:35:56 +02:00 |
Juan Font
|
19165a40d2
|
Merge branch 'main' into split-dns
|
2021-10-20 00:19:34 +02:00 |
Juan Font
|
d1ebcb59f1
|
Merge branch 'main' into doc-reorg-v1
|
2021-10-20 00:19:21 +02:00 |
Juan Font Alonso
|
31344128a0
|
Switch json for yaml in README
|
2021-10-20 00:17:47 +02:00 |
Juan Font Alonso
|
86ecc2a234
|
Switch to YAML config
|
2021-10-20 00:17:08 +02:00 |
Juan Font Alonso
|
d1e8ac7ba5
|
Moved TLS config to another file
|
2021-10-20 00:07:05 +02:00 |
Juan Font Alonso
|
efe208fef5
|
Merge branch 'doc-reorg-v1' of https://github.com/juanfont/headscale into doc-reorg-v1
|
2021-10-19 23:54:32 +02:00 |
Juan Font Alonso
|
7b40e99aec
|
Added notes on SQLite
|
2021-10-19 23:45:20 +02:00 |
Juan Font
|
06706aab9a
|
Update docs/Running.md
Co-authored-by: Kristoffer Dalby <kradalby@kradalby.no>
|
2021-10-19 23:41:08 +02:00 |
Juan Font
|
0318af5a33
|
Apply suggestions from code review
Co-authored-by: Kristoffer Dalby <kradalby@kradalby.no>
|
2021-10-19 23:22:56 +02:00 |
Juan Font Alonso
|
995dcfc6ae
|
Reference doc/
|
2021-10-19 21:02:45 +02:00 |
Juan Font Alonso
|
2236cc8bf7
|
Improve wording here and there
|
2021-10-19 21:01:36 +02:00 |
Juan Font Alonso
|
7bb354117b
|
Move README documentation to doc/
|
2021-10-19 20:59:33 +02:00 |
Juan Font Alonso
|
18b00b5d8d
|
Add support for Split DNS (implements #179)
|
2021-10-19 20:51:43 +02:00 |
Kristoffer Dalby
|
dbe193ad17
|
Fix up leftovers from kradalby PR
|
2021-10-19 18:25:59 +01:00 |
Kristoffer Dalby
|
e7424222db
|
Merge branch 'main' into main
|
2021-10-19 17:47:09 +01:00 |
Juan Font
|
d2a162e3ee
|
Merge pull request #178 from cure/refactor-sharing-tests
Apply some DRY to the sharing tests.
|
2021-10-19 18:45:37 +02:00 |
Kristoffer Dalby
|
da14750396
|
Merge branch 'main' into main
|
2021-10-19 15:26:18 +01:00 |
unreality
|
8fe72dcb74
|
Merge pull request #1 from kradalby/namespace-mappings
Implement namespace mappings
|
2021-10-19 09:33:54 +08:00 |
Ward Vandewege
|
d35f5fe498
|
Apply some DRY to the sharing tests.
|
2021-10-18 17:52:38 -04:00 |
Kristoffer Dalby
|
677bd9b657
|
Implement namespace matching
|
2021-10-18 19:27:52 +00:00 |
Kristoffer Dalby
|
a347d276bd
|
Fix broken machine test
|
2021-10-18 19:26:43 +00:00 |
Juan Font
|
9e1253ada1
|
Merge pull request #177 from cure/cli-unshare-node
Cli unshare node
|
2021-10-18 12:51:53 +02:00 |
Juan Font
|
244e79f575
|
Merge branch 'main' into cli-unshare-node
|
2021-10-18 12:34:13 +02:00 |
Juan Font
|
b4e6a32b4b
|
Merge pull request #176 from cure/fix-sharing-check
Bugfix: the check to see if a node was already shared into a namespace
|
2021-10-18 12:34:04 +02:00 |
Juan Font
|
023cd8f4cd
|
Merge branch 'main' into fix-sharing-check
|
2021-10-18 12:20:43 +02:00 |
Juan Font
|
10d24e64cd
|
Merge pull request #174 from juanfont/fix-magic-dns-base-domain
Fix MagicDNS base domain
|
2021-10-18 12:16:07 +02:00 |
Juan Font Alonso
|
37e191a75d
|
Solved merge
|
2021-10-17 23:59:44 +02:00 |
Juan Font Alonso
|
01a5fe3c51
|
Added tests, solved some bugs, and code reorg
|
2021-10-17 23:58:09 +02:00 |
Ward Vandewege
|
9e3339b4f1
|
Add cli support for unsharing a node from a namespace.
|
2021-10-17 16:29:46 -04:00 |
Ward Vandewege
|
b06e34f144
|
Bugfix: the check to see if a node was already shared into a namespace
was incorrect.
|
2021-10-17 15:53:39 -04:00 |
Kristoffer Dalby
|
710616f118
|
Merge branch 'main' into main
|
2021-10-17 13:26:37 +01:00 |