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

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. Use a "config.toml" to specify repos to pull and build from.
Will probably have entries like: Will probably have entries like:
@ -24,7 +24,7 @@ username = "someone_else"
password_hash = "..." password_hash = "..."
password_salt = "..." password_salt = "..."
otp_secret = "..." 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 The project should have a "/.simple_ci/" at HEAD. There should be a
"/.simple_ci/build.toml" with entries like: "/.simple_ci/build.toml" with entries like: