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-12-02 15:38:40 +01:00
_sakura my local repository broke so all this shit happened, have a nice day 2015-12-02 15:38:40 +01:00
api my local repository broke so all this shit happened, have a nice day 2015-12-02 15:38:40 +01:00
cache my local repository broke so all this shit happened, have a nice day 2015-12-02 15:38:40 +01:00
database my local repository broke so all this shit happened, have a nice day 2015-12-02 15:38:40 +01:00
integrations my local repository broke so all this shit happened, have a nice day 2015-12-02 15:38:40 +01:00
public my local repository broke so all this shit happened, have a nice day 2015-12-02 15:38:40 +01:00
uploads my local repository broke so all this shit happened, have a nice day 2015-12-02 15:38:40 +01:00
.gitattributes my local repository broke so all this shit happened, have a nice day 2015-12-02 15:38:40 +01:00
.gitignore my local repository broke so all this shit happened, have a nice day 2015-12-02 15:38:40 +01:00
.styleci.yml use psr2 2015-10-30 17:42:24 +01:00
CONTRIBUTORS.md my local repository broke so all this shit happened, have a nice day 2015-12-02 15:38:40 +01:00
LICENSE my local repository broke so all this shit happened, have a nice day 2015-12-02 15:38:40 +01:00
README.md my local repository broke so all this shit happened, have a nice day 2015-12-02 15:38:40 +01: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>