There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Omripresent OP ,
@Omripresent@leddit.social avatar

Funny enough I already made a few changes to the traefik configs, I saw someone else’s post and if it’s safe to assume that any request with Accept header starting with application/ should be routed to the Lemmy server, the following would work as well:

<pre style="background-color:#ffffff;">
<span style="color:#323232;">- </span><span style="color:#183691;">traefik.http.routers.leddit-api.rule=Host(`leddit.social`) && (PathPrefix(`/api`, `/pictrs`, `/feeds`, `/nodeinfo`, `/.well-known`) || Method(`POST`) || HeadersRegexp(`Accept`, `^[Aa]pplication/.+`))
</span>

I’ve also added caching policies to make sure none of the API responses are cached and having the UI be cached explicitly since it’s not done today.

<pre style="background-color:#ffffff;">
<span style="color:#63a35c;">services</span><span style="color:#323232;">:
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">lemmy-server</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">deploy</span><span style="color:#323232;">:
</span><span style="color:#323232;">      </span><span style="color:#63a35c;">labels</span><span style="color:#323232;">:
</span><span style="color:#323232;">        - </span><span style="color:#183691;">traefik.http.routers.leddit-api.middlewares=no-cache
</span><span style="color:#323232;">        - </span><span style="color:#183691;">traefik.http.middlewares.no-cache.headers.customresponseheaders.Cache-Control=no-store
</span><span style="color:#323232;">...
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">lemmy-ui</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">deploy</span><span style="color:#323232;">:
</span><span style="color:#323232;">      </span><span style="color:#63a35c;">labels</span><span style="color:#323232;">:
</span><span style="color:#323232;">        - </span><span style="color:#183691;">traefik.http.routers.leddit-web.middlewares=cache-control
</span><span style="color:#323232;">        - </span><span style="color:#183691;">traefik.http.middlewares.cache-control.headers.customresponseheaders.Cache-Control=public, max-age=86400
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines