# tailproxy
A tiny reverse proxy to expose apps over Tailscale as their own application/service.
## Usage
As a flake:
```nix
tailproxy.url="git+https://git.jolheiser.com/tailproxy.git";# ...imports=[inputs.tailproxy.nixosModules.default];```[Module](./module/default.nix):
```nix
{services.tailproxy={"myapp"={enable=true;hostname="myapp";auth-key="<one-time auth key>";# https://login.tailscale.com/admin/settings/keysfunnel=false;port=1234;};"otherapp"={# ...};};}```## License
[MIT](LICENSE)