Did you read the post? The author was complaining about websites who use just the IP instead of the header.
Voytrekk
- 0 Posts
- 4 Comments
Joined 5 months ago
Cake day: December 23rd, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Its because the senior Dev doesn’t know how it works either. He inherited the project from another team.
Voytrekk@sopuli.xyzto Technology@lemmy.world•You knew it was coming: Google begins testing AI-only search results | This version of Google won't show you the 10 blue links at all—Gemini completely takes over the results in AI ModeEnglish0·2 months agoCouldn’t agree more. I use both tools as they have their place, but when I want a search engine, I don’t want to get an AI answer for the result. Like if I’m searching for documentation on something, what benefit would the AI provide me over just giving the link?
Perhaps a compose file on the raspberry pi. You can have it build the container as part of the compose file, then you can just start your services up with
docker-compose up -d --build
. The only things you would need to do is update the git repos and rerun the up command. You could also script it to pull the git repos before building.