RedKrieg

joined 1 year ago
[–] RedKrieg@lemmy.redkrieg.com 16 points 10 months ago* (last edited 10 months ago) (1 children)

I like to do things just off the top of the hour, since top of the hour is when many maintenance crons run. If you're running a modern cron daemon, you can rewrite that as:

3 1-23/6 * * * docker container restart lemmy-lemmy-1

https://crontab.guru/#3_1/6___*

[–] RedKrieg@lemmy.redkrieg.com 5 points 1 year ago

I just gave this a play-through because of your recommendation. What an adorable game! Thank you for sharing it.

[–] RedKrieg@lemmy.redkrieg.com 1 points 1 year ago

I actually ended up making my own and posted it an hour before that! I got some help making mine work for chrome and firefox. I haven't gotten it up on either web store yet, but you can check it out here: https://lemmy.world/post/140471

[–] RedKrieg@lemmy.redkrieg.com 1 points 1 year ago (1 children)

I'm reachable here, @matrix.org, @gmail.com, and on libera.chat

[–] RedKrieg@lemmy.redkrieg.com 1 points 1 year ago (8 children)

I'd love to combine efforts to make these work for as many people as possible in the fediverse.

[–] RedKrieg@lemmy.redkrieg.com 4 points 1 year ago

Oh, you have to enable developer mode on the extensions page to "Load unpacked"

[–] RedKrieg@lemmy.redkrieg.com 4 points 1 year ago (1 children)

Until it's approved in the web store, you have to:

  1. Download the extension files from github.
  2. Open chrome://extensions/
  3. Click "Load unpacked"
  4. Navigate to the folder that contains "manifest.json"
  5. Click "Select"
  6. Open the extension options to set your home instance (default is lemmy.world)
 

When visiting a new lemmy instance to find communities, you have to copy the !community@server link from the description to your instance's search bar. If a chrome/firefox extension could detect that a lemmy instance is loaded and automatically add "Subscribe on [homeinstance.url]" buttons where the normal subscribe button would be, I think it'd go a long way toward making the "Fediverse" easy for new users. Apologies if this exists and I just couldn't find it.

[–] RedKrieg@lemmy.redkrieg.com 4 points 1 year ago

I installed mine using the instructions here. I did run in to an issue with docker-compose, for which I submitted this pull request (assuming that PR is not merged by the time you clone the repo).