This is just an insightful gist that shows how I automate some tasks.
More information can be found in the repository gbraad-dotfiles/notebooks.
This is just an insightful gist that shows how I automate some tasks.
More information can be found in the repository gbraad-dotfiles/notebooks.
Similar to https://github.com/curl/curl/blob/master/.github/scripts/spacecheck.pl to handle issues like: https://mastodon.social/@bagder/114493950931893559
go run spacecheck.go
We can do more to prevent issues with the use of non-ASCII character use and bidi using the golang-ci linters
Since tailscale/github-action#157 (comment) it should be possible to use a Windows runner with Tailscale. To test, I'll try to set up an RDP environment.
name: Window RDP
name: 'Shared Configuration'
description: 'Fetch configuration parameters from a shared .ini file and export as environment variables'
author: 'gbraad'
inputs:
config_repo:
description: 'URL of the repository containing the configuration file'
required: true
config_file:
description: 'Path to the configuration file in the repository'
# create storage for state
podman volume create tailscaled-state
# launch the container
podman run -d \
--rm \
--name tailscaled \
--hostname $HOSTNAME \
--env TS_USERSPACE=false \