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.

gobbling871 ,

No minimum requirements. And here you go:

<pre style="background-color:#ffffff;">
<span style="color:#323232;">#version: "3.8"
</span><span style="color:#323232;">services:
</span><span style="color:#323232;">  invidious:
</span><span style="color:#323232;">    image: quay.io/invidious/invidious:latest
</span><span style="color:#323232;">    restart: unless-stopped
</span><span style="color:#323232;">    security_opt:
</span><span style="color:#323232;">      - no-new-privileges
</span><span style="color:#323232;">    container_name: invidious
</span><span style="color:#323232;">    stop_grace_period: 3s
</span><span style="color:#323232;">    ports:
</span><span style="color:#323232;">      - 127.0.0.1:3000:3000
</span><span style="color:#323232;">    environment:
</span><span style="color:#323232;">      INVIDIOUS_CONFIG: |
</span><span style="color:#323232;">        db:
</span><span style="color:#323232;">          dbname: invidious
</span><span style="color:#323232;">          user: invidious
</span><span style="color:#323232;">          password: superstrongpassword491
</span><span style="color:#323232;">          host: postgres
</span><span style="color:#323232;">          port: 5432
</span><span style="color:#323232;">        check_tables: true
</span><span style="color:#323232;">        popular_enabled: true
</span><span style="color:#323232;">        login_enabled: false
</span><span style="color:#323232;">        statistics_enabled: true
</span><span style="color:#323232;">        hsts: true
</span><span style="color:#323232;">        hmac_key: *PICK-A-LONG-RANDOM-STRING*
</span><span style="color:#323232;">        https_only: true
</span><span style="color:#323232;">        external_port: 443
</span><span style="color:#323232;">        use_quic: true
</span><span style="color:#323232;">        database_url: postgres://invidious:superstrongpassword491@postgres/invidious?auth_methods=md5,scram-sha-256
</span><span style="color:#323232;">        force_resolve: ipv4
</span><span style="color:#323232;">        domain: *your.domain.com*
</span><span style="color:#323232;">    healthcheck:
</span><span style="color:#323232;">      test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
</span><span style="color:#323232;">      interval: 30s
</span><span style="color:#323232;">      timeout: 5s
</span><span style="color:#323232;">      retries: 2
</span><span style="color:#323232;">    depends_on:
</span><span style="color:#323232;">      - postgres
</span><span style="color:#323232;">
</span><span style="color:#323232;">  postgres:
</span><span style="color:#323232;">    image: postgres:15-alpine
</span><span style="color:#323232;">    container_name: postgres
</span><span style="color:#323232;">    security_opt:
</span><span style="color:#323232;">      - no-new-privileges
</span><span style="color:#323232;">    restart: always
</span><span style="color:#323232;">    # purposefully excluded volumes section
</span><span style="color:#323232;">    # the database will reset on recreate
</span><span style="color:#323232;">    environment:
</span><span style="color:#323232;">      POSTGRES_DB: invidious
</span><span style="color:#323232;">      POSTGRES_USER: invidious
</span><span style="color:#323232;">      POSTGRES_PASSWORD: superstrongpassword491
</span><span style="color:#323232;">    healthcheck:
</span><span style="color:#323232;">      test: pg_isready -U invidious -d invidious
</span><span style="color:#323232;">      interval: 10s
</span><span style="color:#323232;">      timeout: 5s
</span><span style="color:#323232;">      retries: 5
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines