Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
T
tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
uniget-org
tools
Commits
cc622131
Commit
cc622131
authored
2 years ago
by
Nicholas Dille
Browse files
Options
Downloads
Patches
Plain Diff
Added tunnelto #1235
parent
c479c464
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
renovate.json
+10
-0
10 additions, 0 deletions
renovate.json
tools/tunnelto/Dockerfile.template
+12
-0
12 additions, 0 deletions
tools/tunnelto/Dockerfile.template
tools/tunnelto/manifest.yaml
+11
-0
11 additions, 0 deletions
tools/tunnelto/manifest.yaml
with
33 additions
and
0 deletions
renovate.json
+
10
−
0
View file @
cc622131
...
...
@@ -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$"
...
...
This diff is collapsed.
Click to expand it.
tools/tunnelto/Dockerfile.template
0 → 100644
+
12
−
0
View file @
cc622131
#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
This diff is collapsed.
Click to expand it.
tools/tunnelto/manifest.yaml
0 → 100644
+
11
−
0
View file @
cc622131
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment