FoxxMD Posted May 29, 2020 Share Posted May 29, 2020 (edited) Application Name: pinry Application Site: https://docs.getpinry.com/ Github Repo: https://github.com/pinry/pinry/ Docker Hub: https://hub.docker.com/r/getpinry/pinry Template Repo: https://github.com/FoxxMD/unraid-docker-templates Overview pinry is a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format -- basically an open-source Pinterest clone. Some of its features: Image fetch and online preview Tagging system for Pins Browser Extensions Multi-user support Both public and private boards Search by tags / Search boards with name Some demo sites: https://pin.37soloist.com/ https://pinry-demo.lapo.it/ more screenshots here Usage Initial setup only requires adding the template from CA. Additional settings can be accessed by modifying the configuration file at /mnt/user/appdata/pinry/local_settings.py Ensure new users can register by setting ALLOW_NEW_REGISTRATIONS = True in local_settings.py To create a superuser for administration: exec into the container (click the app -> console) run this command: python manage.py createsuperuser --settings=pinry.settings.docker Pinry docker instructions Pinry documentation Additional Configuration This is very specific -- if you are accessing behind an nginx reverse proxy you must make sure you have not set HTTPOnly for cookies as the application gets CSRF tokens from a Cookie header. Edited March 17, 2021 by FoxxMD add new screenshot and some additional usage Quote Link to comment
steffenk Posted May 29, 2020 Share Posted May 29, 2020 This is great! Really useful for a huge archive of images I have. Is there a way to add/upload more than 1 image at a time? I cant seem to get that working. Quote Link to comment
FoxxMD Posted May 30, 2020 Author Share Posted May 30, 2020 (edited) @steffenk you're right it doesn't look like it supports multiple uploads. You might want to check out this other CA app that I use for image archival, Szurubooru, it might be what you are looking for. Edited May 30, 2020 by FoxxMD 1 Quote Link to comment
steffenk Posted May 30, 2020 Share Posted May 30, 2020 10 hours ago, FoxxMD said: @steffenk you're right it doesn't look like it supports multiple uploads. You might want to check out this other CA app that I use for image archival, Szurubooru, it might be what you are looking for. Will check it out. Thanks! Quote Link to comment
buzzra Posted June 12, 2020 Share Posted June 12, 2020 Hello, I just installed from Unraid Community Applications. No changes made to config. I go to http://myserver.mydomain.com:8438 and the Pinry homepage comes up. And that's it. I can't register, I can't login, and I don't know how to pin anything. Where do I go from here? I thought I read all the docs, but there is nothing about admin except editing the local_settings.py file, but no explanation of how to edit or why. Thanks buzz Quote Link to comment
buzzra Posted June 18, 2020 Share Posted June 18, 2020 On 6/12/2020 at 3:52 PM, buzzra said: Hello, I just installed from Unraid Community Applications. No changes made to config. I go to http://myserver.mydomain.com:8438 and the Pinry homepage comes up. And that's it. I can't register, I can't login, and I don't know how to pin anything. Where do I go from here? I thought I read all the docs, but there is nothing about admin except editing the local_settings.py file, but no explanation of how to edit or why. Thanks buzz Nevermind. Deleted it. doesn't work and no support. Quote Link to comment
FoxxMD Posted June 19, 2020 Author Share Posted June 19, 2020 (edited) @buzzra are you sure you read any of the docs? The entry for enabling new registration, in the docs The entry for creating a superuser as well as accessing admin panel where you can manage users, in the docs Support here is for supporting the docker template on unraid or other specifics about running on unraid -- not for reading the manual for you. Edited June 19, 2020 by FoxxMD Quote Link to comment
GooseGoose Posted November 6, 2020 Share Posted November 6, 2020 Hey, I tried to create a superuser using the "pipenv run python manage.py createsuperuser" command like the documentation suggest but it comes up with an error in the console Warning: Python 3.6 was not found on your system… Neither 'pyenv' nor 'asdf' could be found to install Python. You can specify specific versions of Python with: $ pipenv --python path/to/python Are you able to help? Cheers Quote Link to comment
fat_flying_pigs Posted November 10, 2020 Share Posted November 10, 2020 (edited) @GooseGoose I had the exact same error as you. Please see here: https://docs.getpinry.com/passwords/ (read the note at the bottom). If you use the Unraid docker console, then you want to run python manage.py createsuperuser --settings=pinry.settings.docker The official Pinry docs are also super vague on this. Seems very odd that default credentials do not exist... Really it seems like Pinry is a pita to use so far... Edited November 10, 2020 by fat_flying_pigs Quote Link to comment
GooseGoose Posted November 16, 2020 Share Posted November 16, 2020 On 11/11/2020 at 12:16 PM, fat_flying_pigs said: @GooseGoose I had the exact same error as you. Please see here: https://docs.getpinry.com/passwords/ (read the note at the bottom). If you use the Unraid docker console, then you want to run python manage.py createsuperuser --settings=pinry.settings.docker The official Pinry docs are also super vague on this. Seems very odd that default credentials do not exist... Really it seems like Pinry is a pita to use so far... Yeah it does seem like a bit of a pain to use at the moment. Thanks so much for the help! I will try that now. I somehow missed the note at the bottom despite the page being like 10 lines long... not my finest moment.. Quote Link to comment
MisterG Posted June 5, 2021 Share Posted June 5, 2021 Hello, I just installed the Pinry Docker and having issues using the Chrome browser extension. It doesn't allow the extension to work when trying to pin a HTTPS site. I can add the pin manually but that defeats the purpose of the extension. Is there an easy way to enable SSL for the Pinry Docker?? Thanks! Quote Link to comment
plantsandbinary Posted February 23, 2022 Share Posted February 23, 2022 The latest update just killed my entire Pinry. Every single one of my images is gone. The page loads but there are no pins anymore at all. Quote Link to comment
waxwing Posted March 25, 2022 Share Posted March 25, 2022 @plantsandbinary It's the same with mine. Page loads, but no pins. Were you able to recover? Quote Link to comment
plantsandbinary Posted April 9, 2022 Share Posted April 9, 2022 Nope. I stopped using it. It's overall too unstable for me. Quote Link to comment
Guest Posted July 3, 2022 Share Posted July 3, 2022 (edited) Does anyone was able to recover their user in pinry after the update? I lost my user in the last update and can´t restore it. I had look in to the pinry appdata folder and the images look to be there, but my user appears to had been deleted by the update. Update: I found a solution, in the pinry docs website they sugest to use the migration tool, in Pinry docker console you should type: python manage.py migrate And after that you should be good to go. Edited July 4, 2022 by Emilio Found a solution Quote Link to comment
Dirtyrobot Posted October 20, 2022 Share Posted October 20, 2022 Is there a way to remove the signup button. I've set ALLOW_NEW_REGISTRATIONS to False but I can still see the button after a restart. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.