starchart/db/db-sqlx-sqlite
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
..
migrations feat: mark entries as imported to differentiate b/w native crawls and 2023-02-11 19:40:04 +05:30
src feat: use fixed value for an instance for DNS challenge 2023-02-22 12:05:49 +05:30
.gitignore feat: implement SCDatabase for sqlite 2022-04-12 17:48:05 +05:30
Cargo.lock feat: implement SCDatabase for sqlite 2022-04-12 17:48:05 +05:30
Cargo.toml feat: mark entries as imported to differentiate b/w native crawls and 2023-02-11 19:40:04 +05:30
sqlx-data.json feat: use fixed value for an instance for DNS challenge 2023-02-22 12:05:49 +05:30