8000 feat: use self signed certificates for local-dns by augustoccesar · Pull Request #199 · mentimeter/linkup · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: use self signed certificates for local-dns #199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you a 8000 ccount related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 0 additions & 99 deletions .github/workflows/caddy.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,18 @@ jobs:
display_os: linux
rust_target: x86_64-unknown-linux-gnu
arch: x86_64
goarch: amd64
- runner: depot-ubuntu-22.04-arm-8
display_os: linux
rust_target: aarch64-unknown-linux-gnu
arch: aarch64
goarch: arm64
- runner: depot-macos-14
display_os: darwin
rust_target: x86_64-apple-darwin
arch: x86_64
goarch: amd64
- runner: depot-macos-14
display_os: darwin
rust_target: aarch64-apple-darwin
arch: aarch64
goarch: arm64
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand All @@ -85,26 +81,11 @@ jobs:
run: |
cargo build --release --manifest-path linkup-cli/Cargo.toml --target ${{ matrix.rust_target }}

- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.23"

- name: Install xcaddy
run: go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest

- name: Build Caddy Binary
run: |
export GOOS=${{ matrix.display_os }}
export GOARCH=${{ matrix.goarch }}
xcaddy build --output linkup-caddy --with github.com/mentimeter/caddy-dns-linkup --with github.com/mentimeter/caddy-storage-linkup

- name: Move binaries to upload
run: |
mkdir release-package

cp target/${{ matrix.rust_target }}/release/linkup release-package/
cp linkup-caddy release-package/

- name: Package Release Tarball
id: package-release
Expand Down
Loading
Loading
0