To infinity and beyond!

  • 2 Posts
  • 18 Comments
Joined 1Y ago
cake
Cake day: Jul 03, 2023

help-circle
rss

No downvotes is a feature toggle by the way.


I do understand it. These are browsers that they decided during development that are not supported. Not supported means not tested by a full QA team for months. And users are generally stupid, soba simple warning (use at your own risk) is something that does not work.

So they decide to just not support the other browsers.

To be clear, I am definitely not a fan of Adobe of this mechanism, just explaining.


If you by any chance are an apple user and you already pay for apples icloud+ service (eg via Apple one), you can do it via there as well.


Is Joplin something you can host or fontina use their cloud?


Wow. A lot of comments! Thanks all. I will check them and see if there is something that matches my use cases!


Notes taking app
I'm looking for a good notes taking app to replace The Bad Ones like Evernote. I want to have the content available over multiple devices (iOS app if possible) and preferably also a web editor. Any ideas?
fedilink

You are probably a lot more technical than I am, but I would solve it by putting the TV on my guest network that comes out of the box of my mesh network…


I have the feeling that this is extremely exaggerated. I only have 40 Gb in total and still have 23 gb free. I don’t run the tool constantly, but run it every once in a while to make sure that my All has interesting communities. If it would be 2 gb/day I would be loooooong over my 40…


Hmmm that is not really the small instances “fault”, but that is the idea of the Fediverse…


Mine went from 8 gb to 20-ish gb. So not that much ;)



When you decide to set it up, you need to create a user on your instance and fill in those details in the command line to run the thing. Also make sure to change the instance name to your name, otherwise it will not work.

Other useful commands:

docker rm --force lemmy-subscriber-bot To actually destroy the docker container if you want to start over

docker logs lemmy-subscriber-bot To see if the thing is running and doing things.


Welcome to the club! I used the same easy deploy setup as you! Makes life really easy eh :)

Furthermore, to populate All, I have this one running: https://github.com/lflare/lemmy-subscriber-bot

If you do this, you will need some extra space because the database will grow, but I think it solves one of the (largest) downsides of running your own instance, namely discovering other communities.



You can use https://lemmy.world/c/lsbsupport to populate your server! Do notice, database size will grow, as per expected.



Well… I hosted nothing myself, but now I host my own Lemmy instance :o)


To “fix” all, you can run a bot. Check !lsbsupport@lemmy.world


Sure, it seems like a user error?

Do I need to create a user first on my instance?

root@lemmy-server:~/lemmybot/lemmy-subscriber-bot# docker logs lemmy-subscriber-bot
2023-07-11 11:02:27.636 | ERROR    | __main__:retrieve_jwt:87 - {"error":"couldnt_find_that_username_or_email"}
Traceback (most recent call last):
  File "//bot.py", line 248, in <module>
    main()
  File "//bot.py", line 244, in main
    bot.start()
  File "//bot.py", line 49, in start
    self.retrieve_jwt()
  File "//bot.py", line 88, in retrieve_jwt
    raise e
  File "//bot.py", line 84, in retrieve_jwt
    self.jwt = r.json()["jwt"]
               ~~~~~~~~^^^^^^^
KeyError: 'jwt'

Need help with Lemmy-subscriber-bot
Hi, I run the combination of Lemmy-easy-deploy (https://github.com/ubergeek77/Lemmy-Easy-Deploy) and lemmy-subscriber-bot (https://github.com/lflare/lemmy-subscriber-bot) I can't seem t get the bot working. Well, I get it to run, but after that it doesn't do anything, I think. My "all" is still only the stuff I followed on my server. Can anyone jump in to see what I'm doing wrong? Steps I did: ``` log in to my Linux server mkdir lemmybot cd lemmybot git clone https://github.com/lflare/lemmy-subscriber-bot docker run --name lemmy-subscriber-bot -dt --env 'LEMMY_USERNAME=subscriber_bot' --env 'LEMMY_PASSWORD=subscriber_bot' --env 'LEMMY_DOMAIN=waste-of.space' lflare/lemmy-subscriber-bot ```
fedilink