Source code of Flashii in 2015-2017
This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
flashwave d6648f311c Added profile editing
Signed-off-by: Flashwave <me@flash.moe>
2015-08-08 02:37:56 +02:00
_developer_data More forum stuff 2015-07-05 17:03:58 +02:00
_sakura Added profile editing 2015-08-08 02:37:56 +02:00
api banning soon 2015-07-30 03:12:53 +02:00
content Added profile editing 2015-08-08 02:37:56 +02:00
main Added profile editing 2015-08-08 02:37:56 +02:00
.gitattributes informativity 2015-04-01 17:34:29 +02:00
.gitignore Beautiful commit 2015-07-04 21:53:15 +02:00
LICENSE informativity 2015-04-01 17:34:29 +02:00
README.md one last meow for today 2015-07-01 20:22:45 +02:00

Sakura

A backend that doesn't suck

I'll write a more descriptive readme once it's in a stable state.

Apache 2.x Virtualhosts

<VirtualHost *:80 *:443>
    DocumentRoot [local path]/main
    ServerName [site url]
    ServerAlias www.[site url]
</VirtualHost>

<VirtualHost *:80 *:443>
    DocumentRoot [local path]/content
    ServerName content.[site url]

    Header unset Cookie
    Header unset Set-Cookie
</VirtualHost>

<VirtualHost *:80 *:443>
    DocumentRoot [local path]/api
    ServerName api.[site url]

    Header unset Cookie
    Header unset Set-Cookie
</VirtualHost>