8000 GitHub - mseymour/lapis-chan: Image board software written in Lua using the Lapis web framework.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Image board software written in Lua using the Lapis web framework.

License

Notifications You must be signed in to change notification settings

mseymour/lapis-chan

 
 

Repository files navigation

Lapis-chan

Lapis-chan is a text and image board written in Lua using the Lapis web framework.

Features

To view a complete list of features, check out the Feature Set spreadsheet.

Install

Installing

$ docker-compose build

Create Cryptographic Secrets

In the secrets directory, open up both the token.lua and salt.lua files.

Secret Token

The secret token should be a random string of characters between 40 and 60 characters in length. Change CHANGE_ME to your secret token. Keep this token extremely safe, it is the backbone of security on Lapis-chan! Don't lose it, either!

Secret Salt

The secret salt should be a random string of characters exactly two characters in length. The salt can be comprised of letters, numbers, a period (".") or a slash ("\"). Change CHANGE_ME to your secret salt. This salt is not necessarily meant to be secure, but don't hand it out willy-nilly either. This is only used for generating insecure tripcodes.

Start Lapis

Now we're ready to finish the installation!

$ prod.sh

About

Image board software written in Lua using the Lapis web framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 71.6%
  • JavaScript 18.6%
  • SCSS 4.7%
  • CSS 2.6%
  • Shell 1.7%
  • Dockerfile 0.7%
  • Ruby 0.1%
0