Skip Navigation

🇦🇺𝕄𝕦𝕟𝕥𝕖𝕕𝕔𝕣𝕠𝕔𝕠𝕕𝕚𝕝𝕖

@ muntedcrocodile @lemm.ee

Posts
31
Comments
1875
Joined
2 yr. ago

  • I'm still a fan of the theory that the only thing he was good at was creating was ai

  • This sounds like a problem I'm too Linux to understand

  • Bro what's wrong with GrapheneOS?

  • Here is my searxng rocker compose:

     yml
        
    services:
      redis:
        container_name: redis
        image: docker.io/valkey/valkey:7-alpine
        command: valkey-server --save 30 1 --loglevel warning
        restart: unless-stopped
        networks:
          - local_bridge
        volumes:
          - ./data/reddis:/data
        cap_drop:
          - ALL
        cap_add:
          - SETGID
          - SETUID
          - DAC_OVERRIDE
        logging:
          driver: "json-file"
          options:
            max-size: "1m"
            max-file: "1"
    
      searxng:
        container_name: searxng
        image: docker.io/searxng/searxng:latest
        restart: unless-stopped
        networks:
          - local_bridge
          - proxy
        volumes:
          - ./data/searxng:/etc/searxng
        environment:
          - SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
          - SEARXNG_SECRET=${SEARXNG_SECRET}
        cap_drop:
          - ALL
        cap_add:
          - CHOWN
          - SETGID
          - SETUID
        logging:
          driver: "json-file"
          options:
            max-size: "1m"
            max-file: "1"
    
    networks:
      local_bridge: # local bridge with ipv6 internet access
        driver: bridge
        enable_ipv6: true
      proxy:
        external: true
    
      

    And my searxng settings:

     yml
        
    searxng/data/searxng/settings.yml
    # see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
    use_default_settings: true
    
    server:
      # base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
      limiter: false  # can be disabled for a private instance
      image_proxy: false
    ui:
      static_use_hash: true
      query_in_title: true
      infinite_scroll: true
      default_theme: simple
      theme_args:
        # style of simple theme: auto, light, dark
        simple_style: dark
    redis:
      url: redis://redis:6379/0
    
    
    search:
      safe_search: 0
      autocomplete: 'duckduckgo'
      default_lang: "en"
      formats:
        - html
        - json
    
    
    outgoing:
      # default timeout in seconds, can be override by engine
      request_timeout: 3.0
    
    
    enabled_plugins:
      - 'Hash plugin'
      - 'Basic Calculator'
      - 'Self Informations'
      - 'Tracker URL remover'
      # - 'Ahmia blacklist'
      - 'Hostnames plugin'  # see 'hostnames' configuration below
      - 'Open Access DOI rewrite'
    
      

    And the proxy network is just the docker network that nginx is connected to. Here is my nginx conf https://github.com/muntedcrocodile/nginxconf .

  • This solidifies for me I will never own a Pixel phone.

    Sounds like a pixel phone is exactly what u want just u want GrapheneOS on it.

  • Deleted

    Permanently Deleted

    Jump
  • Hate sure. Violence? Really?

    Hate isn't violence hate is a byproduct of free speech and liberty. I mean getting doxed and actionable calls/threats of violence should be a crime. But mean words is just life.

  • Deleted

    Permanently Deleted

    Jump
  • Ahh yes free speech

  • Deleted

    Permanently Deleted

    Jump
  • Holy fuck the death of free speech. Do u hear urself. Ur on lemmy literally designed to be impossible to do such a thing.

  • Deleted

    Permanently Deleted

    Jump
  • The fuck is digital violence?

  • Well in Australia we don't have tipping.

  • Insert Winston Churchill quote here.

  • Deleted

    Permanently Deleted

    Jump
  • I think it may he more productive to get people to use alternative ai products that are foss and/or respect privacy.

  • They could fix illegal immigration ib 2 seconds if they charged the people who employ illegal immigrants

  • The cad isn't where it need to be yet unfortunately

  • Vibe coding L

    Like I use a lot of ai but u gotta be specific and understand the architecture lol.

  • That's what one would assume. But it would be legendary if they where brave enough to put steam os on it. It is the year of the Linux handheld.

  • The problem with all this cool hardware is they all have locked down boot loaders and u can't put a truly foss os on em

  • Gnome

    Jump
  • Ohh fuck no don't start this suit again

  • Does that work cos that would solve all my Linux issues. Libre office just isn't ready yet.