diff --git a/README.md b/README.md index 3eacd7d..a0f2042 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Nitter is an alternative front-end for Twitter that is faster than the official This app requires a dedicated root domain. **ARM installations are NOT SUPPORTED.** -**Shipped version:** 2021.02.16 +**Shipped version:** 2021-06-23 + ## Screenshots ![](https://raw.githubusercontent.com/zedeus/nitter/master/screenshot.png) diff --git a/README_fr.md b/README_fr.md index dc6751f..82d929d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Nitter est une interface alternative pour Twitter qui est plus rapide que le sit Cette application nécéssite un domaine dedié. **L'installation sur ARM n'est PAS PRISE EN CHARGE.** -**Version incluse :** 2021.02.16 +**Version incluse :** 2021-06-23 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 2b81ceb..0ea5ee1 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/zedeus/nitter/archive/52a0b530cc35c4a8ab28b58994d8c07322a58a51.zip -SOURCE_SUM=77594f5712da12935a1cd0516aaf9525dc0f3a6239f36d7d512af975da9d0cde +SOURCE_URL=https://github.com/zedeus/nitter/tarball/a85994387191f5a860536b411d422a2aecf2e820 +SOURCE_SUM=96feae7b2822d6c5ea734005b4d8b0035fa6ee20ac7ad86850f4cd72b3320313 SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=zip +SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=nitter-52a0b530cc35c4a8ab28b58994d8c07322a58a51.zip +SOURCE_FILENAME=a85994387191f5a860536b411d422a2aecf2e820 SOURCE_EXTRACT=true diff --git a/conf/nitter.conf b/conf/nitter.conf index a3a29cc..e710761 100644 --- a/conf/nitter.conf +++ b/conf/nitter.conf @@ -5,6 +5,7 @@ https = false # disable to enable cookies when not using https staticDir = "./public" title = "__TITLE__" hostname = "__DOMAIN__" +httpMaxConnections = 100 [Cache] listMinutes = 240 # how long to cache list info (not the tweets, so keep it high) diff --git a/manifest.json b/manifest.json index 80ea4ab..a65831c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Alternative front-end for Twitter that respects your privacy", "fr": "Interface alternative pour Twitter qui respecte votre vie privée" }, - "version": "0.2021.02.16~ynh4", + "version": "0.2021.06.23~ynh1", "url": "https://github.com/zedeus/nitter", "license": "AGPL-3.0-only", "maintainer": {