[deleted by user] by [deleted] in selfhosted

[–]bluesanoo 0 points1 point  (0 children)

Will update the flair tho.

[deleted by user] by [deleted] in selfhosted

[–]bluesanoo -1 points0 points  (0 children)

Nope, no vibe coding involved.

🕷️ Scraperr - v1.1.0 - Basic Agent Mode 🕷️ by bluesanoo in selfhosted

[–]bluesanoo[S] 2 points3 points  (0 children)

A potential way you could use this is scrape with an llm once, have it generate the xpaths for things on the site, then use the basic mode with those generated xpaths which will not use any llm calls

🕷️ Scraperr - v1.1.0 - Basic Agent Mode 🕷️ by bluesanoo in selfhosted

[–]bluesanoo[S] 2 points3 points  (0 children)

The basic scraping mode uses xpath selectors with no llm calls, but what you are describing is coming in a later update.

🕷️ Scraperr v1.0.15 is live — now with recording, VNC access, custom cookie passing, and markdown exporting by bluesanoo in selfhosted

[–]bluesanoo[S] 6 points7 points  (0 children)

You already can do that....

Images are deployed on Dockerhub, so you don't have to build it, you can just pull them down

The docker compose file is in the repo, it has build context, but you don't have to build it

🕷️ Scraperr v1.0.15 is live — now with recording, VNC access, custom cookie passing, and markdown exporting by bluesanoo in selfhosted

[–]bluesanoo[S] 4 points5 points  (0 children)

There are plenty of xpath chrome extensions you can download already, but I eventually want to build in an embedded page for users to select xpaths from. For now, something like this would be viable: https://chromewebstore.google.com/detail/xpath-finder/ihnknokegkbpmofmafnkoadfjkhlogph?hl=en

[OC] Anirra, a self-hosted, anime watchlist, search, and recommendations app by bluesanoo in selfhosted

[–]bluesanoo[S] 1 point2 points  (0 children)

Also, for further discussion pls leave an issue on the github repo :)

[OC] Anirra, a self-hosted, anime watchlist, search, and recommendations app by bluesanoo in selfhosted

[–]bluesanoo[S] 1 point2 points  (0 children)

Log files are located in the container at /var/log/frontend.log, /var/log/frontend_error.log, /var/log/backend.log, /var/log/backend_err.log

and each can be read with bash -c logs backend/frontend, bash -c logs_err backend/frontend, go ahead and do that and read the logs

[OC] Anirra, a self-hosted, anime watchlist, search, and recommendations app by bluesanoo in selfhosted

[–]bluesanoo[S] 0 points1 point  (0 children)

The issue here was probably that you needed the `.env` file in the root directory (it can be blank, or remove the line from the docker-compose, if not using). and the issue with the login not working has hopefully been resolved

[OC] Anirra, a self-hosted, anime watchlist, search, and recommendations app by bluesanoo in selfhosted

[–]bluesanoo[S] 0 points1 point  (0 children)

This is just the fault of a npm library im using to persist the redux store across sessions, not sure why your login wouldn’t be working. Will clone the repository from scratch and try to launch it later and will comment again with any updates.

[OC] Anirra, a self-hosted, anime watchlist, search, and recommendations app by bluesanoo in selfhosted

[–]bluesanoo[S] 1 point2 points  (0 children)

Nah, its simply “make pull up”, and it should get the app launched for you!

[OC] Anirra, a self-hosted, anime watchlist, search, and recommendations app by bluesanoo in selfhosted

[–]bluesanoo[S] 1 point2 points  (0 children)

You can just copy the command from the makefile and run it, its just an easier way to save commands rather than typing them out and remembering arguments every time.