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 e2f42874de r20151006
Signed-off-by: Flashwave <me@flash.moe>
2015-10-06 21:51:07 +02:00
_sakura r20151006 2015-10-06 21:51:07 +02:00
api r20150926 2015-09-26 18:12:42 +02:00
cache r20150926 2015-09-26 18:12:42 +02:00
database r20150919 and r20150923 2015-09-23 22:45:42 +02:00
integrations r20150913 and r20150915 2015-09-14 22:51:23 +02:00
public r20151006 2015-10-06 21:51:07 +02:00
uploads r20150926 2015-09-26 18:12:42 +02:00
.gitattributes informativity 2015-04-01 17:34:29 +02:00
.gitignore r20150926 2015-09-26 18:12:42 +02:00
CONTRIBUTORS.md r20150905 2015-09-05 18:11:04 +02:00
LICENSE informativity 2015-04-01 17:34:29 +02:00
README.md killed legacy 2015-08-10 04:01:07 +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]/api
    ServerName api.[site url]

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