A self-hosted, minimalistic image collection board.
git clone https://github.com/slynn1324/tinypin.git
cd tinypin
npm install
node main.js
docker run -d --name tinypin -p 3000:3000 -v "$(pwd)/data:/data" --restart=unless-stopped slynn1324/tinypin
Feel free to build your own docker images, maybe with your own customizations.
git clone https://github.com/slynn1324/tinypin.git
cd tinypin
docker build -t tinypin .
or
./docker-build.sh
https://chrome.google.com/webstore/detail/add-to-tinypin/ehdpchlgmoafibdpmimgigogcgmebfpa
or
- visit
chrome://extensions
- enable developer mode
- click
Load Unpacked
- chose the
chrome-extension
folder - click
details
for theadd to tinypin
extension - click
extension options
- update the url for your tinypin installation
adding these ios shortcuts enables native app-link share-sheet integration (hopefully these work - new to this whole shortcut thing)
add to tinypin https://www.icloud.com/shortcuts/0f096fafcad14b028c1ce4ffd5960216
upload to tinypin https://www.icloud.com/shortcuts/87d8c6993c644dc181f220f6a736340d
Open In (note: this must currently be named exactly 'Open In' for the in app share button to work.) https://www.icloud.com/shortcuts/a129342e79ff40ef9e63c94c73ffaa50
There is trivial security on the web pages to allow for multiple user support. I make no claim to the robustness of the security for the content nor the hashed credential storage in the database. Additional layers of security should be considered before exposing the application to the internet.
- css framework > bulma.io
- js framework > reef
- pin zoom > lightgallery.js
- boards icon > squares by Andrejs Kirma from the Noun Project
- pin icon > pinned by Gregor Cresnar from the Noun Project
- web icon > website by Supriadi Sihotang from the Noun Project
- edit icon > edit by TTHNga from the Noun Project
- logout icon > Log Out by Gregor Cresnar from the Noun Project
- trash icon > Trash by ICONZ from the Noun Project
- missing icon > dots-square by Jeff Hilnbrand
- hidden icon > hidden by vittorio longo from the Noun Project
- about icon > Info by Sriti Chamola from the Noun Project
- link icon > link by Hassan ali from the Noun Project
- download icon > Download by Yoyo from the Noun Project
- share icon > Share by Тимур Минвалеев from the Noun Project
- done icon > done by Viktor Ostrovsky from the Noun Project
- settings icon > setting by LUTFI GANI AL ACHMAD from the Noun Project
- language & runtime > node.js
- database > sqlite
- library > better-sqlite3
- library > express
- library > body-parser
- library > cookie-parser
- library > node-fetch
- library > sharp
- library > yargs
If you find this useful and feel so inclinced, https://paypal.me/slynn1324. Otherwise, simply enjoy.