Commit graph

70 commits

Author SHA1 Message Date
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 d579c1718c
Merge branch 'main' into discord 2021-10-10 13:05:33 +02:00
Kristoffer Dalby 4c4c95198b
Remove gitter for discord 2021-10-10 12:00:45 +01:00
Juan Font Alonso 1a41a9f2c7 Updated readme 2021-10-04 20:27:45 +02:00
Paul Tötterman ed0b31d072
Update README.md
Co-authored-by: Kristoffer Dalby <kradalby@kradalby.no>
2021-10-04 17:23:38 +03:00
Paul Tötterman fcc6991d62
Update README.md
Co-authored-by: Kristoffer Dalby <kradalby@kradalby.no>
2021-10-04 17:23:31 +03:00
Paul Tötterman 566c2bc1fb
Document client OS support in a table 2021-10-04 14:58:36 +03:00
Ward Vandewege 0435089eba Fix a few typos in the tailscale command line arguments. 2021-10-02 10:44:52 -04:00
Arthur Woimbée 986725519f fix some typos in README 2021-10-01 15:59:54 +02:00
Kristoffer Dalby 9811809f6a
Resolve conflict 2021-09-26 20:51:07 +01:00
Kristoffer Dalby 237a14858a
Add apple endpoint to readme 2021-09-26 20:47:39 +01:00
Juan Font cab5641d95 Update readme 2021-09-24 09:50:01 +02:00
t56k 11e0402396 create a db file first 2021-09-23 17:14:04 +12:00
t56k fd94105483 fix namespace instructions in README.md 2021-09-23 16:32:15 +12:00
ohdearaugustin ff1ee4ca64 Fix README whitespace 2021-09-21 00:02:54 +02:00
ohdearaugustin 830aa250e1 Fix README formating 2021-09-21 00:01:18 +02:00
ohdearaugustin f0bbc3c7d8 Fix docker docu 2021-09-20 23:53:52 +02:00
Juan Font da209e89a7
Update README.md
Fixed typo (causing #110)
2021-09-20 18:42:04 +02:00
Juan Font 7940dbc78b
Merge pull request #111 from woudsma/main
fix typo
2021-09-20 18:37:52 +02:00
Felix Kronlage-Dammers e154e7a0fb fix typo, it is 'relayed' not 'relied' 2021-09-19 12:07:17 +02:00
Tjerk Woudsma b28ebb5d20 fix typo 2021-09-18 12:34:04 +02:00
Juan Font 8f1f48b7d0
Update README.md
Remove Google registry for the time being
2021-09-13 23:11:15 +02:00
ohdearaugustin 1e93347a26
Merge branch 'main' into topic/docker-release 2021-09-12 18:18:34 +02:00
ohdearaugustin 18867a4c84 update docu 2021-09-12 18:08:43 +02:00
Juan Font 4ba107a765 README updated 2021-09-02 17:00:46 +02:00
Kristoffer Dalby ba3dffecbf
Update readme 2021-08-25 19:05:10 +01:00
Kristoffer Dalby cd2ca137c0
Make log_level user configurable 2021-08-05 19:19:25 +01:00
Juan Font 4aad3b7933
Improved README.md on ip_prefix 2021-08-03 20:38:23 +02:00
Kristoffer Dalby 9f85efffd5
Update readme 2021-08-02 22:06:15 +01:00
Juan Font Alonso 4fb55e1684 Use 8080 as default port, like in the Kubernetes yamls 2021-07-30 17:07:19 +02:00
Kristoffer Dalby b1d1bd32c3
Fix typo in example
The example command is missing the `s` in `preauthkeys`
2021-07-27 18:37:43 +01:00
Ward Vandewege 3260362436 Add some more detail to the README about the different Let's Encrypt
validation methods.
2021-07-24 09:20:38 -04:00
Aaron Bieber 69d77f6e9d Add a 'tls_letsencrypt_listen' config option
Currently the default (and non-configurable) Let's Encrypt listener will
bind to all IPs. This isn't ideal if we want to run headscale on a specific
IP only.

This also allows for one to set the listener to something other than
port 80. This is useful for OSs like OpenBSD which only allow root to
bind the lower port ranges (and don't have `setcap`) as we can now run
`headscale` as a non-privileged user while still using the baked in ACME
magic. Obviously this configuration would also require a reverse proxy
or firewall rule to redirect traffic. I attempted to outline that in the
README change.
2021-07-23 16:12:01 -06:00
Tianon Gravi 243b961cbe
Fix minor typo
> Error: unknown command "namespace" for "headscale"
2021-07-16 15:07:13 +00:00
Juan Font Alonso a16a763283 Update README.md with info on ACLs 2021-07-11 13:04:33 +02:00
Juan Font 31ea67bcaf
Minor addenda to README.md 2021-07-03 16:10:22 +02:00
Juan Font 874aa4277d
Minor changes in the README.md 2021-07-03 12:01:19 +02:00
Juan Font a63fb6b007
Update README.me on how to clear tailscaled data (#37) 2021-06-17 14:22:38 +02:00
Juan Font Alonso 39550e262c Improved readme 2021-06-16 19:05:30 +02:00
Juan Font cfef55447f
Fix CI badge 2021-06-15 00:06:03 +02:00
Juan Font 9c276f33bd
Change the README to include the new releases 2021-06-14 22:21:54 +02:00
Ward Vandewege 41f6740ddd Add support for ephemeral nodes via a special type of pre-auth key. Add
tests for that feature.

Other fixes: clean up a few typos in comments. Fix a bug that caused the
tests to run four times each. Be more consistent in the use of log
rather than fmt to print errors and notices.
2021-05-22 20:18:29 -04:00
Juan Font Alonso b0adefc540 Remove trailing space 2021-05-19 01:20:28 +02:00
Juan Font Alonso 370fe3b192 Removed wrongly copypasted method 2021-05-16 16:47:48 +02:00
Juan Font Alonso 93a9284d84 Updated README with sqlite instructions 2021-05-15 14:38:20 +02:00
Juan Font 3cf599be64
Merge pull request #22 from juanfont/json-output
Added JSON-formatted output to CLI
2021-05-08 19:55:19 +02:00
Juan Font Alonso 9eaac71762 Trim trailing spaces 2021-05-08 16:56:27 +02:00
Juan Font Alonso 5cbd2d43a8 Update README to mention json output + some minor updates 2021-05-08 14:12:22 +02:00