Skip to content
Snippets Groups Projects
Commit cc622131 authored by Nicholas Dille's avatar Nicholas Dille
Browse files

Added tunnelto #1235

parent c479c464
Branches
No related tags found
No related merge requests found
......@@ -2638,6 +2638,16 @@
"depNameTemplate": "tsl0922/ttyd",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": [
"^tools/tunnelto/manifest.yaml$"
],
"matchStrings": [
"version: \"?(?<currentValue>.*?)\"?\\n"
],
"depNameTemplate": "agrinman/tunnelto",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": [
"^tools/uidmap/manifest.yaml$"
......
#syntax=docker/dockerfile:1.4.3
ARG ref=main
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
ARG name
ARG version
RUN <<EOF
curl --silent --location "https://github.com/agrinman/tunnelto/releases/download/0.1.18/tunnelto-linux.tar.gz" \
| tar --extract --gzip --directory="${prefix}${target}/bin/" --no-same-owner
EOF
\ No newline at end of file
name: tunnelto
version: 0.1.18
check: ""
tags:
- type/cli
- category/development
homepage: https://github.com/agrinman/tunnelto
description: Expose your local web server to the internet with a public URL
renovate:
datasource: github-releases
package: agrinman/tunnelto
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment