twei,

So all you’re saying is that deleting your posts to get the engagement down works perfectly?

AceFuzzLord,

Damnit! I just went to check some old posts I made to see if Redact had deleted my comments before I deleted my account and it didn’t…

Resol,
@Resol@lemmy.world avatar

These are the ten words of wisdom right there.

dog_,

This is how I want to see more reddit posts. You mess with our favorite apps, we remove our helpful comments.

HollandJim,

but TBH i also wiped all my comments clean using powerdeletesuite

Same here! “No IPOs without APIs” is what I spread around 14 years of active Reddit use. Let it sit a few weeks to get backed up a few times and then erased it all.

Jimmycrackcrack,

We got a jabberrer!

theUnlikely,
arvere,

[-] thunderbox666 « 1 point 2 months ago

Pretty much any subdomain will go to the nginx server and it will only do something if youve configured that subdomain in the config - everything else just gets ignored, or you can setup a catchall to handle all the unconfigured stuff

so you will need something like this (might not be exact, been a long time since i had to configure NGINX haha)

<pre style="background-color:#ffffff;">
<span style="color:#323232;">server {
</span><span style="color:#323232;">server_name ha.mydomain.duckdns.org;
</span><span style="color:#323232;">location / {
</span><span style="color:#323232;">proxy_pass http://hostnameOrIP1:port1;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">}
</span><span style="color:#323232;">server {
</span><span style="color:#323232;">server_name nextcloud.mydomain.duckdns.org;
</span><span style="color:#323232;">location / {
</span><span style="color:#323232;">proxy_pass http://hostnameOrIP2: port
</span><span style="color:#323232;">}
</span><span style="color:#323232;">}
</span>

an easier way would be to use Nginx Proxy Manager which gives you a nice GUI to add and manage all the sites.

gornius,

To add to an answer, caddy is better fit for reverse proxy in my opinion. It’s like easier to configure version of nginx. With nginx proxy_pass you also have to configure other headers like x_forwarded_to, and you will also need to do some magic to get websockets working.

And also caddy automatically generates certs using ACME, by default.

Redex68,

Damn this is incredibly convenient, I was just playing around trying to setup a home server the past few days and this was exactly what I’ve been looking for.

Moonrise2473,

Thanks!

arvere,

sharing actual text makes it searchable and easier to archive for the future

arvere,

[-] thunderbox666 « 1 point 2 months ago Anything that has a web service, such as nextcloud or home assistant, can be setup on a domain or sub domain

So you would setup the domain (for example let’s say you have myhome. duckdns.org) to point to your server running nginx reverse proxy, and then configure all your services in there

So you might setup homeassistant.myhome.duckdns.org and point it to the internal address you use for home assistant, eg 192.168.1.15:8123

Then you might add nextcloud as nextcloud.myhome.duckdns.org to point to 192.168.1.15These can all be on the same machine as nginx reverse proxy or on another machine all together

Some of these services might also need extra configuration but most will also have guides on their site on what you need to configure to work with a reverse proxy

KairuByte,
@KairuByte@lemmy.world avatar

FYI you’re looking for a reverse proxy. There are addons for HA that handle that, such as NGINX Proxy Manager.

egeres,
@egeres@lemmy.world avatar

I just scratched my screen for 1 min trying to remove the “hair” over your profile picture 😗

KairuByte,
@KairuByte@lemmy.world avatar

😘

CoolMatt,

I love you

OrangeCorvus,
@OrangeCorvus@lemmy.world avatar

I’ve done the exact same thing on 2 accounts. There was some good information on them but now it’s a bunch of gibberish.

deleted,

Ask here in lemmy.

I posted a question a couple of days ago in Windows 98 community. After submitting the post, I noticed last post submitted was 2 years ago.

I felt down and thought about deleting the post but to my surprise I got an answer in an hour or so.

Master, (edited )
@Master@lemmy.world avatar

Posted a question to lemdro.id last week and sofar only got useless bot replies that seemed to have scrolled previous reddit posts about the same question.

edit: to fix bad phone autocorrect.

deleted,

I’m not expecting the same results to be always similar to my experience or at least positive.

Also, I’d stick to popular instances since I’d expect moderators to be stricter than random instances when it comes to bots.

Some communities decided to have a separate instance such as piracy iirc.

cole,
@cole@lemdro.id avatar

lemdro.id is quite strict regarding bots, I run it! I’m not sure what post they were referring to since I can’t see it in their history

Master,
@Master@lemmy.world avatar

This is one of the bots that responded. I did a “bad bot” type reply to it and it delete or someone delete it’s post. lemdro.id/u/GPT4

I dont particularly have an issue with bots and this one is clearly marked a bot. The main issue is that it just searched and summarized the top 10 reddit answers to the same question which I had already done… Im sure the bot didnt break any of the bot rules. It’s just that bots dont generally give good answers to questions without refinement to the parameters. If I was directly using ChatGPT I’m sure I could get it to give an acceptable answer to most questions. But a random bot giving a general answer is not much use. (To me at least).

Sometimes people just dont have answers to the questions… Bots always do sadly even when they are not correct.

cole,
@cole@lemdro.id avatar

Hey, thanks for pointing this out. I asked around and this is actually ran by one of the other admins on the instance. They generate the responses manually and then paste them as a comment. The account is marked as a bot so that users can disable showing bot accounts in their profile settings.

I know this doesn’t functionally change your point, but Lemdro.id is still growing (over 10k subscribers now…), so hopefully you can get some better answers in the future.

Master,
@Master@lemmy.world avatar

I imagine as it grows it will become more useful. It’s not particularly my viewpoint that lemdro.id isnt useful. The opposite is true. I was just pointing out in my original post that, sadly, all I’ve gotten sofar were unhelpful bot responses. I wasnt particularly trying to push an agenda or anything. I like lemdro.id and am registered there and will help where I can to make it better… but also bots… :D

cole,
@cole@lemdro.id avatar

No worries, your experience is totally valid thanks for sharing it. I’ll mention it to the other admin running that account :)

hoodlem,

LMAO I’m dying.

I wonder how many people did this. I did, and deleted my posts as well. But I was mostly a lurker there and so my edits and deletes didn’t really mean anything.

conciselyverbose,

I did my own script for it. Most were deleted, a few recent ones were left edited.

It does suck for someone who wanted anything useful I posted, but ultimately I think Reddit having it to draw any traffic is more harmful. I want them to lose their stranglehold now that they're abusing it.

BigJim,

I did it to over 85000 comments across 6 accounts

TheFriendlyDickhead,

For what reason did you have 6 accounts?

bingbong,

Too big for just one jim

BigJim,

I would typically abandon an account after one year and make a new one. I used my first one for about 6 years before I started that practice, which was spurred because I got doxxed by a malicious mod.

TheFriendlyDickhead,

BuT yOuR kArMa?!?!

Apetitenevermind,
@Apetitenevermind@lemmy.ca avatar

Guess Big Jim is fitting.

LordDemecrius83,
@LordDemecrius83@lemmy.world avatar

I changed mine to the vaporeon copypasta

xtremeownage,

To answer the question…

Yes. You can do that. Quite easily. Just need a reverse proxy. I prefer traefik. Nginx is the most commonly used option here.

entropicdrift,
@entropicdrift@lemmy.sdf.org avatar

Caddy is the quickest to setup, IMO

TheButtonJustSpins,

I’ll second traefik.

TheAmorphous,

I’ll dissent here and point out that Traefik is much more difficult to set up. The documentation is not great and it’s just a far more complicated process. I’m actually still on Traefik 2.x because I just flat out don’t have the time to re-learn everything for 3.x.

TheButtonJustSpins,

Practically nothing changed for 3.x for me.

Vorticity,

May I ask what you prefer about traefik over nginx? I’ve been using nginx for a long time, so I’m just curious.

xtremeownage,

Integrates REALLY well/extremely easily with docker/kubernetes. (Which- is where 98% of my reverse proxy usage is)

Although, even the services I don’t have running in my k8s cluster… are still proxied through the traefik in my k8s cluster, as I really enjoy the manifest-based configuration and deployments.

Vorticity,

I’ll have to give it a closer look. I’ve been using ingress-nginx in my k8s clusters, but one of my colleagues has been recommending that I take a look at traefik.

xtremeownage,

Either option will work, I just prefer using docker’s ingressroute CRDs. Also, docker can be used as the default ingress controller as well.

It does have a simple rudimentary dashboard as well.

https://lemmyonline.com/pictrs/image/e6bf9ba2-09c9-4859-a9dd-d763ae214f5b.png

Vorticity,

That dashboard looks handy. The lack of one for ingress-nginx is frustrating.

xtremeownage,

nginxproxymanager.com

There is this

Vorticity,

Thank you, I hadn’t looked around in quite a while I guess. That is getting deployed tomorrow!

xtremeownage,

There is also this-

roxy-wi.org/screenshots#gallery-1

It supposedly works on nginx,haproxy,apache SO, you can have a mixture of haproxy, nginx, apache etc…

(Edited, doesn’t work on traefik)

dan,
@dan@upvote.au avatar

I like Nginx too. I’m familiar with the config syntax since I’ve been using it for a long time, and it’s useful being able to use the same software for both reverse proxies and for regular websites.

I have a bunch of config snippets in /etc/nginx/snippets/ for things like a base proxy config, secure TLS settings (eg for things that aren’t public-facing, I only enable TLS 1.3), WordPress sites, etc that I just import where needed. Most of the config is in reusable snippets.

millionsofplayers,

this is why i didn’t edit my comments before deleting my account

Greg,
@Greg@lemmy.ca avatar

If anyone is interested in the actual answer, they are basically suggesting <REDACTED> which is really cleaver and will solve OP’s situation

DirkMcCallahan,

Time to buy stock in Stack Overflow, I guess.

TheButtonJustSpins,

I wouldn’t. That place is its own dumpster fire.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • mildlyinfuriating@lemmy.world
  • cubers
  • DreamBathrooms
  • ethstaker
  • magazineikmin
  • thenastyranch
  • ngwrru68w68
  • Youngstown
  • slotface
  • modclub
  • love
  • kavyap
  • everett
  • InstantRegret
  • mdbf
  • megavids
  • khanakhh
  • tacticalgear
  • osvaldo12
  • rosin
  • tester
  • GTA5RPClips
  • cisconetworking
  • Durango
  • Leos
  • normalnudes
  • anitta
  • provamag3
  • JUstTest
  • All magazines