porous forum
Go to file
2025-05-22 01:57:15 +03:00
apps add markup to topics list view 2025-05-22 01:46:08 +03:00
lib more correct babycode parsing 2025-05-20 06:46:36 +03:00
sass add markup to topics list view 2025-05-22 01:46:08 +03:00
static add markup to topics list view 2025-05-22 01:46:08 +03:00
svg-icons add topic/thread list view 2025-05-21 17:34:24 +03:00
views add markup to topics create 2025-05-22 01:57:15 +03:00
.gitignore add sass 2025-05-20 06:56:14 +03:00
app.lua add userboxes and use them instead of flash 2025-05-20 22:21:06 +03:00
config.lua some cfg tweaks 2025-05-19 06:43:19 +03:00
constants.lua add userboxes and use them instead of flash 2025-05-20 22:21:06 +03:00
create_default_accounts.lua add deleting, promoting/demoting, guesting (soft banning) users 2025-05-19 18:34:21 +03:00
LICENSE.md license under CNPLv7+ 2025-05-19 06:23:51 +03:00
migrations.lua remove user id from post history table, not sure why it was there in the first place 2025-05-19 09:48:13 +03:00
mime.types initial commit 2025-05-07 20:01:04 +03:00
models.lua add thread view 2025-05-20 12:30:41 +03:00
nginx.conf add avatars 2025-05-18 11:39:12 +03:00
porom-dev-1.rockspec start writing instructions (not complete yet) 2025-05-22 00:32:00 +03:00
README.md start writing instructions (not complete yet) 2025-05-22 00:32:00 +03:00
schema.lua schema 2025-05-17 17:12:23 +03:00
secrets.lua.example some cfg tweaks 2025-05-19 06:43:19 +03:00
util.lua add userboxes and use them instead of flash 2025-05-20 22:21:06 +03:00

Porom

porous forum

License

Released under CNPLv7+. Please read the full terms for proper wording.

installing

  1. first, install OpenResty. instructions for linux can be found here.
  2. then, install LuaJIT
  3. then, install LuaRocks (prefer your package manager instead of a local install recommended by the guide)
  4. add luarocks search dirs to path:
  # in .bashrc (or other shell equivalent)
  eval "$(luarocks --lua-version 5.1 path)"
  1. clone repo
  2. install the dependencies:
luarocks --local --lua-version 5.1 build --only-deps
  1. rest is TBD until a start script is provided

icons

the icons in the icons/ folder are by Gabriele Malaspina