-
Provide a dashboard for everything, at a meaningful URL
-
Useful core information for each as well as hyperlinks to other commonly used services. A table of contents.
-
track your stuff
-
attach notes to things
-
comment on things
-
a homepage for everything you own, manage, or care about
-
catalog your things
-
tag and relate them
-
find them quickly
-
share them securely
- reference for chemical subtances, ingredients, and materials
- product and manufacturer database
- a location tracking asset scanner
See docs/INSTALL.md for installation instructions.
Uploaded images are processed into JPEGs and written to:
storage/app/public/items/{uuid}/{image-uuid}.jpg
The public /storage/... URL requires Laravel's storage link. Run this from the
Forge site directory after each deployment:
php artisan storage:linkA typical Forge deployment script should also include:
chmod -R ug+rwX storage bootstrap/cache
php artisan storage:link
php artisan config:clearVerify the link, saved file, and web-server access with:
ls -ld storage/app/public public/storage
readlink -f public/storage
find storage/app/public/items -type f | tail -n 5
curl -I https://index.ayoung.co/storage/items/{uuid}/{image-uuid}.jpgpublic/storage must resolve to the current site's storage/app/public
directory. A missing or stale link causes uploaded files to return HTTP 404 even
when image processing and storage succeeded.
- Upcycling and repurposing materials
- Home inventory management
- Personal knowledge management