We have created an instance in Basque language called lemmy.eus. This is the second day so Basque people is signing up and creating communities right now!

We also created a welcome site with the rules and other useful information: kaixo.lemmy.eus

  • Txopi@lemmy.mlOP
    link
    fedilink
    arrow-up
    1
    ·
    4 years ago

    Here it is the block without comments:

    federation: {
        enabled: true
        tls_enabled: true
        allowed_instances: ""
        blocked_instances: ""
    }
    

    We restarted lemmy.eus server. Let us know if you see something wrong. Thank you!

    • Dessalines@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      4 years ago

      Those allowed_instances and blocked_instances need to be commented out:

      federation: {
          enabled: true
          tls_enabled: true
          # allowed_instances: ""
          # blocked_instances: ""
      }
      

      Then restart your server.