- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
Multiple people have been asking about it, so the support for self-hosting using docker is added.
The quickest way to get it up and running is using docker-compose
: https://github.com/RikudouSage/LemmySchedule/#docker-compose
In the coming days I’ll be adding support for locking the app to a single instance only, meaning if you self host it alongside your Lemmy instance, only people from your own instance will be able to use it.
Edit: The hosted version is at https://schedule.lemmings.world and the support forum is at [email protected]
Actually, it did this based on the number of upvotes of the highest posts of the day of each week, and what time of day they were actually posted at. No database access required, I’d presume
That sounds like a wrong metric to use. Better than nothing, but upvote and comment times seem like a much better one.
Well, if you’re optimizing for total # of upvotes, and your only input is the time of day you post, it actually makes good sense to use total upvotes as the metric.