librepages/src
Aravinth Manivannan dd38dd05d1
feat: add base_path to settings to specify deploy host name.
DESCRIPTION
    Each deployment should have a default hostname before a custom
    domain can be assigned. Therefore, this domain must be in control of
    the Librepages system (Librepages/conductor, namely)

SECURITY
    base_domain must be different from the domains hosting confidential
    information (authentication systems, PII data, etc.) to make use of
    browser domain sandboxing safety. If Librepages deployment is open
    to the public, unaudited, third-party content may be hosted in this
    domain, so it is very important that this domain shouldn't be used
    for critical infrastructure dealing with confidential information.
2022-11-10 17:19:35 +05:30
..
api feat: mv routes into main and extract serve from api services 2022-09-16 17:39:37 +05:30
ctx feat: controllers for adding and updating sites 2022-11-10 16:25:37 +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: add DB method to check if hostname exists 2022-11-10 16:19:28 +05:30
deploy.rs feat: rm loading pages from settings and rely on DB. Propagate changes 2022-11-10 16:26:19 +05:30
errors.rs feat: init settings in main fn 2022-09-16 13:22:29 +05:30
git.rs feat: rm loading pages from settings and rely on DB. Propagate changes 2022-11-10 16:26:19 +05:30
main.rs feat: construct random subdomains from wordlists. 2022-11-10 17:02:41 +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: rm loading pages from settings and rely on DB. Propagate changes 2022-11-10 16:26:19 +05:30
preview.rs feat: preview subdomain identifier extractor 2022-09-08 00:59:02 +05:30
serve.rs feat: rm loading pages from settings and rely on DB. Propagate changes 2022-11-10 16:26:19 +05:30
settings.rs feat: add base_path to settings to specify deploy host name. 2022-11-10 17:19:35 +05:30
subdomains.rs feat: construct random subdomains from wordlists. 2022-11-10 17:02:41 +05:30
tests.rs feat: test utils to add site 2022-11-10 16:18:52 +05:30
utils.rs feat: website FS path construction utility 2022-11-09 14:45:37 +05:30