From a64e5c3c144ff9c23b748a685ca6ae5cc4217749 Mon Sep 17 00:00:00 2001 From: volker Date: Mon, 5 Feb 2024 12:13:50 +0100 Subject: [PATCH] WIP --- .github/workflows/rust.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8434e4a..8cea8f6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout repository diff --git a/README.md b/README.md index e4c88a3..430ecc4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A small rust project that visualizes the contents of iptables in a web interface. An example to embedd a [SPA](https://en.wikipedia.org/wiki/Single-page_application) into a rust binary with minimal runtime dependencies. -It uses [svelte], [vite], [tailwindcss] on the web frontend. And rust, [warp] on the backend. +It uses [svelte](https://svelte.dev), [vite](https://vitejs.dev), [tailwindcss](https://tailwindcss.com) on the web frontend. And rust, [warp] on the backend. Credits to the Rust+Vite+Svelte project https://github.com/fdeantoni/rust-vite-svelte and the iptables_exporter project https://github.com/kbknapp/iptables_exporter where this project took inspiration and code from.