Lemmy Support

4734 readers
2 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
1
 
 

I saw requests related to this on the github but Im not a coder so I don't really understand when/how thats implemented.

Im just looking for any app/instance/whatever that lets me set a filter to only show text posts people make. I like the forum aspect of lemmy more than the imageboard aspect but the memes usually bury any text only posts.

If there is a better community to ask this lmk

2
4
Lemmy ansible error (sh.itjust.works)
submitted 2 days ago* (last edited 2 days ago) by cowdev@sh.itjust.works to c/lemmy_support@lemmy.ml
 
 

When I run the command: ansible-playbook -i inventory/hosts lemmy.yml I encounter an error. My user on the server has passwordless root access, and it is a completely fresh install. I have updated and rebooted the system, as well as tried updating without rebooting and without updating, but I continue to receive the same error message. I am using the latest build from two weeks ago.

I am using Ubuntu server 22.04.


FAILED! => {"changed": false, "msg": "Failed to lock apt for exclusive operation: Failed to lock directory /var/lib/apt/lists/: E:Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)"}
3
 
 

4
 
 

— Update ———

In your account preferences, "Show Read" is enabled by default. If you disable it, then any time a post is marked "read", you will no longer see it on your feed. The app I use is currently set to mark posts I've scrolled past as "read." I'm not sure how the Lemmy WebUI does it.

This is a great tool to make sure you don't repeatedly see the same read posts on your main feeds, but apparently it also applies when viewing a community directly.

— Original post below ———

I was able to see videos at https://lemmy.world/c/crazyfuckingvideos until just a few days ago. Now it says no new posts for a year and I can't see any new posts.

I've never posted or commented in that community. There are no modlog actions against me regarding that community or instance. I haven't blocked the community or instance. My instance hasn't blocked lemmy.world. I don't think my instance has blocked the community specifically because my alt on the same instance accesses it fine. This problem exists both within third party apps and the normal Lemmy WebUI.

Does anyone have any idea why I am not able to see the content from https://lemmy.world/c/crazyfuckingvideos while logged in?

Thanks.

5
 
 

Can find any relevant logs.

Proxy says it can resolve ui but ui has no issues in the logs.

Update:

Super weird solution that I don't understand how it ever worked. Evidently the picts volume mapping in the docker-compose.yml had one extra space before it. I noticed this when I tried to write docker compose down and it said error line 49. Weird this is the ui worked until suddenly it didn't.

Why would this randomly change? Did my yml suddenly change? Why did it work before now?

6
 
 

Hi!

Before opening a bug report, this seemed to be a better option.

Anyway, my instance (currently on version BE: 0.19.5) hid some communities so naturally they won't be seen even on searches unless one purposefully subscribed to them. While I'm fine with this decision, there is a problem here with my case:

I can subscribe to these communities as well as post to them. However, I cannot see my own posts to these communities when I visit my profile. If I visit my profile from another instance (that didn't hid these communities), I can see my posts like this. But not from my instance.

An admin suggested that this may be a bug. What do you think about this?

7
 
 

TLDR- Is there another/better way to purge communities from the database besides doing it one at a time from the webui?

I tried getting a list of communities with curl by adding subscribers_local=0 to the string since that's how they show up in the DB but it doesn't seem to be recognized at all, and the request returns all communities that meet the other criteria. That pretty much kills purging via API since I would have to do it one at a time and manually compile the list...Is there a better/faster/less manual way to somehow purge communities based on that criteria besides finding them from the webui and purging them one at a time? This is for hundreds of communities so any level of automation would help.

8
 
 

I've setup Lemmy on a VPS with LetsEncrypt. When navigating to my domain, Lemmy just says "There was an error on the server. Try refreshing your browser. If that doesn't work, come back at a later time. If the problem persists, you can seek help in the Lemmy support community or Lemmy Matrix room."

I've checked both the Lemmy API and WUI instances, but no errors are reported:

lemmy@ubuntu-s-1vcpu-2gb-sfo3-01:~$ docker compose logs
postgres  |
postgres  | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres  |
postgres  | 2025-02-17 18:21:24.644 UTC [1] LOG:  starting PostgreSQL 17.3 (Debian 17.3-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
postgres  | 2025-02-17 18:21:24.646 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
postgres  | 2025-02-17 18:21:24.647 UTC [1] LOG:  listening on IPv6 address "::", port 5432
postgres  | 2025-02-17 18:21:24.652 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres  | 2025-02-17 18:21:24.685 UTC [27] LOG:  database system was shut down at 2025-02-17 18:21:15 UTC
postgres  | 2025-02-17 18:21:24.729 UTC [1] LOG:  database system is ready to accept connections
lemmy-ui-1  | Lemmy-ui v0.19.9 started listening on http://0.0.0.0:1234/
lemmy-ui-1  | 31 translation imports verified.
lemmy-ui-1  | date-fns "zh" failed: unexpected format
lemmy-ui-1  | 1 out of 94 date-fns imports failed.
lemmy-ui-1  | 4 highlight.js imports verified. (Only testing 4 samples.)
nginx-certs-1  | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx-certs-1  | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx-certs-1  | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx-certs-1  | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx-certs-1  | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx-certs-1  | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx-certs-1  | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx-certs-1  | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
nginx-certs-1  | /docker-entrypoint.sh: Configuration complete; ready for start up
nginx-certs-1  | 106.75.133.150 - - [17/Feb/2025:18:21:43 +0000] "GET / HTTP/1.1" 301 169 "http://my.server.ip.addr/" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36"
nginx-certs-1  | 106.75.133.150 - - [17/Feb/2025:18:21:45 +0000] "GET /favicon.ico HTTP/1.1" 301 169 "http://my.server.ip.addr/" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36"
proxy-1        | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
proxy-1        | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
proxy-1        | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
proxy-1        | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
proxy-1        | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
proxy-1        | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
proxy-1        | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
proxy-1        | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
proxy-1        | /docker-entrypoint.sh: Configuration complete; ready for start up
proxy-1        | 75.154.243.157 - - [17/Feb/2025:18:21:47 +0000] "GET / HTTP/2.0" 500 5284 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36"
proxy-1        | 75.154.243.157 - - [17/Feb/2025:18:21:47 +0000] "GET /manifest.webmanifest HTTP/2.0" 500 21 "https://mydomain.xyz/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36"
proxy-1        | 75.154.243.157 - - [17/Feb/2025:18:21:48 +0000] "GET / HTTP/2.0" 500 5284 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36"
proxy-1        | 75.154.243.157 - - [17/Feb/2025:18:21:50 +0000] "GET /service-worker.js HTTP/2.0" 304 0 "https://mydomain.xyz/service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36"
certbot-1      | Saving debug log to /var/log/letsencrypt/letsencrypt.log
certbot-1      | Certbot doesn't know how to automatically configure the web server on this system. However, it can still get a certificate for you. Please run "certbot certonly" to do so. You'll need to manually configure your web server to use the resulting certificate.
pictrs-1       | 2025-02-17T18:21:23.900781Z  INFO pict_rs: Starting pict-rs on 0.0.0.0:8080
pictrs-1       | 2025-02-17T18:21:23.901363Z  INFO actix_server::builder: starting 1 workers
pictrs-1       | 2025-02-17T18:21:23.901410Z  INFO actix_server::server: Tokio runtime found; starting in existing Tokio runtime
lemmy-1        | Lemmy v0.19.9
lemmy-1        | 2025-02-17T18:21:25.386757Z  INFO lemmy_db_schema::schema_setup: Running Database migrations (This may take a long time)...
lemmy-1        | 2025-02-17T18:21:25.408878Z  INFO lemmy_db_schema::schema_setup: Database migrations complete.
lemmy-1        | 2025-02-17T18:21:25.493688Z  INFO lemmy_server::code_migrations: Running user_updates_2020_04_02
lemmy-1        | 2025-02-17T18:21:25.515048Z  INFO lemmy_server::code_migrations: 0 person rows updated.
lemmy-1        | 2025-02-17T18:21:25.516901Z  INFO lemmy_server::code_migrations: Running community_updates_2020_04_02
lemmy-1        | 2025-02-17T18:21:25.540687Z  INFO lemmy_server::code_migrations: 0 community rows updated.
lemmy-1        | 2025-02-17T18:21:25.541173Z  INFO lemmy_server::code_migrations: Running post_updates_2020_04_03
lemmy-1        | 2025-02-17T18:21:25.551391Z  INFO lemmy_server::code_migrations: 0 post rows updated.
lemmy-1        | 2025-02-17T18:21:25.553517Z  INFO lemmy_server::code_migrations: Running comment_updates_2020_04_03
lemmy-1        | 2025-02-17T18:21:25.571059Z  INFO lemmy_server::code_migrations: 0 comment rows updated.
lemmy-1        | 2025-02-17T18:21:25.572187Z  INFO lemmy_server::code_migrations: Running private_message_updates_2020_05_05
lemmy-1        | 2025-02-17T18:21:25.576403Z  INFO lemmy_server::code_migrations: 0 private message rows updated.
lemmy-1        | 2025-02-17T18:21:25.578895Z  INFO lemmy_server::code_migrations: Running post_thumbnail_url_updates_2020_07_27
lemmy-1        | 2025-02-17T18:21:25.681807Z  INFO lemmy_server::code_migrations: 0 Post thumbnail_url rows updated.
lemmy-1        | 2025-02-17T18:21:25.684992Z  INFO lemmy_server::code_migrations: Running apub_columns_2021_02_02
lemmy-1        | 2025-02-17T18:21:25.693262Z  INFO lemmy_server::code_migrations: Running instance_actor_2021_09_29
lemmy-1        | 2025-02-17T18:21:25.734984Z  INFO lemmy_server::code_migrations: Running regenerate_public_keys_2022_07_05
lemmy-1        | 2025-02-17T18:21:25.743673Z  INFO lemmy_server::code_migrations: Running initialize_local_site_2022_10_10
lemmy-1        | Federation enabled, host is mydomain.xyz
lemmy-1        | Starting HTTP server at 0.0.0.0:8536
lemmy-1        | 2025-02-17T18:21:26.062209Z  INFO lemmy_server::scheduled_tasks: Updating active site and community aggregates ...
lemmy-1        | 2025-02-17T18:21:26.233668Z  INFO lemmy_server::scheduled_tasks: Done.
lemmy-1        | 2025-02-17T18:21:26.233702Z  INFO lemmy_server::scheduled_tasks: Updating hot ranks for all history...
lemmy-1        | 2025-02-17T18:21:26.263454Z  INFO lemmy_server::scheduled_tasks: Finished process_hot_ranks_in_batches execution for post_aggregates (processed 0 rows)
lemmy-1        | 2025-02-17T18:21:26.281667Z  INFO lemmy_server::scheduled_tasks: Finished process_hot_ranks_in_batches execution for comment (processed 0 rows)
lemmy-1        | 2025-02-17T18:21:26.289482Z  INFO lemmy_server::scheduled_tasks: Finished process_hot_ranks_in_batches execution for community (processed 0 rows)
lemmy-1        | 2025-02-17T18:21:26.289521Z  INFO lemmy_server::scheduled_tasks: Finished hot ranks update!
lemmy-1        | 2025-02-17T18:21:26.289527Z  INFO lemmy_server::scheduled_tasks: Updating banned column if it expires ...
lemmy-1        | 2025-02-17T18:21:26.310614Z  INFO lemmy_server::scheduled_tasks: Clearing old activities...
lemmy-1        | 2025-02-17T18:21:26.329883Z  INFO lemmy_server::scheduled_tasks: Done.
lemmy-1        | 2025-02-17T18:21:26.329909Z  INFO lemmy_server::scheduled_tasks: Overwriting deleted posts...
lemmy-1        | 2025-02-17T18:21:26.345925Z  INFO lemmy_server::scheduled_tasks: Done.
lemmy-1        | 2025-02-17T18:21:26.345960Z  INFO lemmy_server::scheduled_tasks: Overwriting deleted comments...
lemmy-1        | 2025-02-17T18:21:26.388678Z  INFO lemmy_server::scheduled_tasks: Done.
lemmy-1        | 2025-02-17T18:21:26.408661Z  INFO lemmy_server::scheduled_tasks: Done.

Due to no errors showing up in logs, I'm unsure where to begin troubleshooting.

Here's my Nginx config:

events {

}

http {

limit_req_zone $binary_remote_addr zone=mydomain.xyz_ratelimit:10m rate=1r/s;


upstream lemmy {
    server "lemmy:8536";
}
upstream lemmy-ui {
    server "lemmy-ui:1234";
}

server {
    listen 80;
    listen [::]:80;
    server_name mydomain.xyz;
    location /.well-known/acme-challenge/ {
        root /var/www/certbot;
    }
    location / {
        return 301 https://$host$request_uri;
    }
}

server {
    http2 on;
    listen 443 ssl;
    listen [::]:443 ssl;
    server_name mydomain.xyz;

    ssl_certificate /etc/letsencrypt/live/mydomain.xyz/fullchain.pem;
    ssl_certificate_key /etc/letsencrypt/live/mydomain.xyz/privkey.pem;

    ssl_protocols TLSv1.2 TLSv1.3;
    ssl_prefer_server_ciphers on;
    ssl_ciphers 'ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256';
    ssl_session_timeout  10m;
    ssl_session_cache shared:SSL:10m;
    ssl_session_tickets on;
    ssl_stapling on;
    ssl_stapling_verify on;

    server_tokens off;

    gzip on;
    gzip_types text/css application/javascript image/svg+xml;
    gzip_vary on;

    add_header Strict-Transport-Security "max-age=63072000";

    add_header Referrer-Policy "same-origin";
    add_header X-Content-Type-Options "nosniff";
    add_header X-Frame-Options "DENY";
    add_header X-XSS-Protection "1; mode=block";

    client_max_body_size 20M;

    location / {
        set $proxpass "http://lemmy-ui/";

        if ($http_accept = "application/activity+json") {
            set $proxpass "http://lemmy/";
        }
        if ($http_accept = "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams/"") {
            set $proxpass "http://lemmy/";
        }
        if ($request_method = POST) {
            set $proxpass "http://lemmy/";
        }
        proxy_pass $proxpass;

        rewrite ^(.+)/+$ $1 permanent;

        # Send actual client IP upstream
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header Host $host;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    }

    location ~ ^/(api|feeds|nodeinfo|.well-known) {
        proxy_pass "http://lemmy/";
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";

        limit_req zone=mydomain.xyz_ratelimit burst=30 nodelay;

        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header Host $host;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    }

    location ~ ^/(pictrs) {
        # allow browser cache, images never update, we can apply long term cache
        expires 120d;
        add_header Pragma "public";
        add_header Cache-Control "public";

        proxy_pass "http://lemmy/";
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";

        limit_req zone=mydomain.xyz_ratelimit burst=30 nodelay;

        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header Host $host;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    }

    location ~ /pictshare/(.*)$ {
        return 301 /pictrs/image/$1;
    }
}

map $remote_addr $remote_addr_anon {
    ~(?P<ip>\d+\.\d+\.\d+)\.    $ip.0;
    ~(?P<ip>[^:]+:[^:]+):       $ip::;
    127.0.0.1                   $remote_addr;
    ::1                         $remote_addr;
    default                     0.0.0.0;
}
access_log /var/log/nginx/access.log combined;

}

Docker-compose:

networks:
  lemmyexternalproxy:
  lemmyinternal:
    driver: bridge
    internal: true

services:
  proxy:
    image: nginx:1.27.4-alpine
    networks:
      - lemmyinternal
      - lemmyexternalproxy
    ports:
      - 443:443
    volumes:
      - ./volumes/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
      - ./volumes/certbot:/var/www/certbot:ro
      - ./volumes/letsencrypt:/etc/letsencrypt:ro
    restart: unless-stopped
    depends_on:
      - pictrs
      - lemmy-ui

  nginx-certs:
    image: nginx:1.27.4-alpine
    ports:
      - 80:80
    volumes:
      - ./volumes/nginx_certs/nginx.conf:/etc/nginx/nginx.conf:ro
      - ./volumes/certbot:/var/www/certbot:ro
      - ./volumes/letsencrypt:/etc/letsencrypt:ro
    restart: always

  lemmy:
    image: dessalines/lemmy:0.19.9
    hostname: lemmy
    networks:
      - lemmyinternal
      - lemmyexternalproxy
    restart: unless-stopped
    environment:
      - RUST_LOG=verbose,lemmy_server=info,lemmy_api=info,lemmy_api_common=info,lemmy_api_crud=info,lemmy_apub=info,lemmy_db_schema=info,lemmy_db_views=info,lemmy_db_views_actor=info,lemmy_db_views_moderator=info,lemmy_routes=info,lemmy_utils=info,lemmy_websocket=info
    volumes:
      - ./volumes/lemmy-api/lemmy.hjson:/config/config.hjson
    depends_on:
      - pictrs
      - postgres

  lemmy-ui:
    image: dessalines/lemmy-ui:0.19.9
    networks:
      - lemmyinternal
    environment:
      - LEMMY_INTERNAL_HOST=lemmy:8536
      - LEMMY_EXTERNAL_HOST=mydomain.xyz
      - LEMMY_HTTPS=true
    depends_on:
      - lemmy
    restart: unless-stopped

  postgres:
    image: postgres:17.3
    networks:
      - lemmyinternal
    container_name: postgres
    restart: unless-stopped
    environment:
      POSTGRES_USER: lemmy
      POSTGRES_PASSWORD: XXXXXXXXXXX
      POSTGRES_DB: lemmy
    volumes:
      - ./volumes/postgres:/var/lib/postgresql/data

  pictrs:
    image: asonix/pictrs:0.5.16
    hostname: pictrs
    networks:
      - lemmyinternal
    environment:
      - PICTRS__API_KEY=j9Dj3FxLxWL8mxMF
    user: 0:0
    volumes:
      - ./volumes/pictrs:/mnt
    restart: unless-stopped

  certbot:
    image: certbot/certbot:v3.2.0
    volumes:
      - ./volumes/certbot:/var/www/certbot/:rw
      - ./volumes/letsencrypt:/etc/letsencrypt/:rw

And finally, Lemmy's config:

{
  setup: {
    admin_username: "lemmy"
    admin_password: "XXXXXXXXXXXXXXXX"
    site_name: "MYDOMAIN"
  }

  hostname: "mydomain.xyz"
  bind: "0.0.0.0"
  port: 8536
  tls_enabled: true

  pictrs_url: "http://pictrs:8080/"

  database: {
    database: "lemmy"
    user: "lemmy"
    password: "XXXXXXXXXXXXXXXXXXXX"
    host: "postgres"
    port: 5432
    pool_size: 5
  }
}
9
10
 
 

I'm subscribed to a few communities which have posts that don't really reach my eyes, even in the "Subscribed" view, unless I manually click into the community to see what's happening.

Are there any plans or workarounds to make some communities more visible than others, just for a single user?

e.g. I want to see more what's happening in /c/Emacs than I do /c/AskLemmy, but AskLemmy posts always get more votes so the Emacs posts always seem to get buried.

I realize this might be a big ask. Cheers!

11
 
 

In the same way I can successfully publish to a Lemmy community by mentioning it in Mastodon, I am trying to do the same from Friendica (latest version 2024.12).

I tried as per instructions in this link and by addressing the community either with a ! or a @ in many ways, always unsuccessfully ("post being delivered" from Friendica, but it never does). Same result for many communities, different Lemmy servers (0.19.8). And it's not a blocking issue as I manage a Friendica and a Lemmy server and the same result occurs.

Yet I can read in Friendica from Lemmy communities with no issue.

Has anyone had any success? Am I missing something?

12
 
 

Hi. I have an account on Lemmy.ml and I am trying to follow rollercoasters@lemm.ee. There should be posts as I can see them when I access the community on lemm.ee but when I open it through Lemmy.ml it doesn’t show the posts but I can see comments when I switch to comment mode. Does anybody know why this is the case? Or is this intended and is rollercoaster blocked on Lemmy.ml?

13
 
 

Do I need to do anything to get emails to send from my lemmy instance? I have the site up and running, but emails won't send. I'm using Digital Ocean as my server provider.

14
 
 

When I created a group, I had to choose German and/or English as the language of my group, but I would like to have Finnish as the language of my group. Could we develop Feddit to have more group and discussion languages?

15
 
 

I rarely post memes, especially animated ones. But on occasion, they are absolutely necessary.

Thing is, I've only ever figured out how to do it… maybe once? How on earth do we embed gifs or mp4s within comments and posts?

16
 
 

Hello,

I just created a group Maata pitkin matkustavat (https://feddit.org/c/maatapitkinmatkustus), and I can see it is listed here. I still can't find it with the Group search in Friendica. How could I make my group visible there?

17
 
 

I love the idea of the ‘scaled’ feed but I would like to eliminate posts with negative scores (more downvotes than upvotes) or maybe even scores less than 5 or so. Can this be done?

18
 
 

Hello,

I would like to create a new community, but the Create page does not work. I have filled up everything (it is in Finnish), but the green "Luo" (Create) button does not submit my data, nor lead anywhere. I can keep pushing the button, but it does not work. What to do?

Best wishes Santeri

19
 
 

I just noticed that the two communities I moderate on SDF seem to have stopped being updated when I view them from lemmy.ml's page:

This doesn't seem to concern other SDF communities, e.g. funhole@lemmy.sdf.org.

Anybody knows what the problem might be?

20
 
 

User is automatically redirected to thumbnaill Lemmy URL after clicking on that post.

21
22
 
 

Changing the interface theme in settings doesn't change the bars. For example if I want to go "darkly-pureblack" I keep seeing the rgb bars. How to make it consistent for these elements?

23
 
 

Edit: the issue was cloudflare proxy. If you're using cloudflare for dns, turn off proxying if you're using lets encrypt.

I must be doing something wrong, because when i run the playbook I get an unconfigured nginx page at the ip of my server.

The instruction docs for ansible states:

Do not edit anything inside the {{ }} braces.

https://github.com/LemmyNet/lemmy-ansible/blob/main/examples/config.hjson

however that config file points to:

https://join-lemmy.org/docs/administration/configuration.html

24
 
 

I don't know whats going on. This post currently has 44 comments.

I would like to to continue using the default web ui (the first one). I like it the most. But it's the one that somehow doesn't loading everything and I don't know why.

Is there a bug?

25
 
 

Just started an instance so I can upload images, is.hardlywork.ing , The images I upload are screenshots of comics, they are missing the top and bottom parts of the image like 25% both ways, and the final result it uploads is zoomed in and cropped.

view more: next ›