Compare commits

...

3 Commits

Author SHA1 Message Date
8723ce88dc mention pyrom move 2025-08-01 00:10:19 +00:00
92548e6bad pin image version in dockerfile 2025-06-20 16:31:30 +03:00
93634f230f cachebust ui.js 2025-06-12 16:04:33 +03:00
3 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#
# it exposes the data/ and secrets/ volumes in app root
#
FROM openresty/openresty:alpine-fat
FROM openresty/openresty:1.25.3.2-5-alpine-fat
RUN apk add --no-cache git make gcc g++ musl-dev libffi-dev openssl-dev sqlite-dev libsodium libsodium-dev imagemagick-dev openssl
WORKDIR /app

View File

@ -1,5 +1,7 @@
# Porom
porous forum
# Note
Development has moved over to [pyrom](https://git.poto.cafe/yagich/pyrom).
# License
Released under [CNPLv7+](https://thufie.lain.haus/NPL.html).

View File

@ -18,6 +18,6 @@
</footer>
<script src="/static/js/copy-code.js"></script>
<script src="/static/js/date-fmt.js"></script>
<script src="/static/js/ui.js"></script>
<script src="/static/js/ui.js?v=2"></script>
</body>
</html>