Commit Graph

44 Commits

Author SHA1 Message Date
John Bowdre 852a42bba0 update readme 2024-02-07 19:34:34 -06:00
John Bowdre f0f29edf22 add link to blog post 2024-01-01 16:44:13 -06:00
John Bowdre 363f67ec8a restart containers unless stopped 2024-01-01 16:44:04 -06:00
John Bowdre a54e45ca71 add comment on volume mount 2023-12-30 14:31:18 -06:00
John Bowdre ec6d85943e slight readme tweaks 2023-12-30 14:27:12 -06:00
John Bowdre 124a0f59f0 add comment on network_mode 2023-12-30 14:25:44 -06:00
John Bowdre 4f665ae30c use online image in docker-compose.yml example 2023-12-30 14:24:43 -06:00
John Bowdre 54da987ff5 support extra args to tailscale up 2023-12-29 21:58:39 -06:00
John Bowdre 9e4c2bb4e5 update variable names to match official image 2023-12-29 21:36:35 -06:00
John Bowdre a996ea8d28 update readme 2023-12-29 13:47:00 -06:00
John Bowdre f5419b9ffb fix CMD syntax 2023-12-29 13:46:02 -06:00
John Bowdre d3ca767b8a use TS_FUNNEL as boolean to enable funnel on TS_SERVE_PORT 2023-12-29 13:43:50 -06:00
John Bowdre fe4cba9c4f update readme 2023-12-29 12:55:34 -06:00
John Bowdre 1bb4f8694b update gitignore 2023-12-29 12:53:40 -06:00
John Bowdre 56e7b49807 move .env example 2023-12-29 12:53:30 -06:00
John Bowdre 3e07d2139f remove unnecessary exports in .env example 2023-12-29 12:45:03 -06:00
John Bowdre 0bc59cc724 update k8s example 2023-12-29 12:05:55 -06:00
John Bowdre 79403d8e57 use --statedir instead of --state 2023-12-29 12:05:47 -06:00
John Bowdre b637d4b477 update .env template with comments 2023-12-29 10:18:38 -06:00
John Bowdre 9b9871f435 add funnel support 2023-12-29 09:48:11 -06:00
John Bowdre abe2074cbc cleanup comments 2023-12-29 09:42:55 -06:00
John Bowdre 0607edef46 adjust variable names 2023-12-28 22:20:00 -06:00
John Bowdre 7badd5ea71 add note on TS_SERVE_PORT in example docker-compose.yml 2023-12-28 16:20:44 -06:00
John Bowdre b76a28a65f start updating workflow 2023-12-28 14:19:18 -06:00
John Bowdre 81f918ed38 update envrc template 2023-12-28 13:58:19 -06:00
John Bowdre cd9c2daa31 cleanup k8s sample 2023-12-28 13:58:05 -06:00
John Bowdre d48e206786 organizational cleanup
- add my docker-compose example, remove others
- ditch nginx image
- move tailscale image from images/tailscale to image/
2023-12-28 13:33:50 -06:00
John Bowdre 8e0f743c9c update license 2023-12-28 13:27:21 -06:00
John Bowdre ea60d34376 bump tailscale version 2023-12-28 13:27:08 -06:00
John Bowdre 6efb18f99d remove unnecessary wait 2023-12-28 13:26:46 -06:00
John Bowdre 968d1b6ac0 configure tailscale serve is $TS_SERVE_PORT set 2023-12-28 13:26:24 -06:00
John Bowdre fdd8ef5456 shorten env var names 2023-12-28 13:25:49 -06:00
Robert Jensen c6f8d75b5e
Merge pull request #8 from rhjensen79/main
Updated Dockerfile to latest release
2023-12-07 21:23:16 +01:00
Robert Jensen 3a69a2c3c6
Update Dockerfile to latest release
Updated to v1.54.1
2023-12-07 21:21:45 +01:00
Ian Neubert 9626fd835c
Set optional tailscaled flags with TAILSCALE_OPT (#6)
* Allow user to set additional Tailscaled options

* Added example use of TAILSCALE_OPT
2023-04-04 10:28:36 -04:00
Ian Neubert 45916632fa
Update tailscale & nginx (#4)
* Update tailscale version

* Update nginx
2023-01-05 11:01:09 -05:00
Robert Jensen 38ae0ac92f
corrected path and removed non existing branch (#3) 2022-09-01 16:24:43 -04:00
Louis-Philippe Asselin 01fc64c5ff
Fix readme mention of Makefile 2022-09-01 15:00:39 -04:00
Louis-Philippe Asselin 7c146ab113
Version 1.0 (#2)
* Adds @rhjensen79 k8s example

* Instructions in README instead of Makefile

* Adds optional TAILSCALE_HOSTNAME instead of hardcoding in tailscale.sh

* TAILSCALE_STATE_ARG env variable, to enable stateful-example which reuses the same ip between deployments

* Fix tailscale.sh for proper `tailscale logout` on container SIGTERM

* Adds github action to build image

* all docker images are in the images folder. Instead of repeating in each example

Co-authored-by: Robert Jensen <robert@robert-jensen.dk>
2022-09-01 14:51:23 -04:00
Louis-Philippe Asselin 39dc4c1692
Update README.md 2022-08-22 14:42:29 -04:00
Louis-Philippe Asselin a04c671990
Update README.md 2022-08-22 14:42:16 -04:00
Louis-Philippe Asselin beb2ad6bb6 environment variable auth key 2022-08-22 14:40:50 -04:00
Louis-Philippe Asselin 1009329b49 working examples simple and complex 2022-08-22 14:03:01 -04:00
Louis-Philippe Asselin 40bf327e69
Initial commit 2022-08-22 13:17:40 -04:00