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 e5a8c1131c r20151121
Signed-off-by: Flashwave <me@flash.moe>
2015-11-21 16:27:37 +01:00
_sakura r20151121 2015-11-21 16:27:37 +01:00
api i apparently changed all this shit except i only modified misaki 2015-10-12 01:37:54 +02:00
cache i apparently changed all this shit except i only modified misaki 2015-10-12 01:37:54 +02:00
database i apparently changed all this shit except i only modified misaki 2015-10-12 01:37:54 +02:00
integrations r20151018 2015-10-18 03:50:50 +02:00
public r20151121 2015-11-21 16:27:37 +01:00
uploads i apparently changed all this shit except i only modified misaki 2015-10-12 01:37:54 +02:00
.gitattributes i apparently changed all this shit except i only modified misaki 2015-10-12 01:37:54 +02:00
.gitignore hi 2015-11-08 23:42:15 +01:00
.styleci.yml use psr2 2015-10-30 17:42:24 +01:00
CONTRIBUTORS.md i apparently changed all this shit except i only modified misaki 2015-10-12 01:37:54 +02:00
LICENSE i apparently changed all this shit except i only modified misaki 2015-10-12 01:37:54 +02:00
README.md i apparently changed all this shit except i only modified misaki 2015-10-12 01:37:54 +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>