Update readme, start model for owner

master
teknomunk 1 year ago
parent 01734cd103
commit 5cd2a9ea16

@ -0,0 +1,2 @@
src/sha256/sha256_tests.c
src/sha256/hash_file.c

3
.gitmodules vendored

@ -7,3 +7,6 @@
[submodule "tools/builder"]
path = tools/builder
url = https://teknomunk@gitea.polaris-1.work/teknomunk/builder.git
[submodule "src/sha256"]
path = src/sha256
url = https://teknomunk@gitea.polaris-1.work/Mirrors/sha256.git

@ -1,3 +1,5 @@
# apoge
Personal ActivityPub server intended for single-user instances.
Personal ActivityPub server intended for single-user instances.
This software is intended to support exactly one user, and bot accounts owned by that user.

@ -0,0 +1,7 @@
#pragma once
struct owner
{
char* password_salt;
char* password_hash;
};

@ -0,0 +1 @@
Subproject commit c6cf8e509a713ef28c0b1b2f12578735b6402323

@ -1 +1 @@
Subproject commit 17ff36dbc17a82c629ee95952d888ea6c84b5d8d
Subproject commit 5d06e72566f2fd9172209fe78b230af9b8f8e7d1
Loading…
Cancel
Save