Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
I've been running a private instance for about a week and would like to know some of these too. My understanding is the banned users are users that other instances ban, and that information also federates to you. For the other two questions, afaik dumping the db is the only way to check users? And I'm not sure about the timeouts. I find it helps to periodically restart the lemmy service(s) on a cron.
I found out how to get the list of users registered on my instance. Assuming docker-compose based installation, to access the database via CLI:
The db also contains all users known from federated instances; you can look for one e.g. via
and look for other users on that same instance:
There are plenty of other queries you can do on the db, e.g. to figure out which instances have most banned users, which instances are presumably private (have less than 5 users known to you), max instance_id to see to how many instances you are connected, etc.
Sick, thanks!
Edit: It would be awesome to have some of these queries built into the admin panel.