An old website for Cloudburst (back before we were together), served as a basis for Ember
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Mia Raindrops f8a621e52b
Fix
11 months ago
.idea Fix PCD-1 11 months ago
admin Fix PCD-1 11 months ago
api Improvements on PluralKit 12 months ago
assets Fix PCD-1 11 months ago
data Remove HTTPS workaround 11 months ago
file File uploader 12 months ago
includes Fix 11 months ago
members Improvements on PluralKit 12 months ago
projects Improvements on PluralKit 12 months ago
social Improvements on PluralKit 12 months ago
.DS_Store Fix PCD-1 11 months ago
.gitignore Admin panel done 12 months ago
.gitlab-ci.yml Add new file 12 months ago
LICENSE Improvements on PluralKit 12 months ago
README.md Improvements on PluralKit 12 months ago
index.php Improvements on PluralKit 12 months ago

README.md

Project Cloudsdale

A website made in collaboration and for Cloudburst. The website is not yet installable from the Twilight Package Manager, but may be added to the repositories when released.

Some features of this website require the use of the nginx Web server and were not tested with another web server. Other web servers are unsupported and will not get technical support.

API

As per Cloudburst's requirements, this project features a REST-ful API that allows you to control aspects of the website.

Endpoints

The following endpoints are available on the API:

  • pluralkit (PluralKit data, read-only)
  • projects (projects list, read-only)
  • contact (contact info)

(visit /api on the live website for all available endpoints)

Admin panel data is not accessible from the API for security reasons (the real reason is laziness). If you really need access to the data, you may parse it manually from the HTML code.