starchart/src
Aravinth Manivannan e726f2234d
feat: use fixed value for an instance for DNS challenge
DESCRIPTION
    Randomly generated values for forge ownership verification through
    DNS TXT records was making development process complicated. Using
    starchart instance's hostname for the TXT record's value is secure
    enough for our use case.

    This patch gets rid of all the code necessary to implement random
    value challenges
2023-02-22 12:05:49 +05:30
..
dns feat: dns TXT record-based configuration parser 2022-05-25 13:21:09 +05:30
pages feat: use fixed value for an instance for DNS challenge 2023-02-22 12:05:49 +05:30
static_assets chore: clippy lints 2022-07-15 20:59:32 +05:30
api.rs feat: get latest tarball from REST API 2023-02-11 19:42:48 +05:30
ctx.rs chore: rename data::Data to ctx::Ctx 2022-05-17 19:57:57 +05:30
db.rs feat: load and init db-sqlx-sqlite with testing environment setup 2022-04-13 12:20:26 +05:30
errors.rs chore: clippy lints 2022-07-15 20:59:32 +05:30
federate.rs feat: bootstrap actix-web 2022-05-18 17:39:53 +05:30
main.rs feat: get latest tarball from REST API 2023-02-11 19:42:48 +05:30
routes.rs feat: get latest tarball from REST API 2023-02-11 19:42:48 +05:30
settings.rs chore: clippy lints 2022-07-15 20:59:32 +05:30
spider.rs feat: async crawl 2022-07-15 20:59:35 +05:30
tests.rs chore: clippy lints 2022-07-15 20:59:32 +05:30
utils.rs chore: rename repo from world to starchart 2022-03-30 10:10:14 +05:30
verify.rs feat: use fixed value for an instance for DNS challenge 2023-02-22 12:05:49 +05:30