summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
-rw-r--r--config.patch7
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2f5fc21d04c..723ea6ec37e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nitter-git
pkgdesc = Alternative Twitter front-end
pkgver = latest
- pkgrel = 11
+ pkgrel = 12
url = https://github.com/zedeus/nitter
install = nitter.install
arch = x86_64
@@ -21,11 +21,10 @@ pkgbase = nitter-git
source = nitter.service
source = nitter.install
sha256sums = SKIP
- sha256sums = eaa75a67d28d3fbcbd24f3f13a53bb21eded0412a38e67b61330cbab308154bd
+ sha256sums = d63c00cdd6a2efa7da4e7d982a014d78dd104e14fd8d70165300faf315a0bfa2
sha256sums = 620e38c7bb978a64d276b499d097ec4967fe8bda16852fe0c416ed61744b6526
sha256sums = 79469c5cfeacf38c7469a2240ba5c19670ddaf757e6d1b5286206a18a0718487
sha256sums = 560d98833c56979cb6b5d187a827788dbbdff95871f957225604b58b15c1c219
sha256sums = 57eb0d0aa47416006f107df078221e64023881123e8ec961266029db9228af9d
pkgname = nitter-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1af083dd2a6f..f7a491ae95ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=nitter
pkgname=nitter-git
pkgver=latest
-pkgrel=11
+pkgrel=12
pkgdesc="Alternative Twitter front-end"
url="https://github.com/zedeus/nitter"
depends=('redis')
@@ -20,7 +20,7 @@ source=("$pkgname::git+$url.git#branch=master"
"nitter.service"
"nitter.install")
sha256sums=('SKIP'
- 'eaa75a67d28d3fbcbd24f3f13a53bb21eded0412a38e67b61330cbab308154bd'
+ 'd63c00cdd6a2efa7da4e7d982a014d78dd104e14fd8d70165300faf315a0bfa2'
'620e38c7bb978a64d276b499d097ec4967fe8bda16852fe0c416ed61744b6526'
'79469c5cfeacf38c7469a2240ba5c19670ddaf757e6d1b5286206a18a0718487'
'560d98833c56979cb6b5d187a827788dbbdff95871f957225604b58b15c1c219'
diff --git a/config.patch b/config.patch
index 0939dd82711a..56ac62c99755 100644
--- a/config.patch
+++ b/config.patch
@@ -2,13 +2,14 @@ diff --git i/nitter.conf w/nitter.conf
index d6d860b..877b270 100644
--- i/nitter.conf
+++ w/nitter.conf
-@@ -1,10 +1,10 @@
+@@ -1,11 +1,11 @@
[Server]
-address = "0.0.0.0"
-port = 8080
+address = "localhost" # Change this?
+port = 13500 # Change this?
https = false # disable to enable cookies when not using https
+ httpMaxConnections = 100
-staticDir = "./public"
-title = "nitter"
-hostname = "nitter.net"
@@ -18,7 +19,7 @@ index d6d860b..877b270 100644
[Cache]
listMinutes = 240 # how long to cache list info (not the tweets, so keep it high)
-@@ -18,8 +18,8 @@ redisMaxConnections = 30
+@@ -19,8 +17,8 @@ redisMaxConnections = 30
# you receive tons of requests per second
[Config]
@@ -29,7 +30,7 @@ index d6d860b..877b270 100644
tokenCount = 10
# minimum amount of usable tokens. tokens are used to authorize API requests,
# but they expire after ~1 hour, and have a limit of 187 requests.
-@@ -29,9 +29,9 @@ tokenCount = 10
+@@ -30,9 +28,9 @@ tokenCount = 10
# Change default preferences here, see src/prefs_impl.nim for a complete list
[Preferences]