System Trail Map

What follows are various notes in regards to where things are in the system, and when possible, what their use is.

Cloud User

/home/cloud

Here is where most user-servicable files are kept. This directory includes the files, projects, plugins, and logs folders at the very least. Files are kept safe on updates.

https://github.com/develephant/coronium

Cloud Lib

/usr/local/lib/cloud

The user-facing cloud library. Generally not in need of editing. Can be overwritten with updates.

If you need to extend the cloud namespace functionality, please see plugins.

https://github.com/develephant/coronium

Server Config

/usr/local/etc/cloud

The configuration files for the Nginx frontend. Should not be manually changed. Can be overwritten with updates (while preserving SSL settings).

Core Engine

/usr/local/cloud

The core engine holds the system files and are generally not in need of editing. Common directories that live here are lualib, nginx, luajit, etc. Can be overwritten with updates.

https://github.com/develephant/coronium-engine