Andriy Kushnir (Orhideous)
c186c49e25
Removed custom accents, going with defaults
2023-04-07 15:24:13 +02:00
Andriy Kushnir (Orhideous)
4ec6894773
Build with strict mode
2023-04-07 15:24:13 +02:00
Andriy Kushnir (Orhideous)
dd9b4b1cb7
Move examples out of docs/ directory
2023-04-07 15:24:13 +02:00
Andriy Kushnir (Orhideous)
a43bb9c958
Replace placeholder link with actual one
2023-04-07 15:24:13 +02:00
Andriy Kushnir (Orhideous)
ba905ff6fc
Add GHA CI to build and deploy docs
2023-04-07 15:24:13 +02:00
Andriy Kushnir (Orhideous)
99bd09f688
Add new index page
2023-04-07 15:24:13 +02:00
Andriy Kushnir (Orhideous)
a6bc792a61
Move admonitions to relevant sections
2023-04-07 15:24:13 +02:00
Andriy Kushnir (Orhideous)
6381d3660a
Add admonitions marking community-provided docs
2023-04-07 15:24:13 +02:00
Andriy Kushnir (Orhideous)
66c5f74d78
Add admonitions marking community-provided docs
2023-04-07 15:24:13 +02:00
Andriy Kushnir (Orhideous)
1723a6bf40
Configure MkDocs Material scaffold
2023-04-07 15:24:13 +02:00
Juan Font
353f191e4f
Update changelog
2023-04-07 13:25:34 +02:00
Juan Font
8d865bb61b
Target Go 1.20 in flake.nix
2023-04-07 13:25:34 +02:00
Juan Font
c6815c5334
Target Go 1.20 and Tailscale 1.38
2023-04-07 13:25:34 +02:00
Kristoffer Dalby
b684ac0668
Simplify goreleaser, package deb and rpm
...
This commit simplifies the goreleaser configuration and then adds nfpm
support which allows us to build .deb and .rpm for each of the ARCH we
support.
The deb and rpm packages adds systemd services and users, creates
directories etc and should in general give the user a working
environment. We should be able to remove a lot of the complicated,
PEBCAK inducing documentation after this.
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2023-04-07 11:06:42 +02:00
Juan Font
dfc5d861c7
Fix CIDR calculation in expandACLPeerAddr
2023-04-05 09:44:46 +02:00
Juan Font
50b706eeed
Remove deprecated linters + one casuing issues with imports
2023-04-04 22:37:27 +02:00
Sean Reifschneider
036ff1cbb9
Adding Powershell commands to Windows instructions ( #1299 )
...
Co-authored-by: Kristoffer Dalby <kristoffer@dalby.cc>
2023-04-04 08:58:32 +02:00
Kristoffer Dalby
ceeef40cdf
Add tests to verify "Hosts" aliases in ACL ( #1304 )
2023-04-03 10:08:48 +02:00
Julien Zweverink
681c86cc95
ACL Doc's ( #1288 )
2023-03-28 18:41:23 +02:00
Kristoffer Dalby
c7b459b615
Fix issue where ACL * would filter out returning connections ( #1279 )
2023-03-27 19:19:32 +02:00
Gabe Cook
56a7b1e349
Add SVG logos ( #1286 )
2023-03-27 15:33:25 +02:00
Antonio Fernandez
f1eee841cb
updated to ACL doc ( #1278 )
2023-03-27 11:25:55 +02:00
Stefan Majer
45fbd34480
Do not use yaml.v2 and yaml.v3 as direct dependency ( #1281 )
2023-03-27 10:48:39 +02:00
Juan Font
248abcf353
Add missing entry to changelog and prepare for 0.22
...
Add missing entry to changelog
2023-03-20 13:48:56 +01:00
Kurnia D Win
2560c32378
adding some sleep on re-registration after machine expired ( #1256 )
2023-03-20 11:14:34 +01:00
Kristoffer Dalby
e38efd3cfa
Add ACL test for limiting a single port. ( #1258 )
2023-03-20 08:52:52 +01:00
Moritz Poldrack
d12f247490
document running exit nodes
...
Currently the only kind-of documentation is #210 which is outdated. To remedy
this, add a document describing the process.
2023-03-19 11:02:01 +01:00
nicholas-yap
003036a779
Update iOS compatibility and added iOS docs ( #1264 )
2023-03-17 15:56:15 +01:00
github-actions[bot]
ed79f977a7
docs(README): update contributors ( #1262 )
2023-03-17 10:07:39 +01:00
Kristoffer Dalby
8012e1cbd2
Add instructions on how to login to iOS ( #1261 )
2023-03-15 11:31:38 +00:00
Kristoffer Dalby
a5562850a7
MapResponse optimalisations, peer list integration tests ( #1254 )
...
Co-authored-by: Allen <979347228@qq.com>
2023-03-06 17:50:26 +01:00
Stefan Majer
bb786ac8e4
github.com/gofrs/uuid/v5 is now go modules compatible, use it ( #1224 )
2023-03-06 09:54:24 +01:00
Juan Font
ea82035222
Allow to delete routes ( #1244 )
2023-03-06 09:05:40 +01:00
Albert Copeland
c9ecdd6ef1
Add Graphical Control Panels section to README ( #1226 )
2023-03-03 19:05:12 +01:00
Juan Font
54f5c249f1
Fix various linting issues + golang-lint upgrade ( #1245 )
2023-03-03 18:22:47 +01:00
dnaq
a82a603db6
Return 404 on unmatched routes ( #1201 )
2023-03-03 17:14:30 +01:00
Sean Reifschneider
f49930c514
Add "configtest" CLI command. ( #1230 )
...
Co-authored-by: Kristoffer Dalby <kristoffer@dalby.cc>
Fixes https://github.com/juanfont/headscale/issues/1229
2023-03-03 14:55:29 +01:00
Kristoffer Dalby
2baeb79aa0
changelog: prep for 0.21 ( #1246 )
2023-03-03 13:42:45 +01:00
Kristoffer Dalby
b3f78a209a
Post PR comment when nix vendor sum breaks
...
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2023-03-02 18:17:59 +01:00
Josh Taylor
5e6868a858
Run prettier
2023-02-27 10:28:49 +01:00
Josh Taylor
5caf848f94
Add steps for Google OAuth for OIDC
2023-02-27 10:28:49 +01:00
Juan Font
3e097123bf
Target ts 1.36 in integration tests
2023-02-26 15:35:27 +01:00
Juan Font
74447b02e8
Target Tailscale 1.36 when building
2023-02-26 15:35:27 +01:00
Juan Font
20e96de963
Update dependencies 20230226
2023-02-26 14:39:37 +01:00
Juan Font
7c765fb3dc
Update prettier action
...
Update prettier action
2023-02-26 13:54:30 +01:00
Michael Savage
dcc246c869
Fix OpenBSD build docs
...
- OpenBSD 7.2 installs go 1.19 by default
- Doubt you can run nix so skip the makefile/nix build and just go build directly
2023-02-26 12:54:47 +01:00
Àlex Torregrosa
cf7767d8f9
Add css to the /windows and /apple templates ( #1211 )
...
Co-authored-by: Kristoffer Dalby <kristoffer@dalby.cc>
2023-02-09 08:49:05 -05:00
Maxim Gajdaj
61c578f82b
Update running-headscale-linux.md
...
Option WorkingDirectory for headscale.service added
2023-02-09 08:17:28 -05:00
Kristoffer Dalby
6950ff7841
Add list of talks to the readme
...
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2023-02-07 17:04:14 +01:00
Kristoffer Dalby
e65ce17f7b
Add documentation to integration test framework
...
so tsic, hsic and scenario
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2023-02-03 16:25:58 +01:00