Update notes, version 4 of notes

This commit is contained in:
Stephen Seo 2023-02-06 19:58:03 +09:00
parent 3872d4fd9e
commit 2ca8e325cf
1 changed files with 2 additions and 2 deletions

4
notes
View File

@ -1,4 +1,4 @@
Notes Version 3
Notes Version 4
Use a "config.toml" to specify repos to pull and build from.
Will probably have entries like:
@ -24,7 +24,7 @@ username = "someone_else"
password_hash = "..."
password_salt = "..."
otp_secret = "..."
permissions = ["create_user", "create_admin", "add_project", "remove_project", "view_project"]
permissions = ["create_user", "create_admin", "add_project", "remove_project", "view_project", "approve_deny_build"]
The project should have a "/.simple_ci/" at HEAD. There should be a
"/.simple_ci/build.toml" with entries like: