Go to file
Franz Liedke 569e3a3b5e
Fix workaround for HTTPoxy vulnerability
Three issues with the previous solution:
* `Header unset` instead of `RequestHeader unset`
* No check for mod_headers being installed
* No alternative for when mod_headers is not installed (this still
  requires the mod_security module, but that's the best I could do)
2017-02-12 01:36:42 +01:00
assets New skeleton architecture 2015-04-25 22:57:04 +09:30
scripts nginx: Overwrite Proxy header 2016-07-19 10:50:02 +09:00
storage Add temporary file storage dir 2015-10-14 15:50:04 +10:30
.editorconfig Remove redundant options 2015-08-31 22:55:17 +03:00
.gitattributes Add .gitattributes 2015-08-13 13:08:16 +09:30
.gitignore Ignore composer lock file for now 2015-10-19 15:02:02 +02:00
.htaccess Fix workaround for HTTPoxy vulnerability 2017-02-12 01:36:42 +01:00
CONTRIBUTING.md Update docs for beta 3 2015-11-03 09:58:46 +10:30
LICENSE Update year 2017-01-01 22:50:11 +01:00
Procfile Remove PPM for now 2016-10-18 22:12:09 +10:30
Vagrantfile Update to Vaprobash 1.4.2 2015-12-01 01:49:13 +01:00
admin.php Split up front controllers again 2015-10-07 23:09:57 +10:30
api.php Split up front controllers again 2015-10-07 23:09:57 +10:30
composer.json Remove PPM for now 2016-10-18 22:12:09 +10:30
flarum Split up front controllers again 2015-10-07 23:09:57 +10:30
index.php Split up front controllers again 2015-10-07 23:09:57 +10:30
readme.md Add beta stability flags 2015-11-03 10:19:02 +10:30

readme.md

Flarum

Flarum is free, open-source forum software built with PHP and Mithril.js. It is:

  • Simple, with a responsive UI that is optimized for touch devices
  • Fast, with a total JS payload size of ~130 KB gzipped
  • Extensible, so you can tailor it to your use-case

screenshot

Installation

Flarum is currently in beta and should not be used in production. It is being developed openly on GitHub. Check out the Roadmap to follow along with our progress.

You must have SSH access to a server with PHP 5.5+ and MySQL 5.5+, and install Composer.

composer create-project flarum/flarum . --stability=beta

Read the Installation Guide for more information.

Support

Refer to the FAQ, Documentation, and ask questions on the Community Forum or Gitter Chat.

Contributing

Flarum is open-source and we would love your help building it! Please read the Contributing Guide to learn how you can help.

License

Copyright (c) 2015 Toby Zerner. Code released under the MIT License.