PackageTrack
Sign in Get early access

github.com/almeidapaulopt/tsdproxy

v1.4.7 almeidapaulopt/tsdproxy

What this package is like to depend on

Last release 1 months ago

09 Jul 2026

Ships unpredictably

gaps range from 8 days to 13 months

Rarely documented

notes for 7 of 32 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

88 releases · first in 2024

2 releases in the last 12 months

see the full history below

Release timeline

88 releases · Oct 2024 to Jul 2026
2025 2026
Release Pre-release

Releases

latest 60 of 88
  1. v1.4.7 18 Mar 2025

    Nothing published for this version

  2. v1.4.6 11 Mar 2025

    Nothing published for this version

  3. v1.4.5 10 Mar 2025

    Nothing published for this version

  4. v1.4.4 25 Jan 2025

    Nothing published for this version

  5. v1.4.4-0.20260709105506-75bd326c0915 09 Jul 2026 pre-release

    Nothing published for this version

  6. v1.4.4-0.20260603142855-434819b4421e 03 Jun 2026 pre-release

    Nothing published for this version

  7. v1.4.4-0.20250523095106-f4cfbb95440a 23 May 2025 pre-release

    Nothing published for this version

  8. v1.4.4-0.20250318134232-222e312df8ce 18 Mar 2025 pre-release

    Nothing published for this version

  9. v1.4.4-0.20250313221913-1f4c3fd24814 13 Mar 2025 pre-release

    Nothing published for this version

  10. v1.4.4-0.20250310181245-d0dba4481a40 10 Mar 2025 pre-release

    Nothing published for this version

  11. v1.4.4-0.20250127163231-82b3d5fb436e 27 Jan 2025 pre-release

    Nothing published for this version

  12. v1.4.3 08 Jan 2025

    Nothing published for this version

  13. v1.4.2 08 Jan 2025

    Nothing published for this version

  14. v1.4.2-0.20250107223636-065c0812c83e 07 Jan 2025 pre-release

    Nothing published for this version

  15. v1.4.1 07 Jan 2025

    Nothing published for this version

  16. v1.4.0 06 Jan 2025
    Release notes

    New features

    • OAuth authentication using the Dashboard.
    • Dashboard has now proxy status.
    • Icons and Labels can be used to customize the Dashboard.

    Fixes

    • Error on port when autodetect is disabled.
    Open source →
  17. v1.3.3-0.20250104233540-a715e6cee071 04 Jan 2025 pre-release

    Nothing published for this version

  18. v1.3.2 03 Jan 2025

    Nothing published for this version

  19. v1.3.2-0.20241229000334-9eddde3b0c06 29 Dec 2024 pre-release

    Nothing published for this version

  20. v1.3.1 28 Dec 2024

    Nothing published for this version

  21. v1.3.1-0.20241227184702-857838890b9d 27 Dec 2024 pre-release

    Nothing published for this version

  22. v1.3.0 27 Dec 2024
    Release notes

    Breaking changes

    Configuration files are now validated and doesn't allow invalid configuration keys Verify valid configuration keys.

    New features

    • Generate TLS certificates for containers when starting proxies.
    • Configuration files are now validated.
    Open source →
  23. v1.2.1 22 Dec 2024

    Nothing published for this version

  24. v1.2.0 20 Dec 2024
    Release notes

    New features

    Dashboard finally arrived.

    Open source →
  25. v1.1.3-0.20241209111002-ed3e46474696 09 Dec 2024 pre-release

    Nothing published for this version

  26. v1.1.2 09 Dec 2024
    Release notes

    Fixes

    Reload Proxy List Files when changes.

    New features

    • Quicker start with different approach to start proxies in docker
    • Add support for targets with self-signed certificates.
    Open source →
  27. v1.1.2-0.20241207234731-fb30f37cbffc 07 Dec 2024 pre-release

    Nothing published for this version

  28. v1.1.1 07 Dec 2024
    Release notes

    New Docker container labels

    tsdproxy.autodetect

    If TSDProxy, for any reason, can't detect the container's network you can disable it.

    tsdproxy.scheme

    If a container uses https, use tsdproxy.scheme=https label.

    Open source →
  29. v1.1.1-0.20241207121404-ec45770e3da0 07 Dec 2024 pre-release

    Nothing published for this version

  30. v1.1.1-0.20241206185405-0d9ae3e82598 06 Dec 2024 pre-release

    Nothing published for this version

  31. v1.1.0 05 Dec 2024
    Release notes

    New File Provider

    TSDProxy now supports a new file provider. It's useful if you want to proxy URL without Docker. Now you can use TSDProxy even without Docker.

    Open source →
  32. v1.0.1-0.20241205165100-342eda9d4e78 05 Dec 2024 pre-release

    Nothing published for this version

  33. v1.0.1-0.20241205163921-6df09778119b 05 Dec 2024 pre-release

    Nothing published for this version

  34. v1.0.1-0.20241205114218-1854913b9e60 05 Dec 2024 pre-release

    Nothing published for this version

  35. v1.0.1-0.20241202160300-98cd5030a2de 02 Dec 2024 pre-release

    Nothing published for this version

  36. v1.0.0 02 Dec 2024
    Release notes

    New Autodetection function for containers network

    TSDProxy now tries to connect to the container using docker internal ip addresses and ports. It's more reliable and faster, even in container without exposed ports.

    New configuration method

    TSDProxy still supports the Environment variable method. But there's much more power with the new configuration yaml file.

    Multiple Tailscale servers

    TSDProxy now supports multiple Tailscale servers. This option is useful if you have multiple Tailscale accounts, if you want to group containers with the same AUTHKEY or if you want to use different servers for different containers.

    Multiple Docker servers

    TSDProxy now supports multiple Docker servers. This option is useful if you have multiple Docker instances and don't want to deploy and manage TSDProxy on each one.

    New installation scenarios documentation

    Now there is a new [scenarios]({{< ref "/docs/v1/scenarios/_index.md" >}}) section.

    New logs

    Now logs are more readable and easier to read and with context.

    New Docker container labels

    tsdproxy.proxyprovider is the label that defines the Tailscale proxy provider. It's optional.

    TSDProxy can now run standalone

    With the new configuration file, TSDProxy can be run standalone. Just run tsdproxyd --config ./config .

    New flag --config

    This new flag allows you to specify a configuration file. It's useful if you want to use as a command line tool instead of a container.

    tsdproxyd --config ./config/tsdproxy.yaml
    

    {{% /steps %}}

    Open source →
  37. v1.0.0-rc2.0.20241201174346-f5c5d6e60d36 01 Dec 2024 pre-release

    Nothing published for this version

  38. v1.0.0-rc2.0.20241130140722-1088c84cb643 30 Nov 2024 pre-release

    Nothing published for this version

  39. v1.0.0-rc2 28 Nov 2024 pre-release

    Nothing published for this version

  40. v1.0.0-rc1.0.20241130094007-7df3f0186d18 30 Nov 2024 pre-release

    Nothing published for this version

  41. v1.0.0-rc1.0.20241128215733-c5e2ea876422 28 Nov 2024 pre-release

    Nothing published for this version

  42. v1.0.0-rc1.0.20241128165424-d36e6c67c3a8 28 Nov 2024 pre-release

    Nothing published for this version

  43. v1.0.0-rc1.0.20241128120900-b779532f0fd8 28 Nov 2024 pre-release

    Nothing published for this version

  44. v1.0.0-rc1.0.20241128091331-d8815b13e45e 28 Nov 2024 pre-release

    Nothing published for this version

  45. v1.0.0-rc1.0.20241127154627-ad2ffe8e638d 27 Nov 2024 pre-release

    Nothing published for this version

  46. v1.0.0-rc1 27 Nov 2024 pre-release

    Nothing published for this version

  47. v0.6.1-0.20241127142715-493796fbc1ef 27 Nov 2024 pre-release

    Nothing published for this version

  48. v0.6.1-0.20241127012229-f4949a7b1422 27 Nov 2024 pre-release

    Nothing published for this version

  49. v0.6.1-0.20241127002657-29a624644081 27 Nov 2024 pre-release

    Nothing published for this version

  50. v0.6.1-0.20241126230717-a7dd07330677 26 Nov 2024 pre-release

    Nothing published for this version

  51. v0.6.1-0.20241125120345-42e1ad693ba7 25 Nov 2024 pre-release

    Nothing published for this version

  52. v0.6.1-0.20241123085813-4412ca8cbc7e 23 Nov 2024 pre-release

    Nothing published for this version

  53. v0.6.1-0.20241123012556-dc223c280377 23 Nov 2024 pre-release

    Nothing published for this version

  54. v0.6.1-0.20241123002203-14212cd0b17a 23 Nov 2024 pre-release

    Nothing published for this version

  55. v0.6.1-0.20241114094728-5f5b17c9c16e 14 Nov 2024 pre-release

    Nothing published for this version

  56. v0.6.1-0.20241111221546-92674fc3c8e7 11 Nov 2024 pre-release

    Nothing published for this version

  57. v0.6.0 08 Nov 2024

    Nothing published for this version

  58. v0.5.1-0.20241108122542-71a8661a4cd2 08 Nov 2024 pre-release

    Nothing published for this version

  59. v0.5.1-0.20241107112351-7fb4df41a259 07 Nov 2024 pre-release

    Nothing published for this version

  60. v0.5.1-0.20241107105151-0e377890be5d 07 Nov 2024 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive