swaggboi 6683b508e4 Revert "Flash message for new sessions"
This reverts commit 60e4f9ffcc5e1fb922ed409cbf116e91058a05cf.
2025-02-11 20:09:51 -05:00
2023-10-27 17:56:53 -04:00
2024-09-06 22:14:46 -04:00
2024-08-15 21:55:45 -04:00
2022-09-15 19:14:40 -04:00
2025-02-10 14:13:34 -05:00
2025-02-11 16:11:37 -05:00
2023-08-14 19:40:38 -05:00
2025-02-10 15:45:59 -05:00

Post::Text

A textboard written in Perl

Installing locally

Install dependencies:

cpanm --installdeps .

Running locally

Create a config file:

cp example_post_text.conf post_text.conf

This file right now just contains a Perl hash reference. Someday it should be YAML or XML or something better suited.

Run it in development mode:

morbo -w public/ -w lib/ -w templates/ -w script/ script/post_text

Now try requesting http://localhost:3000

Testing

First, create a valid first thread and first remark to the first thread. The tests rely on the existence of thread #1 and remark #1 being the first remark to that first thread. Then you can run the tests locally:

prove -l

Building/running container

Build

podman build -t post_text .

Tag

podman tag post_text \
    git.seriousbusiness.international/swaggboi_priv/post_text

Push

podman push git.seriousbusiness.international/swaggboi_priv/post_text

Pull

podman pull git.seriousbusiness.international/swaggboi_priv/post_text

Run

podman run -dt --rm --name post_text -p 3002:3000 post_text

Generate unit file

podman generate systemd --files --new --name post_text

TODOs

  • Stop working on this and start the imageboard

AGPL-3.0+ANTIFA compliance

  • Antifa
  • Trans Rights
  • Black Lives Matter
Description
A textboard written in Perl
https://posttext.pl
Readme 2.6 MiB
Languages
Perl 90.2%
CSS 8.5%
JavaScript 0.8%
Dockerfile 0.5%