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
2015-08-10 04:24:25 +02:00
_developer_data
_sakura yet another fix 2015-08-10 04:24:25 +02:00
api
cache BIG ASS FUCKING DIRECTORY STRUCTURE CHANGE 2015-08-09 22:27:03 +02:00
main yet another fix 2015-08-10 04:24:25 +02:00
uploads forgot .gitignore 2015-08-09 22:30:16 +02:00
.gitattributes
.gitignore forgot .gitignore 2015-08-09 22:30:16 +02:00
LICENSE
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>