utopify_org

joined 2 years ago
 

I've reinstalled lemmy several times and after I went public with my instance, I figured out federation is broken for those posts with a low id, because those posts got federated and after reinstall, they have been ghost data and no sync happened.

Now, I've figured out that almost every post is broken and doesn't federate correctly. It shows the wrong posts on different mastodon instances.

Will a new installation, BUT with a new subdomain solve the problem?

If yes, will it be possible to move all posts to the new installation without breaking anything or do I have to rewrite every post?

I've created a question about the moving posts on Github, too.

[–] [email protected] 2 points 10 months ago (1 children)

I tried to copy some posts, but it looks like it is totally screwed up, now. Even higher ids show wrong content on some Mastodon instances, even if I am sure I only did a few tests with posts.

Only way to solve this (imho) is to reinstall Lemmy BUT use another subdomain.

What do you think? Will this work?

[–] [email protected] 1 points 10 months ago

Thanks a lot for the solution, but it looks very complicated and I am afraid I can break something, like I did before and then I had to reinstall Lemmy, which led to even more issues.

But I found some additions to this problem, because some people got problems with bots.

[–] [email protected] 2 points 10 months ago

What a big no-go, if you could lock out yourself as an admin.

That's such a sloppy craftsmanship.

[–] [email protected] 1 points 10 months ago

The problem if you deactivate federation is, that people think, they can post with their Mastodon account, but it fails.

But another problem is, that if you deactivate federation, all the federated content stays in the "all feed" and people might still post there. And federated communities show up to after deactivation. This is sloppy craftsmanship, again, and I could cry, if I see stuff like this, or did I just missed how to get rid of federated content after deactivating federation?

I tried to install lemmyBB, but the README is pretty broken and I couldn't even find someone, who has this front-end running. I already opened an issue on github and it looks like lemmyBB only works with an older version of lemmy :/

Maybe I just copy my first posts, which got ghost data federated (from older installations), so the posts get a new id and people are able to post comments again (which can be seen by me). So at least one problem will be solved.

[–] [email protected] 2 points 10 months ago (3 children)

That sounds complicated and I am afraid something could break (again). The last days I tried to fix something in the db, which led to other problems.

[–] [email protected] 1 points 10 months ago (2 children)

Discourse

Not really a fan of Discourse. It has a lot of nonsense implemented, like a lot of achievements, which pollute the notifications and distracts from what you want to do. I find it as distracting, as the "all feed" of Lemmy, which shows everything a user of your instance touched, which is a weird concept imho.

[–] [email protected] 1 points 10 months ago (5 children)

Do you know a good programmed forum software? Because one of the reasons I chose Lemmy was, that it was content based, like a classical forum and that's what I need.

But the second thing what I need is, to be able to access the posts/comments via an API, like REST to process them.

I am at a point where I will throw away the work of the last 3 weeks to get some useful software, because it looks like Lemmy will just create unnecessary work, which could have been avoided, if it would have been clean programmed.

I already checked phpBB, it doesn't have a REST API :/

[–] [email protected] 1 points 10 months ago (7 children)

Sorry about my last post. After reading it again, it sounded rude.

Sorry! I am a little bit stressed right now, because I was working the last 2-3 weeks to set up a Lemmy instance, working every day on it and one issue after another appeared and now it even looks like that comments don't even reach me, because they land in the void because of the reinstall problem.

I could cry!

[–] [email protected] 1 points 10 months ago (5 children)

Might it be a good idea to to just copy the post so it gets a higher ID, which wasn't used before? Because the productive system is already running and has a lot of content and a new reinstall might even block more IDs.

[–] [email protected] 1 points 10 months ago (9 children)

At this point it sounds like you don't know how federation work, otherwise you wouldn't have different accounts.

[–] [email protected] 1 points 10 months ago (2 children)

What exactly was the issue with your verification system?

Currently the emails get out. At least I can see people creating accounts and posting stuff.

[–] [email protected] 1 points 10 months ago

but if the user has any posts

They are unverified, they can't have posts.

If the user has no posts you may need to delete from the database directly for now.

Do you know by any chance how to do this in a clean way, because I tried and there have been restovers.

 

I've set up a Lemmy instance and tested federation by commenting with my Mastodon account on the lemmy instance, which worked.

But I broke the test instance and had to start over (not even once).

The productive instance runs now, but after a few days I figured out that there is still the old post from the old installation on Mastodon and over Mastodon I can't see the new post and no new comments?

It is the same link (older Mastodon post, old Mastodon post, new Lemmy post), but the content is different.

  • The post itself doesn't update (it is completely different)
  • The comments don't update (different comments)

How to solve this problem? Is it even solvable?

 

I'd like to create a safe space without distraction and a focus on specific topics.

But as soon as a user from my instance posts or reacts to something outside of my instance, a lot of data gets transferred and everyone from my instance will see the post in the "All" timeline.

This could lead to a lot of distraction pretty fast, especially people with ADHD could lose track if they see some interesting stuff from other instances. I want to avoid this and give them a safe space to be able to focus.

The only way I figured out was to deactivate federation at all. There is only one button in the settings.

But I would like to keep the feature that people could comment from other Fediverse tools like Mastodon, Kbin, Peertube, etc., but it doesn't work anymore, if federation is deactivated.

Is there a way to keep away all federated content from other instances, which got in touch with my users (proactively cross-posted stuff is okay), but keep the feature so people from other instances could post something?

And it would be okay if my users comment on external posts, too, but not all people on my instance have to know it or get distracted by it.

Thank you for your help :)

 

I've installed Lemmy via ansible, but I figured out that there are problems with emails and after I've created a user, no verification email came, no login is possible and now I have a ghost account I want to delete.

Because I couldn't find an UI element to purge users in the admin panel, I want to do it over postgresql, but I have no idea how to connect to the Lemmy database over a docker container, only thing I've found is to backup/restore the whole database:

docker-compose exec postgres pg_dumpall -c -U lemmy | gzip > lemmy_dump_date +%Y-%m-%d""%H%M_%S.sql.gz

Thank you for your help.

 

Because of copyright laws in my country, I want to get rid of the option to upload images on my instance.

I thought it would be the fastest way to just remove the "upload image" icon from the tool bar. But it's harder than I thought, because I can't find it...

I've installed Lemmy with ansible and it runs with docker containers.

How can I get rid of this icon or even better, the function to upload an image?

I already tried to stop the pictr container, but this avoids uploading icons/banner for communites and thumbnails for new posts will not be generated, which is a no go.

I only want to get rid of the upload option while creating a new post.

Thanks a lot for your help :)

 

I am trying to figure out how people can subscribe to a Lemmy community or Lemmy thread?

It might be possible to see a community on Mastodon if you copy the link (example: https://lemmy.ml/c/lemmy_support) and paste it into the search field on Mastodon and then you can hit subscribe and even activate the bell for notification.

But nothing happens if I do that.

Can someone confirm that it usually works like that, but it may be a problem of my Mastodon instance?

Is it possible to subscribe to threads, too, e.g. like this one here I wrote (without being the creator of a thread)?

I would really like to go public with my Lemmy instance, but if this doesn't work, it's a no-go.

 

I don't know if it's okay to post Mastodon links on a Lemmy instance, but I wanna try it and because I am really proud of this piece, I want to share it with everyone :)

It took almost one week to complete and it was the first time using more than one color.

 

With lemmy it is possible to upload any image to the lemmy server (including archive websites), while writing a post without even posting.

This could be used to upload pornographic, right winged or other illegal content and use it or share it on other platforms, even if the content is on your lemmy instance.

In Germany advocates even use archive.org as an evidence that you had illegal content on your website, including the exact date.

This could be very expensive for everyone who is managing a lemmy instance.

Another problem with the upload is, that a lot of images can be uploaded, without even using them in a post, just filling up the server with garbage data. Attackers could use this to automatically fill up the web space and provoke a crash.

Who is the owner of uploaded and shared images and posts? If a lemmy post gets shared, a copy of the image will be created. If the image doesn't have a share-alike licence, the owner of the instance could get in trouble.

I am not an advocate! Those are just things I thought about, which could cause trouble if I would have a lemmy instance.

 

A few days ago I started to learn Elm with the goal to create a new front end for lemmy.

At the same time I want to create tui applications, which are really modern.

So someone recommended Crate tui, which is a Rust library.

Should I keep learning Elm or should I switch to Rust or should I even learn both, even if it takes a lot of time and energy?

 

I really like RSS feeds, especially with tools like newsboat and there are RSS feeds for everything, like Reddit posts or even Youtube channels.

Is it possible to get RSS feeds for Lemmy groups or even posts, too?

This would boost the workflow immensely.

 

I am trying to learn Elm, but the official tutorial got too hard for me.

In the forms tutorial the exercise is to check if the password contains upper case letters, lower case letters and digits.

That is all stuff what I haven't learned so far...

In other languages I would create a function/method to go through a string and check every single char.

But we haven't learned for or while loops yet... or even other stuff like Char.

Can someone please help me.

 

Once there was a time were applications weren't forced to go online, because not everyone was able to be online. You needed registration keys for most of the software and at this point the demo scene came in.

I really like those key gens (key generators) with a small 2D or even 3D animation, midi sound and the actual key generation.

But like 10 years ago, Windows (or was it an antivir app?) started to delete those without asking me, because it recognized it as malware (yeah, sure...)

I once collected them, because for me they were some kind of cool collectible art (not like this NTFs bullshit). But I lost all of them at once.

Is there someone who collects them or is there even a publicly accessible place to watch them?

btw. stuff like this was one of the reasons to never use Windows again.

view more: next ›