No description
| data | ||
| default-data | ||
| .build.yml | ||
| .gitignore | ||
| config.sh | ||
| random.sh | ||
| rclone.conf.template | ||
| README.md | ||
| sealall.sh | ||
| sealer.founditem.org.crt | ||
| upload.sh | ||
Founditem Data Source
This repo contains the source data and sealer for founditem.org
Contributing Your Data
- Copy
default-data/example.jsonto<your slug>.jsone.g.cp default-data/example.json billy.json - Run
sealall.sh - Commit your changes
- Open a Pull Request or submit a patch
- 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"