[Suggestion] Instance configuration info #55

Open
opened 2025-01-04 09:03:11 +00:00 by bread · 5 comments
Contributor

What Rimgo does:
https://rimgo.privacyredirect.com/huOsYt0

What Rimgo does: ![https://rimgo.privacyredirect.com/huOsYt0](https://rimgo.privacyredirect.com/huOsYt0.png)
Owner

Most of this data is already available in the instance browser. To get country information, you click the "IP lookup" button next to any link. So, if you include that website's functionality, we already have

  • Country info
  • Server provider
  • IP
  • Cloudflare usage? Hosts tor? And more.

When I look up rimgo, I find stuff about privacy frontends for imgur. What about it?

Most of this data is already available in the instance browser. To get country information, you click the "IP lookup" button next to any link. So, if you include that website's functionality, we already have - Country info - Server provider - IP - Cloudflare usage? Hosts tor? And more. When I look up rimgo, I find stuff about privacy frontends for imgur. What about it?
Author
Contributor

I meant more of the 'this insance logs [something]' aspect. Right now, pretty much every (if not all) instance(s) has your "i don't log anything i sewar" monologue. Not judging.

I meant more of the 'this insance logs [something]' aspect. Right now, pretty much every (if not all) instance(s) has your "i don't log anything i sewar" monologue. Not judging.
Owner

Yeah well I guess its a bit ambiguous. Initially I thought people hosting the project would change it up but no one did. I'll word it in a different way later.

Yeah well I guess its a bit ambiguous. Initially I thought people hosting the project would change it up but no one did. I'll word it in a different way later.

i'd like to add to this with the semi-related #43:

	<tr>
		<td>Search engine</td>
		<td>{%server_name%}</td>
	</tr>
	<tr>
		<td>Shortcut</td>
		<td>{%server_name%}</td>
	</tr>
	<tr>
		<td>URL with %s in place of query</td>
		<td>https://4get.ca/web?s=%s</td>
	</tr>

the critical (definitely variable) component here (the backend search URL) is hardcoded to the main instance!

really, the proper solution should be making a suitably generic 'about' description and putting it in config.php next to the rest of the identifying fields so people setting it up are encouraged to change it.

then the whole "hello my full legal name is jonathan gallindo and i want pictures of cloacas" thing can just be in your config for the main instance

i'd like to add to this with the semi-related #43: ``` <tr> <td>Search engine</td> <td>{%server_name%}</td> </tr> <tr> <td>Shortcut</td> <td>{%server_name%}</td> </tr> <tr> <td>URL with %s in place of query</td> <td>https://4get.ca/web?s=%s</td> </tr> ``` the critical (definitely variable) component here (the backend search URL) is hardcoded to the main instance! really, the proper solution should be making a suitably generic 'about' description and putting it in `config.php` next to the rest of the identifying fields so people setting it up are encouraged to change it. then the whole "hello my full legal name is jonathan gallindo and i want pictures of cloacas" thing can just be in your config for the main instance
Owner

I'll just reword the about page so that it's less misleading.

I'll just reword the about page so that it's less misleading.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lolcat/4get#55
No description provided.