⭐ Moe-Counter Compatible Website Hit Counter Written in Gleam mayu.due.moe
hit-counter svg moe
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

deps(gleam): bump gleam to 0.1.2

Fuwn 68133a7c 3e3b0188

+3 -3
+2 -2
Dockerfile
··· 1 - FROM ghcr.io/gleam-lang/gleam:v1.1.0-erlang-alpine as builder 1 + FROM ghcr.io/gleam-lang/gleam:v1.2.0-erlang-alpine as builder 2 2 3 3 WORKDIR /mayu/ 4 4 ··· 13 13 && cd build/ \ 14 14 && gleam export erlang-shipment 15 15 16 - FROM ghcr.io/gleam-lang/gleam:v1.1.0-erlang-alpine 16 + FROM ghcr.io/gleam-lang/gleam:v1.2.0-erlang-alpine 17 17 18 18 COPY --from=builder /mayu/build/erlang-shipment/ /mayu/erlang-shipment/ 19 19 COPY --from=builder /mayu/themes /mayu/themes/
+1 -1
gleam.toml
··· 3 3 4 4 name = "mayu" 5 5 version = "0.1.4" 6 - gleam = ">= 1.1.0" 6 + gleam = ">= 1.2.0" 7 7 description = "Moe-Counter Compatible Website Hit Counter" 8 8 licenses = ["GPL-3.0-only"] 9 9 repository = { type = "github", user = "Fuwn", repo = "mayu" }