Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
volker committed Feb 5, 2024
1 parent d7c8fbb commit a64e5c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a64e5c3

Please sign in to comment.