1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-25 17:51:11 +02:00

Commit Graph

  • a43bb1bb40 Improve Dockerfile Kristoffer Dalby 2021-08-08 17:39:39 +0100
  • d86123195c
    Add a dockerignore file to speed up builds and make cachine better Kristoffer Dalby 2021-08-08 17:38:44 +0100
  • 91ffd10192 Remove "Keys: " from create auth key output Kristoffer Dalby 2021-08-08 17:37:23 +0100
  • 642c7824a7
    Add trace log for machine failing to parce ip in toNode Kristoffer Dalby 2021-08-08 17:37:04 +0100
  • 149279f3d5 Add health endpoint Kristoffer Dalby 2021-08-08 17:36:25 +0100
  • 275214920f
    Merge pull request #80 from juanfont/delete-pak Juan Font 2021-08-08 10:52:18 +0200
  • 0124899759 fixed linting x 2 Juan Font 2021-08-08 00:14:10 +0200
  • 033136cb9a fixed linting Juan Font 2021-08-08 00:13:44 +0200
  • 05e08e0ac7 Added cmd to expire preauth keys (requested in #78) Juan Font 2021-08-08 00:10:30 +0200
  • 226cb89d97 Added func to expire PAKs Juan Font 2021-08-07 23:57:52 +0200
  • 3007c0ec4f
    Merge pull request #79 from felixonmars/patch-1 Juan Font 2021-08-07 20:02:16 +0200
  • 3fa1ac9c79
    Correct a typo in routes.go Felix Yan 2021-08-08 01:52:01 +0800
  • bb2ccfddd9
    Merge pull request #77 from kradalby/deadlierlocks v0.5.2 Juan Font 2021-08-07 01:05:01 +0200
  • 99fd126219
    Remove unused mutex Kristoffer Dalby 2021-08-06 21:11:38 +0100
  • 15b8c8f4c5
    Remove lock from keepAlive Kristoffer Dalby 2021-08-06 20:08:51 +0100
  • 4243885246
    Rewrite old lock error msg Kristoffer Dalby 2021-08-06 20:03:25 +0100
  • 5bc5c5dc1b
    Remove forgotten lock Kristoffer Dalby 2021-08-06 20:02:47 +0100
  • db4f49901e
    Merge pull request #76 from kradalby/no-color-logs v0.5.1 Juan Font 2021-08-06 08:40:54 +0200
  • 73a00c89ff Try to detect color support, make color configurable Kristoffer Dalby 2021-08-06 07:29:57 +0100
  • 8a614dabc0 Headscale is from no-juan v0.5.0 Juan Font 2021-08-06 00:23:07 +0200
  • c95cf15731 Fixed log message Juan Font 2021-08-06 00:21:34 +0200
  • e7ce902f9d
    Merge pull request #75 from kradalby/syncmap Juan Font 2021-08-06 00:19:34 +0200
  • d421c7b665
    Merge pull request #74 from kradalby/deadlock-logging Juan Font 2021-08-06 00:18:40 +0200
  • 1abc68ccf4 Removes locks causing deadlock Kristoffer Dalby 2021-08-05 22:14:37 +0100
  • 575b15e5fa
    Add more trace logging Kristoffer Dalby 2021-08-05 21:47:06 +0100
  • a8c8a358d0
    Make log keys lowercase Kristoffer Dalby 2021-08-05 20:57:47 +0100
  • cd2ca137c0
    Make log_level user configurable Kristoffer Dalby 2021-08-05 19:19:25 +0100
  • 0660867a16
    Correct url Kristoffer Dalby 2021-08-05 18:58:15 +0100
  • b1200140b8
    Convert cli/utils.go Kristoffer Dalby 2021-08-05 18:26:49 +0100
  • d10b57b317
    Convert namespaces.go Kristoffer Dalby 2021-08-05 18:23:02 +0100
  • 42bf566fff
    Convert acls.go Kristoffer Dalby 2021-08-05 18:18:18 +0100
  • 0bb2fabc6c
    Convert missing from api.go Kristoffer Dalby 2021-08-05 18:16:21 +0100
  • ee704f8ef3
    Initial port to zerologger Kristoffer Dalby 2021-08-05 18:11:26 +0100
  • 4aad3b7933
    Improved README.md on ip_prefix v0.4.0 Juan Font 2021-08-03 20:38:23 +0200
  • 6091373b53
    Merge pull request #63 from juanfont/use-kv-for-updates Juan Font 2021-08-03 20:30:33 +0200
  • 3879120967
    Merge pull request #72 from kradalby/ip-pool Juan Font 2021-08-03 20:27:42 +0200
  • 465669f650
    Merge pull request #1 from kradalby/ip-pool-test Kristoffer Dalby 2021-08-03 10:12:09 +0100
  • ea615e3a26
    Do not issue "network" or "broadcast" addresses (0 or 255) Kristoffer Dalby 2021-08-03 10:06:42 +0100
  • d3349aa4d1
    Add test to ensure we can deal with empty ips from database Kristoffer Dalby 2021-08-03 09:26:28 +0100
  • 73207decfd Check that IP is set before parsing Kristoffer Dalby 2021-08-03 07:42:11 +0100
  • eda6e560c3
    debug logging Kristoffer Dalby 2021-08-02 22:51:50 +0100
  • 95de823b72
    Add test to ensure we can read back ips Kristoffer Dalby 2021-08-02 22:39:18 +0100
  • 9f85efffd5
    Update readme Kristoffer Dalby 2021-08-02 22:06:15 +0100
  • b5841c8a8b Rework getAvailableIp Kristoffer Dalby 2021-08-02 21:57:45 +0100
  • 309f868a21 Make IP prefix configurable Kristoffer Dalby 2021-08-02 20:06:26 +0100
  • 6c903d4a2f Fixed missing nodes cmd v0.3.6 Juan Font 2021-07-31 23:14:24 +0200
  • c3aa9a5d4c
    Merge pull request #69 from juanfont/change-default-port v0.3.5 Juan Font 2021-07-31 11:47:15 +0200
  • 4fb55e1684 Use 8080 as default port, like in the Kubernetes yamls Juan Font Alonso 2021-07-30 17:07:19 +0200
  • 91bfb481c1 Fix identation Juan Font Alonso 2021-07-30 16:42:26 +0200
  • 201ba109c3
    Merge pull request #62 from ohdearaugustin/topic/refactor-config Juan Font 2021-07-30 16:40:38 +0200
  • d3f965d493
    Merge pull request #66 from juanfont/remove-old-docker Juan Font 2021-07-28 13:43:58 +0200
  • f832d7325b
    Merge pull request #67 from kradalby/patch-1 Juan Font 2021-07-27 19:58:15 +0200
  • b1d1bd32c3
    Fix typo in example Kristoffer Dalby 2021-07-27 18:37:43 +0100
  • df6d4de6fd Remove old docker code Juan Font Alonso 2021-07-27 17:05:22 +0200
  • 461a893ee4 Added log message when sending updates Juan Font Alonso 2021-07-25 20:47:51 +0200
  • 97f7c90092 Added communication between Serve and CLI using KV table (helps in #52) Juan Font Alonso 2021-07-25 17:59:48 +0200
  • ea3043cdcb cmd: Add error check for Persistent Flags ohdearaugustin 2021-07-25 16:26:15 +0200
  • 04dffcc4ae Refactor cli commands ohdearaugustin 2021-07-25 15:14:09 +0200
  • 3a07360b6e Add root cmd ohdearaugustin 2021-07-25 15:10:34 +0200
  • b97d6f71b1 Refactor version cmd ohdearaugustin 2021-07-25 15:09:53 +0200
  • 4915902e04 Refactor server cmd ohdearaugustin 2021-07-25 15:09:33 +0200
  • d87a4c87cc Refactor routes cmd ohdearaugustin 2021-07-25 15:08:40 +0200
  • e56755fd67 Refactor preauthkeys cmd ohdearaugustin 2021-07-25 15:07:27 +0200
  • 2862c2034b Refactor nodes cmd ohdearaugustin 2021-07-25 15:04:06 +0200
  • 53185eaa9e Refactor namespaces cmd ohdearaugustin 2021-07-25 15:03:45 +0200
  • b83ecc3e6e
    Merge pull request #61 from ohdearaugustin/topic/refactor-cli-versionCmd Juan Font 2021-07-25 12:00:06 +0200
  • 04fdd94201
    Merge pull request #60 from cure/tls-more-readme-changes Juan Font 2021-07-25 11:38:31 +0200
  • 48ec51d166 Refactor cmdVersion to cli package ohdearaugustin 2021-07-25 02:02:05 +0200
  • 3260362436 Add some more detail to the README about the different Let's Encrypt validation methods. Ward Vandewege 2021-07-24 09:01:20 -0400
  • 5f60671d12
    Merge pull request #59 from qbit/tls_letsencrypt_listen Ward Vandewege 2021-07-24 09:03:04 -0400
  • 69d77f6e9d Add a 'tls_letsencrypt_listen' config option Aaron Bieber 2021-07-23 16:12:01 -0600
  • 09ec217bb1 Fixing linting issue Juan Font 2021-07-19 20:12:37 +0200
  • 52f372cdbe Added init command to generate a working env Juan Font 2021-07-19 19:42:42 +0200
  • 1af9c11bdd
    Merge pull request #54 from juanfont/delete-nodes Juan Font 2021-07-19 16:18:09 +0200
  • 57c115e60a Fix linting error: Juan Font Alonso 2021-07-17 11:17:42 +0200
  • 96b4d2f391 Mark the machine as unregistered before soft delete Juan Font Alonso 2021-07-17 11:12:24 +0200
  • 0f649aae8b Ask for confirmation before deleting Juan Font Alonso 2021-07-17 11:09:42 +0200
  • f491db232b
    Merge pull request #55 from cure/letsencrypt-more-flexible-config v0.3.4 Juan Font 2021-07-17 11:01:08 +0200
  • 9a24340bd4 Turn the combination of TLS-ALPN-01 and listen_addr on a port other than 443 into a warning, not an error, refs #53. Ward Vandewege 2021-07-16 22:02:05 -0400
  • 39b756cf55 Fixed linting Juan Font Alonso 2021-07-17 00:29:14 +0200
  • 9ca2ae7fc5 Implemented delete nodes (#52) Juan Font Alonso 2021-07-17 00:23:12 +0200
  • f3139d26c8 Added methods to delete nodes Juan Font Alonso 2021-07-17 00:14:22 +0200
  • 6f20a1fc68
    Merge pull request #51 from tianon/typo Juan Font 2021-07-16 18:04:46 +0200
  • 243b961cbe
    Fix minor typo Tianon Gravi 2021-07-16 15:07:13 +0000
  • 5748744134 Use ubuntu 18.04 as build env v0.3.3 Juan Font Alonso 2021-07-12 17:04:28 +0200
  • 31556e1ac0
    Merge pull request #48 from juanfont/better-profile-info v0.3.2 Juan Font 2021-07-11 16:44:16 +0200
  • 0159649d0a Send the namespace name as user to the clients Juan Font Alonso 2021-07-11 16:39:19 +0200
  • cf9d920e4a Minor typo v0.3.1 Juan Font Alonso 2021-07-11 15:10:37 +0200
  • 7d46dfe012 Only load ACLs if a path is present Juan Font Alonso 2021-07-11 15:10:11 +0200
  • eabb1ce881 Fix minor typo on the register webpage Juan Font Alonso 2021-07-11 15:05:32 +0200
  • db20985b06 Show N/A in reusable when key is ephemeral v0.3.0 Juan Font Alonso 2021-07-11 13:14:25 +0200
  • 29b80e3ca1 Fix debug mode enabled by default in db Juan Font Alonso 2021-07-11 13:13:36 +0200
  • a16a763283 Update README.md with info on ACLs Juan Font Alonso 2021-07-11 13:04:33 +0200
  • ad7f03c9dd
    Merge pull request #47 from juanfont/handle-ephemeral-reconnect Juan Font 2021-07-11 11:41:23 +0200
  • bff3d2d613 Added HTTP responses on errors Juan Font Alonso 2021-07-11 11:37:17 +0200
  • f66c283756
    Merge pull request #46 from Teteros/update-derp-servers Juan Font 2021-07-10 23:29:54 +0200
  • ad454d95b9
    Update DERP server definitions Teteros 2021-07-10 09:00:35 +0100
  • e67a98b758
    Merge pull request #44 from juanfont/acls Juan Font 2021-07-07 16:19:45 +0200
  • ecf258f995 Use gorm connection pool Juan Font Alonso 2021-07-04 21:56:13 +0200
  • d4b27fd54b Merge branch 'main' into acls Juan Font Alonso 2021-07-04 21:54:55 +0200