Compare commits
2 commits
e20d9b0d06
...
473a6c0427
Author | SHA1 | Date | |
---|---|---|---|
Emi Simpson | 473a6c0427 | ||
Emi Simpson | d9de986acc |
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -51,7 +51,7 @@ checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "faery-ring"
|
name = "faery-ring"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argh",
|
"argh",
|
||||||
"ascii",
|
"ascii",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "faery-ring"
|
name = "faery-ring"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Emi Simpson <emi@alchemi.dev>"]
|
authors = ["Emi Simpson <emi@alchemi.dev>"]
|
||||||
description = "An ultra-lightweight js-free server-side webring implementation"
|
description = "An ultra-lightweight js-free server-side webring implementation"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM rust:1.56-alpine3.13 AS builder
|
FROM rust:1.58-alpine AS builder
|
||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk add musl-dev
|
RUN apk add musl-dev
|
||||||
ADD . .
|
ADD . .
|
||||||
|
|
|
@ -73,8 +73,8 @@ Now your webring members can add links on their page to `https://your.web.site/n
|
||||||
## Downloads
|
## Downloads
|
||||||
|
|
||||||
- Linux binaries are available from the [releases page](./releases)
|
- Linux binaries are available from the [releases page](./releases)
|
||||||
- A docker image is available on Docker Hub under `alch0emi/faery-ring:v0.1.0`
|
- A docker image is available on Docker Hub under `alch0emi/faery-ring:latest`
|
||||||
- If you have cargo installed on your system, faery ring can be installed with `cargo install --git https://fem.mint.lgbt/Emi/faery-ring.git`
|
- If you have cargo installed on your system, faery ring can be installed with `cargo install faery-ring`
|
||||||
|
|
||||||
## Webrings that use faery-ring
|
## Webrings that use faery-ring
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue