MaximilianKohler

joined 1 year ago
[–] [email protected] 1 points 5 days ago

Yes, I think so.

[–] [email protected] 4 points 5 days ago (2 children)

There are public instances: https://searx.space/

This is one someone previously suggested, and the one I tried that seems to work well: https://search.disroot.org/ - I see it's not in the list above though. Not sure why.

[–] [email protected] 11 points 5 days ago (4 children)

I've been testing other search engines, and I found that SearX/SearXNG and Mojeek both turn up results for smaller websites that Google puts in 50th place for the exact title of the website/page.

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago)

I ran into a similar problem with snapshots of a forum and email server -- if there are scheduled emails when you take the snapshot they get sent out again if you create a new test server from the snapshot. And similarly for the forum.

I'm not sure what the solution is either. The emails are sent via an SMTP so it's not as simple as disabling email (ports, firewall, etc.) on the new test server.

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

Years and years of reddit getting more and more problematic and lower quality:

Reddit is dangerous. The admins are out of control. Humanity needs a viable alternative.

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago) (1 children)

How about a basic Squarespace business website?

I looked at a bunch of options before and Wordpress seemed like one of the most promising: https://lemmy.world/post/12989654

[–] [email protected] 6 points 3 months ago

I found Tuta to be lacking.

Conversation view is incomplete https://github.com/tutao/tutanota/issues/6 - https://github.com/tutao/tutanota/issues/5051

"when you have multiple addresses and custom domains getting hundreds of emails... it takes forever for the emails to load" https://community.centminmod.com/threads/skiff-email.24363/

Search isn't working in firefox "your browser doesn't support data storage". As the search index needs to be stored in your browser, it does not work in private mode/incognito mode.

Free accounts get deleted if you do not log in for six months.

[–] [email protected] 0 points 4 months ago (1 children)

I can't even access it on Edge.

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

We have to live in this world with all the brainrotted zombies so it is actually our problem too.

I agree and I think there's a solution, but no one seems to care https://lemmy.world/post/14389655.

[–] [email protected] 30 points 4 months ago (2 children)

This is horrible news. Reddit is a horrible website and only getting worse. OpenAI promoting them and using their garbage content to train their AI systems is alarming. This is so dystopian.

And of course it always leads back to money:

Sam Altman is a shareholder in Reddit

[–] [email protected] 14 points 4 months ago (11 children)

I made accounts on Mastodon and Blue Sky but most people still use Twitter, so if there's info you're looking for, or if you want to share things, you're forced to use what most people are using.

 

Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com

There were no "issues"; everything was working completely fine. This is a deliberate decision to force people to turn off tracking protection.

I saw a recommendation to use Firefox's container extension https://support.mozilla.org/en-US/kb/containers, but it's disabled in private browsing windows, and I always use private browsing windows.

 

cross-posted from: https://lemmy.world/post/12715607

"I didn’t notice a single new or low-post-count forum"

"There Appears to Be No Benefit if a Forum is Hosted on a Subdomain or Which Software It Uses"

The author lists many reasons why reddit should not be at the top of search results. I listed even more reasons here: Reddit is dangerous. The admins are out of control. Humanity needs a viable alternative.

 

EDIT: It was a firewall issue. I disabled my firewall and it works.

https://listmonk.app/

The site loads properly on serverIP:5870 and if I change proxy_pass http://127.0.0.1:5870; to proxy_pass http://listmonk.mydomain.com:5870; then it will load on listmonk.mydomain.com:5870. But it gives the 502 error when I visit the site without the port.

If I set proxy_pass http://127.0.0.1:5870; and visit listmonk.mydomain.com:5870 I get:

The connection for this site is not secure
listmonk.mydomain.com sent an invalid response.
[Try running Windows Network Diagnostics](javascript:diagnoseErrors()).
ERR_SSL_PROTOCOL_ERROR

docker-compose.yml:

version: "3.7"

x-app-defaults: &app-defaults
  restart: unless-stopped
  image: listmonk/listmonk:latest
  ports:
    - "5870:9000"
  networks:
    - listmonk
  environment:
    - TZ=Etc/UTC

x-db-defaults: &db-defaults
  image: postgres:13
  ports:
    - "9432:5432"
  networks:
    - listmonk
  environment:
    - POSTGRES_PASSWORD=pw
    - POSTGRES_USER=listmonk
    - POSTGRES_DB=listmonk
  restart: unless-stopped
  healthcheck:
    test: ["CMD-SHELL", "pg_isready -U listmonk"]
    interval: 10s
    timeout: 5s
    retries: 6

services:
  db:
    <<: *db-defaults
    container_name: listmonk_db
    volumes:
      - type: volume
        source: listmonk-data
        target: /var/lib/postgresql/data

  app:
    <<: *app-defaults
    container_name: listmonk_app
    depends_on:
      - db
    volumes:
      - ./config.toml:/listmonk/config.toml
      - ./uploads:/listmonk/uploads

networks:
  listmonk:

volumes:
  listmonk-data:

nginx config:

server {
        listen              443 ssl;
        server_name            listmonk.example.com;

  location / {
     proxy_pass  http://127.0.0.1:5870;
     proxy_set_header   Host            $http_host;
     proxy_set_header   X-Real-IP       $remote_addr;
     proxy_set_header   X-Forwarded-For $proxy_add_x_forwarded_for; 
    }

}

server {
    listen              80;
    server_name            listmonk.example.com;
      location / {
return 301 https://$host$request_uri;
      }
}
 

https://gist.github.com/MaximilianKohler/3bdedd0185283ac30c1f1422f9626947

If you have a Reddit account please post this to /r/RedditAlternatives.

Why move from Reddit to a forum?

Reddit has been going downhill on the path to enshittification for many years. But recently, they really s**t their bed. They've made communities no longer autonomous, and completely ignore their Terms of Service. Meaning there is no guarantee that any user or community can freely participate under the ToS without fear of the admins randomly stepping in and asserting their power -- whether that be via banning users or communities without cause, or turning over the community to complete outsiders or hostile entities.

Reddit showed that you can't trust a 3rd party. They can rapidly and drastically change their policies to screw you over after you've put in a decade of work hosting & growing your communities on their platform. With hosting your own forum, there is no such risk; you are under complete control.

Hosting your own Lemmy instance is a similar possibility, but Lemmy is early in development, and has various issues and more limitations currently. For me, adding a traditional forum to my existing website seemed like the best option at the time.

I wanted to move away from Reddit ASAP without losing any of the functionality/features, and I was able to accomplish that.


Pros & cons of Lemmy

I posted this to lemmy.world/c/reddit https://lemmy.world/post/3125497 and it was deleted without any reason/notification and I don't see a modmail feature. They have a modlog but it just shows an endless loading icon. There is also no access to your content after it's deleted, unlike with reddit.

There was another thread where people were discussing the need for attracting more niche communities & content creators to Lemmy. Well you're not going to attract them like that. As a content creator that hosted a handful of niche communities on reddit, my /c/reddit experience seems to confirm that making my own forum was the right decision.

I made the below comment about some of the drawbacks of Lemmy and I guess these are more to add. Perhaps Lemmy would be the best option in the [near] future. Unfortunately, forums lack the networking exposure of the fediverse.

I've seen people complain about the phpBB UI, so that made me shy away from using it for my website even though I personally like it.

I started looking into forums some months ago, and in that time Lemmy has already come a long way, to where I think Lemmy would possibly be the better option soon. But I wanted to get my site up and running ASAP.

A few things that factored into my decision:

  • I think Reddit and its alts need the features of /r/enhancement and /r/Toolbox.
  • I don't like the default UI of Lemmy. It's too bloated. I'm using old.lemmy.world now but it's definitely lacking in features and a bit buggy (IE: I had to switch to the "regular" site, and log in separately, to edit my post).
  • I saw beehaw defederate due to lack of mod tools.
  • lemmy.world showing Lemmy's vulnerabilities (ddos, security, etc.).
  • I'm still familiarizing myself with Lemmy and the fediverse. It's a bit complex.
  • The voting system has its upsides and downsides. I think no downvote button is the best option.
  • I don't like the time-based nature of reddit-type sites. With forums, you don't need to always be there to answer right away. Discussions can take place over longer periods of time.
  • As you say, a full step-by-step guide is essential.
  • I'm now very hesitant to trust any 3rd party. I'd have to trust that the Lemmy instance I choose won't do the same thing reddit did to me.

I wasn't really considering hosting my own Lemmy instance at the time. But I think it can be installed onto a subdomain of any website?

 

https://gist.github.com/MaximilianKohler/84d2175472612a34bcc1c2ebf99b91d4

When I searched for this I had a very hard time finding a right answer because all the results were SEO blogs advertising their newsletter services (Mailchimp, Convertkit, etc.), which is not the same thing.

My use case is that I have a Google form collecting tens of thousands of applications. And I need to reply to those people en masse (a few thousand per day). None of the newsletter services are designed for this, and they're all very expensive.

Even if your use case is a regular newsletter, setting up your own server is way cheaper.

My goal was to find the most cost-effective, user-friendly, bulk/mass email sender with good deliverability and open rates. One-time, 100,000+ emails per month, 3-4k/day.

Feel free to share your input in the comments. I'm a total noob and had never dealt with anything like this in the past. But have now hosted multiple sites for various reasons, and wrote guides for them as well.


The short answer is that you need to set up your own web server (Hetzner, AWS, DigitalOcean, etc.), install an email software on it (Listmonk, Mailwizz, Mautic), and use an SMTP like Amazon SES. It's not that hard. If you're on Windows, Putty and FileZilla will be your main programs to access your server. When using CSV files for your contacts, you want to use UTF-8 format.

view more: next ›