Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 785 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 785 Bytes

tyto - ServerSide alt tag

This fork is based on tyto by jh3y. See the original repo for documentation.

While tyto uses the LocalStorage of your browser to store the boards in your browser, this fork aims at a serverside solution which allows the use of multiple devices/browsers to access the same boards.

Server-Side?

This means, the boards etc are stored in a database and are accessd by a REST API. The database engine used in this fork is MySQL and the API is written in PHP.

Install

Additionally to tyto, you have to initiate a database (use the scheme in (serverside/scheme.sql)) and upload the php files alongside the tyto instance.

License

MIT