No description
Find a file
2024-07-08 21:36:15 -06:00
data Add liz 2024-07-08 21:36:15 -06:00
default-data Clean data 2023-08-16 15:15:41 -06:00
.build.yml Switch to R2 2023-08-16 16:27:39 -06:00
.gitignore Clean data 2023-08-16 15:15:41 -06:00
config.sh Fix build env 2023-08-16 11:46:26 -06:00
random.sh Initial commit 2023-08-16 11:01:56 -06:00
rclone.conf.template Switch to R2 2023-08-16 16:27:39 -06:00
README.md Clean data 2023-08-16 15:15:41 -06:00
sealall.sh Correct namehash 2023-08-16 13:41:39 -06:00
sealer.founditem.org.crt Rotate certificate 2023-08-16 16:21:18 -06:00
upload.sh Initial commit 2023-08-16 11:01:56 -06:00

Founditem Data Source

This repo contains the source data and sealer for founditem.org

Contributing Your Data

  1. Copy default-data/example.json to <your slug>.json e.g. cp default-data/example.json billy.json
  2. Run sealall.sh
  3. Commit your changes
  4. Open a Pull Request or submit a patch
  5. After built, you may use https://founditem.org/<your slug>

Note: to make your data harder to stumble upon, use a random string generated using ./random.sh.

If your patch overwrites another found item record we may require that it come from the same email address or user that created the record.

Self Hosting

To generate a new key:

openssl req -x509 -days 365 -nodes -newkey rsa:4096 -keyout "sealer.founditem.org.key" -out "sealer.founditem.org.crt" -subj "/CN=sealer.founditem.org/O=founditem.org"