Comment on Go Private?
trk@aussie.zone 6 days ago
Do people find the server organically through Google results or something else that may be impacted by the change? If there’s value in that there might be an argument against going private.
If enabling it reduces the need for server upgrades as time goes on I guess it’s a positive though. Don’t want to be paying extra server costs just to help out some AI company.
lodion@aussie.zone 6 days ago
It’s not usually a concern, but having this in place would have mitigated the recent “attacks” we experienced without me having to do anything.
trk@aussie.zone 6 days ago
Random thought - can you toggle private instance reasonably simply? I know nothing about running a Lamington stall, but if its a JSON file is it possible to have two versions and update a symlink to the version you want to use at the time?
The reason I ask is it would be pretty sneaky tricks to monitor server load and toggle to private when it exceeds a threshold for a fixed period of time, then toggle back (i.e. greater than 50% server load = private for the next 2 hours or whatever).
Alternatively, I’ll just put my vote in for going private.
lodion@aussie.zone 6 days ago
It’s a simple tick box in the admin settings interface. Trivially easy to enable, and presumably disable. Doesn’t appear to even require a service restart.
trk@aussie.zone 6 days ago
Is it possible to automate? I looked at the Lamington docs briefly and it looked like it uses a file to store config. Thought if the config file was a symlink it would make it easy to change config to be private / be public.
Like this every 30 minutes or whatever.