Commit graph

  • 4a34cfc4a6
    Make write-ahead-log default and configurable for sqlite (#1985) Kristoffer Dalby 2024-06-23 22:06:59 +02:00
  • 8f8f469c0a
    Remove allocations of lists before use (#1989) Kristoffer Dalby 2024-06-23 22:06:50 +02:00
  • 69c33658f6
    Fix android docs (#1976) Lars Kiesow 2024-06-23 00:52:23 +02:00
  • 99e91a9d8a
    Update reverse-proxy.md (#1986) Kyhwana Pardus 2024-06-23 10:47:26 +12:00
  • dfc089ed6a
    flake.lock: Update (#1979) github-actions[bot] 2024-06-16 20:24:08 +00:00
  • 51676c668b
    Make registration screen easier to use (#1975) Lars Kiesow 2024-06-15 09:40:49 +02:00
  • 1f4b59566a
    flake.lock: Update (#1958) github-actions[bot] 2024-06-09 07:23:16 +00:00
  • 5f9c26930c
    fixed typo and path (#1960) Dongjun Na 2024-05-29 01:11:39 +09:00
  • 5a4e52b727
    remove last_successful_update error check (#1959) Kristoffer Dalby 2024-05-27 11:53:37 +01:00
  • 51b56ba447
    Update flake.lock (#1952) github-actions[bot] 2024-05-24 10:30:11 +01:00
  • c8ebbede54
    Simplify map session management (#1931) Kristoffer Dalby 2024-05-24 09:15:34 +01:00
  • 8185a70dc7
    Fix typos (#1860) Stefan Majer 2024-05-19 23:49:27 +02:00
  • 2dc62e981e
    move debug image to distroless (#1950) ohdearaugustin 2024-05-19 11:17:37 +02:00
  • 5ad0aa44cb
    update tailscale go dep (#1948) Kristoffer Dalby 2024-05-17 08:58:33 -04:00
  • 723a0408a3
    flake.lock: Update (#1897) github-actions[bot] 2024-05-16 14:01:34 +00:00
  • 30986c29cd
    Bump github.com/docker/docker (#1947) dependabot[bot] 2024-05-16 04:42:53 +00:00
  • faa57ddc28
    Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (#1945) dependabot[bot] 2024-05-16 03:02:12 +00:00
  • fff229f4f6
    Bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.4 (#1946) dependabot[bot] 2024-05-16 03:01:18 +00:00
  • fd4f921281
    Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#1944) dependabot[bot] 2024-05-16 02:15:41 +00:00
  • 151f224a98
    Bump golang.org/x/net from 0.22.0 to 0.23.0 (#1943) dependabot[bot] 2024-05-16 01:22:02 +00:00
  • a9763c9692
    Initialize log config earlier to prevent trace messages being printed early on (#1939) Sandro 2024-05-16 02:40:30 +02:00
  • 7fd2485000
    Restore foreign keys and add constraints (#1562) MichaelKo 2024-05-16 02:40:14 +02:00
  • 2bac80cfbf
    [DOCS] Make linux installation instructions more clear (#1927) Dan Pastusek 2024-05-06 11:06:30 -07:00
  • 93a915c096
    Update OpenBSD installation docs for 2024 (#1915) Michael Savage 2024-05-06 21:03:21 +03:00
  • 622aa82da2
    ensure expire routines are cleaned up (#1924) Kristoffer Dalby 2024-05-02 17:57:53 +02:00
  • a9c568c801
    trace log and notifier shutdown (#1922) Kristoffer Dalby 2024-05-02 13:39:19 +02:00
  • 1c6bfc503c
    fix preauth key logging in as previous user (#1920) Kristoffer Dalby 2024-05-02 11:53:16 +02:00
  • 55b35f4160
    fix issue preveting get node when disco is missing (#1919) Kristoffer Dalby 2024-05-01 17:06:42 +02:00
  • d5ed8bc074
    error if no prefix is configured (#1918) Kristoffer Dalby 2024-04-30 11:11:29 +02:00
  • 87e2ae4d52
    add autogroup:internet, fix reduce filter rules (#1917) Kristoffer Dalby 2024-04-30 07:23:16 +02:00
  • ff427ccb78 Apply suggestions from code review Juan Font 2024-04-26 21:06:16 +02:00
  • 39277844dd Apply suggestions from code review Juan Font 2024-04-23 22:04:56 +02:00
  • 50a7d15769 Update CONTRIBUTING.md Juan Font 2024-04-23 10:50:10 +02:00
  • d740ee489e Update CONTRIBUTING.md Juan Font 2024-04-23 10:50:05 +02:00
  • 10e37ec28d Add contributing document Juan Font 2024-04-22 10:00:20 +00:00
  • cb0b495ea9
    batch updates in notifier (#1905) Kristoffer Dalby 2024-04-27 10:47:39 +02:00
  • fef8261339
    Do not access node ID when node is not found (#1912) Juan Font 2024-04-24 07:44:35 +02:00
  • c62d5570f2
    remove multistep build, build go last, allowing cached build layers (#1903) Kristoffer Dalby 2024-04-24 07:44:07 +02:00
  • 318d5d2b21 replace issue templates with github issue forms Kristoffer Dalby 2024-04-22 12:31:16 +02:00
  • 9229d17bbe
    remove examples/, and kustomize (#1906) Kristoffer Dalby 2024-04-22 21:21:38 +02:00
  • aba4b36030
    Clarify relation with Tailscale (#1908) Juan Font 2024-04-22 20:37:59 +02:00
  • bd047928f7
    Move pprof to metrics router (#1902) Juan Font 2024-04-21 22:08:59 +02:00
  • 9375b09206 chore: use errors.New to replace fmt.Errorf with no parameters will much better ChengenH 2024-04-21 22:53:50 +08:00
  • ba614a5e6c
    metrics, tuning in tests, db cleanups, fix concurrency issue (#1895) Kristoffer Dalby 2024-04-21 18:28:17 +02:00
  • 7d8178406d
    chore: fix function names in comment (#1866) oftenoccur 2024-04-22 00:19:38 +08:00
  • 8394208856 fix prettier ohdearaugustin 2024-04-21 16:36:49 +02:00
  • 803269a64c
    docs(readme): change contributors section (#1889) Arnaud Dezandee 2024-04-21 16:48:33 +02:00
  • d6ec31c4e0
    docs: Add docs for running headscale on sealos (#1666) Carson Yang 2024-04-21 22:43:31 +08:00
  • 68503581a0
    Add test stage to docs (#1893) Juan Font 2024-04-21 16:33:22 +02:00
  • e2afd30b1c Add the latest UI to the website Juan Font 2024-04-18 10:47:12 +00:00
  • c906aaf927 Allow to remove forced tags of a node Juan Font 2024-04-17 22:08:32 +00:00
  • 580f96ce83 Remove unused node check interval Juan Font 2024-04-17 16:42:50 +00:00
  • c4c8cfe5ea Fix crash when a prefix family was empty Juan Font 2024-04-17 13:23:29 +00:00
  • 40953727cf fix ip migration Kristoffer Dalby 2024-04-17 11:09:22 +02:00
  • d4af0c386c
    Log available update as warning (#1877) Cas de Reuver 2024-04-17 11:22:53 +02:00
  • 2ce23df45a
    Migrate IP fields in database to dedicated columns (#1869) Kristoffer Dalby 2024-04-17 07:03:06 +02:00
  • 85cef84e17 use newer fork of termcolor (#1842) Sergey Aksenov 2024-03-31 00:51:14 +01:00
  • 7d62e9fce5
    move "embedded derp" settings into With options for integration tests (#1872) Kristoffer Dalby 2024-04-16 21:37:25 +02:00
  • 60f0cf908c more log.Error -> fmt.Errorf cleanup Kristoffer Dalby 2024-04-12 15:57:43 +02:00
  • 1704977e76 improve testing of route failover logic Kristoffer Dalby 2024-04-10 15:35:09 +02:00
  • bf4fd078fc clean up use of log.Error where errors could be wrapped Kristoffer Dalby 2024-04-10 14:49:34 +02:00
  • 58c94d2bd3 Rework map session Kristoffer Dalby 2024-02-23 10:59:24 +01:00
  • dd693c444c
    flake.lock: Update (#1848) github-actions[bot] 2024-04-14 06:46:44 +00:00
  • 2858ab402a Add new shasum for flake.nix Brandon Schneider 2024-04-10 19:03:05 -05:00
  • 7bea885b8c Updated dependencies, fixing segfault for OpenBSD Fixes #1857 Brandon Schneider 2024-04-10 13:07:34 -05:00
  • 84de1854f8 Run prettier Riezebos 2024-04-05 10:01:46 +02:00
  • 6efc50789d Update docs/faq.md Riezebos 2024-04-02 14:21:11 +02:00
  • 0fcfd643fa More concise Riezebos 2024-04-02 10:53:17 +02:00
  • bdf54e802e Update answer based on comment Riezebos 2024-04-02 10:49:50 +02:00
  • dbe32829a1 Update docs/faq.md Riezebos 2024-04-02 10:48:16 +02:00
  • 2fb7428ba9 Add FAQ question about using the same machine as server and client Riezebos 2024-03-31 23:50:25 +02:00
  • 8a8e25a8d1
    [docs] Use modern Apt command to install package (#1420) Daniel Lo Nigro 2024-03-22 12:32:01 -07:00
  • 4d9021047f
    Fix/improve documentation formatting (#1575) Maja Bojarska 2024-03-22 19:55:20 +01:00
  • 74ff14eb30
    update docs workflow (#1832) ohdearaugustin 2024-03-22 19:50:35 +01:00
  • c1d4fef194
    Downgrade update sent to debug (#1843) Sandro 2024-03-22 10:28:10 +01:00
  • 785b150467
    Fix typo in docs - DB file path (#1546) George Pchelkin 2024-03-19 21:43:43 +00:00
  • 20bf3777d3
    docs(README): update contributors (#1834) github-actions[bot] 2024-03-19 22:39:43 +01:00
  • c29eddded3
    flake.lock: Update (#1833) github-actions[bot] 2024-03-17 09:01:57 +01:00
  • b477e5f366
    Update docker related doc (#1421) zx 2024-03-15 06:01:33 +08:00
  • 95004de5e8
    docs/reverse-proxy: use standard map, correct X-Forwarded-Proto variable for nginx (#1790) Sandro 2024-03-14 22:56:55 +01:00
  • ef26f58085
    update gh workflow actions (#1809) Vitalij Dovhanyc 2024-03-13 13:43:06 +01:00
  • 1d3eae8861
    Update flake.lock (#1657) github-actions[bot] 2024-03-10 12:40:31 +01:00
  • a244eabd03 Ephemeral keys can now be reusable and non-reusable Juan Font 2024-03-03 10:11:10 +00:00
  • e15a08326c
    simplify integration testing with matrix jobs (#1799) Vitalij Dovhanyc 2024-03-02 22:36:38 +01:00
  • c9966ba6c2
    fix postgres migration (#1802) Kristoffer Dalby 2024-03-01 19:11:46 +01:00
  • 7a920ee701
    move debug inside if in docker goreleaser tag (#1783) Kristoffer Dalby 2024-02-19 14:03:31 +01:00
  • 8b2c31aabc
    fix ifs in goreleaser gotemplate (#1781) Kristoffer Dalby 2024-02-19 10:50:52 +01:00
  • 5dbd59ca55
    Get integration test netmap from watch-ipn command (#1729) Kristoffer Dalby 2024-02-18 23:22:18 +01:00
  • 3f162c212c
    drop unused last_successful_update field from node table (#1754) Kristoffer Dalby 2024-02-18 23:22:07 +01:00
  • 384ca03208
    new IP allocator and add postgres to integration tests. (#1756) Kristoffer Dalby 2024-02-18 19:31:29 +01:00
  • f581d4d9c0
    replace linter actions with nix to ensure consistent version (#1773) Kristoffer Dalby 2024-02-18 13:33:40 +01:00
  • b60ee9db54
    improve errors for missing directories (#1765) Kristoffer Dalby 2024-02-17 13:36:19 +01:00
  • c73e8476b9
    make database configuration change breaking (#1766) Kristoffer Dalby 2024-02-17 13:18:15 +01:00
  • 6055d0b397
    rollback gorm, broke migration #1755 (#1762) Kristoffer Dalby 2024-02-17 13:17:16 +01:00
  • 1904d79e90
    rework docker tags (#1763) Kristoffer Dalby 2024-02-17 13:15:31 +01:00
  • 1b01b9e14f
    Reduce poll logging to debug (#1746) Sandro 2024-02-16 10:32:23 +01:00
  • 5717c8255a
    Use result of fmt.Errorf call (#1668) Calvin Figuereo-Supraner 2024-02-15 02:02:54 -08:00
  • c42f25bd72
    fix ko dockerhub builds (#1751) Kristoffer Dalby 2024-02-15 10:23:01 +01:00
  • 82c64f682c
    Docs: fix path to nologin shell (#1610) Stepan 2024-02-15 11:43:50 +04:00
  • 7afc2fd180
    TLS documentation updates (#1733) Linus 2024-02-15 08:43:01 +01:00