Skip to content

Commit

Permalink
tunneling
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Dec 30, 2024
1 parent 5b85494 commit 735d2d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ jobs:
with:
NOMAD_VAR_HOSTNAMES: '["nomad","nomad.archive.org"]'
NOMAD_VAR_MEMORY: 100 # xxx
NOMAD_VAR_CHECK_PROTOCOL: 'tcp'
secrets:
NOMAD_TOKEN_EXT: ${{ secrets.NOMAD_TOKEN_EXT }}
6 changes: 3 additions & 3 deletions Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
}

# We answer all requests with the contents of this file:
# https://raw.githubusercontent.com/internetarchive/nomad/refs/heads/master/.gitlab-ci.yml
# https://internetarchive.github.io/nomad/ci.yml

:5000 {
rewrite * /internetarchive/nomad/refs/heads/master/.gitlab-ci.yml
reverse_proxy https://raw.githubusercontent.com
rewrite * /nomad/ci.yml
reverse_proxy https://internetarchive.github.io
}

0 comments on commit 735d2d7

Please sign in to comment.