librepages/src
Aravinth Manivannan 76692109bc
feat: add Settings.pages.base_path to store website content
DIRECTORY STRUCTURE:
    Settings.pages.base_path > page.hostname
2022-11-09 14:20:56 +05:30
..
api feat: mv routes into main and extract serve from api services 2022-09-16 17:39:37 +05:30
ctx feat: auth and account management 2022-09-16 13:23:06 +05:30
pages feat: bootstrap dashboard homepage 2022-11-09 13:32:06 +05:30
static_assets feat: setup static files embedding and serving 2022-09-16 17:39:56 +05:30
db.rs feat: db: add, rm, list and get site 2022-11-09 14:07:45 +05:30
deploy.rs chore: refactor: use api::v1::services and tests::get_ctx 2022-09-12 01:39:37 +05:30
errors.rs feat: init settings in main fn 2022-09-16 13:22:29 +05:30
git.rs feat: read files off of preview branches 2022-09-08 00:58:27 +05:30
main.rs feat: speed up DB migrations sub cmd 2022-09-21 18:01:04 +05:30
meta.rs chore: refactor: use api::v1::services and tests::get_ctx 2022-09-12 01:39:37 +05:30
page.rs feat: mv routes into main and extract serve from api services 2022-09-16 17:39:37 +05:30
preview.rs feat: preview subdomain identifier extractor 2022-09-08 00:59:02 +05:30
serve.rs feat: replace my_codegen with actix_web_codegen_const_routes 2022-09-10 18:31:05 +05:30
settings.rs feat: add Settings.pages.base_path to store website content 2022-11-09 14:20:56 +05:30
tests.rs feat: add Settings.pages.base_path to store website content 2022-11-09 14:20:56 +05:30
utils.rs feat: add random string gen util 2022-09-12 00:23:09 +05:30