chore: org rename fai-modules/fai-plugins -> chain-modules/chain-plugins + LICENSE holder
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 2s
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 2s
Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
parent
62e0d0b7b7
commit
10aa1e1b51
5 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# F∆I module bundle signing workflow (cosign key-pinning model).
|
# F∆I module bundle signing workflow (cosign key-pinning model).
|
||||||
#
|
#
|
||||||
# Drop-in template for any module repo under fai-modules/.
|
# Drop-in template for any module repo under chain-modules/.
|
||||||
# Triggers on tag push (vX.Y.Z) — builds the module, packs the
|
# Triggers on tag push (vX.Y.Z) — builds the module, packs the
|
||||||
# .fai bundle, signs the bundle bytes with the Flemming.AI
|
# .fai bundle, signs the bundle bytes with the Flemming.AI
|
||||||
# signing key (ECDSA P-256), and attaches bundle + .sig sidecar
|
# signing key (ECDSA P-256), and attaches bundle + .sig sidecar
|
||||||
|
|
@ -98,7 +98,7 @@ jobs:
|
||||||
# `fai pack` command. Override FAI_VERSION when bundle
|
# `fai pack` command. Override FAI_VERSION when bundle
|
||||||
# format compatibility matters.
|
# format compatibility matters.
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://get.fai.flemming.ai | sh -s -- --no-bootstrap
|
curl -fsSL https://get.chain.flemming.ai | sh -s -- --no-bootstrap
|
||||||
# The installer drops fai at $HOME/.local/bin
|
# The installer drops fai at $HOME/.local/bin
|
||||||
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
@ -146,7 +146,7 @@ jobs:
|
||||||
will reject anything not signed with this key.
|
will reject anything not signed with this key.
|
||||||
|
|
||||||
To configure:
|
To configure:
|
||||||
1. Forgejo -> fai-modules org -> Settings -> Secrets
|
1. Forgejo -> chain-modules org -> Settings -> Secrets
|
||||||
2. Add secret FAI_SIGNING_KEY (org-level recommended)
|
2. Add secret FAI_SIGNING_KEY (org-level recommended)
|
||||||
3. Paste the unencrypted PEM (BEGIN PRIVATE KEY ...)
|
3. Paste the unencrypted PEM (BEGIN PRIVATE KEY ...)
|
||||||
The encrypted source-of-truth lives on Stefan's Mac at
|
The encrypted source-of-truth lives on Stefan's Mac at
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ authors = ["Dr. Stefan Flemming <chain@flemming.ai>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
publish = false
|
publish = false
|
||||||
description = "F∆I module — extract plain text from PDF and DOCX documents"
|
description = "F∆I module — extract plain text from PDF and DOCX documents"
|
||||||
repository = "https://git.flemming.ws/fai-modules/text-extract"
|
repository = "https://git.flemming.ws/chain-modules/text-extract"
|
||||||
rust-version = "1.85"
|
rust-version = "1.85"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
||||||
2
LICENSE
2
LICENSE
|
|
@ -58,7 +58,7 @@ APPENDIX: How to apply the Apache License to your work.
|
||||||
|
|
||||||
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
||||||
|
|
||||||
Copyright 2026 fai-modules
|
Copyright 2026 Flemming.AI
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
|
|
@ -82,4 +82,4 @@ integration test.
|
||||||
Apache-2.0. See `LICENSE`.
|
Apache-2.0. See `LICENSE`.
|
||||||
|
|
||||||
Author: Dr. Stefan Flemming, Flemming.AI <chain@flemming.ai>
|
Author: Dr. Stefan Flemming, Flemming.AI <chain@flemming.ai>
|
||||||
Repository: https://git.flemming.ws/fai-modules/text-extract
|
Repository: https://git.flemming.ws/chain-modules/text-extract
|
||||||
|
|
|
||||||
BIN
module.wasm
Normal file
BIN
module.wasm
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue