Pinry
-
Interesting, I will add it to my list to look at building.
wrote on Jun 24, 2020, 3:29 PM last edited by@ultraviolet
That would be really really great -
Interesting, I will add it to my list to look at building.
wrote on Nov 2, 2020, 9:29 PM last edited by@ultraviolet did you ever had a look at this? Thanks!
-
wrote on Dec 10, 2021, 12:22 PM last edited by
Docker instructions
-
The tiling image board system for people who want to save, tag, and share images, videos, and webpages.
Pinry was the first and remains the best open source pin board alternative to sites like Wookmark and Pinterest. These sites are great for sharing and interacting with other people but if something goes wrong or the service shuts down you lose everything. Pinry allows you to host your own board knowing that it will always be there.
Some other designers/artists would want this one, too!
Source
https://github.com/pinry/pinryOpen Source Self-Hosted Pinry Alternatives - AlternativeTo.net
https://alternativeto.net/software/pinry/?license=opensource&platform=self-hostedwrote on Dec 10, 2021, 1:53 PM last edited by@nebulon We need some Free, self-hosted bookmarking, and Pinry looks great for images.
Has anybody used Pinry over a period of time to also bookmark and tag webpages? It would be great to hear your experience.
There is another request for a bookmarking application here:
Linkding
https://forum.cloudron.io/topic/5997/linkding-on-cloudron-bookmarks-manage-and-searchand also here:
HackerShare
https://forum.cloudron.io/topic/5218/hackershare-social-bookmarkingUnmark
https://forum.cloudron.io/topic/1610/unmark-an-open-source-to-do-application-for-bookmarksShiori
https://forum.cloudron.io/topic/1058/shiori-simple-bookmark-manager-built-with-go -
@nebulon We need some Free, self-hosted bookmarking, and Pinry looks great for images.
Has anybody used Pinry over a period of time to also bookmark and tag webpages? It would be great to hear your experience.
There is another request for a bookmarking application here:
Linkding
https://forum.cloudron.io/topic/5997/linkding-on-cloudron-bookmarks-manage-and-searchand also here:
HackerShare
https://forum.cloudron.io/topic/5218/hackershare-social-bookmarkingUnmark
https://forum.cloudron.io/topic/1610/unmark-an-open-source-to-do-application-for-bookmarksShiori
https://forum.cloudron.io/topic/1058/shiori-simple-bookmark-manager-built-with-gowrote on Dec 10, 2021, 2:01 PM last edited by@loudlemur
Shaarli is already a Cloudron app:-
https://www.cloudron.io/store/com.github.shaarli.html -
@loudlemur
Shaarli is already a Cloudron app:-
https://www.cloudron.io/store/com.github.shaarli.htmlwrote on Dec 10, 2021, 4:08 PM last edited by@roundhouse1924 Shaarli is just too plain (for me) and does not allow collaboration…
-
wrote on Dec 4, 2023, 1:25 PM last edited by RazielKanos Dec 4, 2023, 1:26 PM
Since I am currently searching for a Pinterest alternative, I also found this software. Is there a special reason why we don't have it on Cloudron yet?
I also noticed Pinry has extensions for FF and Chrome so you can instantly put your stuff on your own boards, that's amazing!
-
R RazielKanos referenced this topic on Dec 4, 2023, 2:56 PM
-
wrote on Dec 4, 2023, 6:25 PM last edited by
Looks like it's a NodeJS+Python app, so maybe easy for @Kubernetes to take a look.
-
Looks like it's a NodeJS+Python app, so maybe easy for @Kubernetes to take a look.
@robi I will have a look, but it could take some time as I am a bit busy with other projects at the moment. Not an excuse, just making it transparent
-
wrote on Feb 4, 2024, 11:33 AM last edited by
Don't wanna push too hard, but any update on this? pinterest just delete some other pins from me -.-
-
Don't wanna push too hard, but any update on this? pinterest just delete some other pins from me -.-
@RazielKanos Sorry, it went out of focus. I will have a look right now again.
-
@RazielKanos Sorry, it went out of focus. I will have a look right now again.
wrote on Feb 4, 2024, 12:15 PM last edited by@Kubernetes said in Pinry:
@RazielKanos Sorry, it went out of focus. I will have a look right now again.
-
App Devwrote on Feb 4, 2024, 12:26 PM last edited by Kubernetes Feb 4, 2024, 12:26 PM
I have problems to get the app running because of several python error messages when the process is started. Any help would be welcome. You can find the current state in my Repo on gitlab
Error Log:
root@1402dd4682cf:/app/code# poetry run gunicorn pinry.wsgi:application -b 0.0.0.0:8000 --timeout 30 Warning: Found deprecated key 'default' or 'secondary' in pyproject.toml configuration for source douban. Please provide the key 'priority' instead. Accepted values are: 'default', 'primary', 'secondary', 'supplemental', 'explicit'. [2024-02-04 12:20:42 +0000] [28] [INFO] Starting gunicorn 20.1.0 [2024-02-04 12:20:42 +0000] [28] [INFO] Listening at: http://0.0.0.0:8000 (28) [2024-02-04 12:20:42 +0000] [28] [INFO] Using worker: sync [2024-02-04 12:20:42 +0000] [31] [INFO] Booting worker with pid: 31 [2024-02-04 12:20:42 +0000] [31] [ERROR] Exception in worker process Traceback (most recent call last): File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker worker.init_process() [2024-02-04 12:21:11 +0000] [35] [ERROR] Exception in worker process Traceback (most recent call last): File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker worker.init_process() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/workers/base.py", line 134, in init_process self.load_wsgi() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi self.wsgi = self.app.wsgi() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/app/code/pinry/wsgi.py", line 4, in <module> application = get_wsgi_application() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application django.setup(set_prefix=False) File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/django/apps/registry.py", line 114, in populate app_config.import_models() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/django/apps/config.py", line 211, in import_models self.models_module = import_module(models_module_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/app/code/core/models.py", line 1, in <module> import requests File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/requests/__init__.py", line 43, in <module> import urllib3 File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/__init__.py", line 8, in <module> from .connectionpool import ( File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/connectionpool.py", line 29, in <module> from .connection import ( File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/connection.py", line 39, in <module> from .util.ssl_ import ( File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/util/__init__.py", line 3, in <module> from .connection import is_connection_dropped File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/util/connection.py", line 3, in <module> from .wait import wait_for_read File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/util/wait.py", line 1, in <module> from .selectors import ( File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/util/selectors.py", line 14, in <module> from collections import namedtuple, Mapping ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/__init__.py) [2024-02-04 12:21:33 +0000] [39] [INFO] Worker exiting (pid: 39) [2024-02-04 12:21:33 +0000] [36] [INFO] Shutting down: Master [2024-02-04 12:21:33 +0000] [36] [INFO] Reason: Worker failed to boot.
-
I have problems to get the app running because of several python error messages when the process is started. Any help would be welcome. You can find the current state in my Repo on gitlab
Error Log:
root@1402dd4682cf:/app/code# poetry run gunicorn pinry.wsgi:application -b 0.0.0.0:8000 --timeout 30 Warning: Found deprecated key 'default' or 'secondary' in pyproject.toml configuration for source douban. Please provide the key 'priority' instead. Accepted values are: 'default', 'primary', 'secondary', 'supplemental', 'explicit'. [2024-02-04 12:20:42 +0000] [28] [INFO] Starting gunicorn 20.1.0 [2024-02-04 12:20:42 +0000] [28] [INFO] Listening at: http://0.0.0.0:8000 (28) [2024-02-04 12:20:42 +0000] [28] [INFO] Using worker: sync [2024-02-04 12:20:42 +0000] [31] [INFO] Booting worker with pid: 31 [2024-02-04 12:20:42 +0000] [31] [ERROR] Exception in worker process Traceback (most recent call last): File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker worker.init_process() [2024-02-04 12:21:11 +0000] [35] [ERROR] Exception in worker process Traceback (most recent call last): File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker worker.init_process() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/workers/base.py", line 134, in init_process self.load_wsgi() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi self.wsgi = self.app.wsgi() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/app/code/pinry/wsgi.py", line 4, in <module> application = get_wsgi_application() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application django.setup(set_prefix=False) File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/django/apps/registry.py", line 114, in populate app_config.import_models() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/django/apps/config.py", line 211, in import_models self.models_module = import_module(models_module_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/app/code/core/models.py", line 1, in <module> import requests File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/requests/__init__.py", line 43, in <module> import urllib3 File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/__init__.py", line 8, in <module> from .connectionpool import ( File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/connectionpool.py", line 29, in <module> from .connection import ( File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/connection.py", line 39, in <module> from .util.ssl_ import ( File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/util/__init__.py", line 3, in <module> from .connection import is_connection_dropped File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/util/connection.py", line 3, in <module> from .wait import wait_for_read File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/util/wait.py", line 1, in <module> from .selectors import ( File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/util/selectors.py", line 14, in <module> from collections import namedtuple, Mapping ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/__init__.py) [2024-02-04 12:21:33 +0000] [39] [INFO] Worker exiting (pid: 39) [2024-02-04 12:21:33 +0000] [36] [INFO] Shutting down: Master [2024-02-04 12:21:33 +0000] [36] [INFO] Reason: Worker failed to boot.
@Kubernetes thank you for all you are doing to extend apps available on Cloudron
Doesn't go unnoticed or unappreciated ! -
I have problems to get the app running because of several python error messages when the process is started. Any help would be welcome. You can find the current state in my Repo on gitlab
Error Log:
root@1402dd4682cf:/app/code# poetry run gunicorn pinry.wsgi:application -b 0.0.0.0:8000 --timeout 30 Warning: Found deprecated key 'default' or 'secondary' in pyproject.toml configuration for source douban. Please provide the key 'priority' instead. Accepted values are: 'default', 'primary', 'secondary', 'supplemental', 'explicit'. [2024-02-04 12:20:42 +0000] [28] [INFO] Starting gunicorn 20.1.0 [2024-02-04 12:20:42 +0000] [28] [INFO] Listening at: http://0.0.0.0:8000 (28) [2024-02-04 12:20:42 +0000] [28] [INFO] Using worker: sync [2024-02-04 12:20:42 +0000] [31] [INFO] Booting worker with pid: 31 [2024-02-04 12:20:42 +0000] [31] [ERROR] Exception in worker process Traceback (most recent call last): File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker worker.init_process() [2024-02-04 12:21:11 +0000] [35] [ERROR] Exception in worker process Traceback (most recent call last): File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker worker.init_process() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/workers/base.py", line 134, in init_process self.load_wsgi() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi self.wsgi = self.app.wsgi() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/app/code/pinry/wsgi.py", line 4, in <module> application = get_wsgi_application() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application django.setup(set_prefix=False) File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/django/apps/registry.py", line 114, in populate app_config.import_models() File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/django/apps/config.py", line 211, in import_models self.models_module = import_module(models_module_name) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/app/code/core/models.py", line 1, in <module> import requests File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/requests/__init__.py", line 43, in <module> import urllib3 File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/__init__.py", line 8, in <module> from .connectionpool import ( File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/connectionpool.py", line 29, in <module> from .connection import ( File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/connection.py", line 39, in <module> from .util.ssl_ import ( File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/util/__init__.py", line 3, in <module> from .connection import is_connection_dropped File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/util/connection.py", line 3, in <module> from .wait import wait_for_read File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/util/wait.py", line 1, in <module> from .selectors import ( File "/root/.cache/pypoetry/virtualenvs/pinry-4jK_B8RX-py3.10/lib/python3.10/site-packages/urllib3/util/selectors.py", line 14, in <module> from collections import namedtuple, Mapping ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/__init__.py) [2024-02-04 12:21:33 +0000] [39] [INFO] Worker exiting (pid: 39) [2024-02-04 12:21:33 +0000] [36] [INFO] Shutting down: Master [2024-02-04 12:21:33 +0000] [36] [INFO] Reason: Worker failed to boot.
wrote on Feb 4, 2024, 6:34 PM last edited by@Kubernetes did you set the $HOME to /app/data so it has a place to write the .cache/ dir?
-
@Kubernetes did you set the $HOME to /app/data so it has a place to write the .cache/ dir?
@robi No, but even with it doesn't make a difference. I think the problem is, that the Mapping Module of Python Collection has been moved to Collection.abc and the old source (2 years!) needs to be fixed to solve this problem.
-
@robi No, but even with it doesn't make a difference. I think the problem is, that the Mapping Module of Python Collection has been moved to Collection.abc and the old source (2 years!) needs to be fixed to solve this problem.
wrote on Feb 4, 2024, 7:29 PM last edited by@Kubernetes ;-/ find any newer forks on GH where it's been fixed?
-
wrote on Feb 16, 2024, 10:17 AM last edited by
Pinry is potentially an alternative to https://www.are.na/ Don't know if it matches up on all the points though.
Arena is a social network and has the particularity that blocks (posts) are organized inside channels (lists) and that channels can be part of other channels. These connections establish meaningful links between the content blocks. Cleverly done. -
wrote on May 12, 2024, 9:08 AM last edited by
any new on this?
-
The tiling image board system for people who want to save, tag, and share images, videos, and webpages.
Pinry was the first and remains the best open source pin board alternative to sites like Wookmark and Pinterest. These sites are great for sharing and interacting with other people but if something goes wrong or the service shuts down you lose everything. Pinry allows you to host your own board knowing that it will always be there.
Some other designers/artists would want this one, too!
Source
https://github.com/pinry/pinryOpen Source Self-Hosted Pinry Alternatives - AlternativeTo.net
https://alternativeto.net/software/pinry/?license=opensource&platform=self-hostedwrote on May 12, 2024, 9:59 AM last edited by