mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update Nitter to zedeus/nitter 38985af (#628)
This commit is contained in:
parent
b6c5dc6d8f
commit
8b196e802b
@ -7,19 +7,18 @@ services:
|
|||||||
APP_PORT: 8080
|
APP_PORT: 8080
|
||||||
|
|
||||||
web:
|
web:
|
||||||
# Official Nim image used as base image for nitter doesn't offer Arm variant so using a custom image w/ patch for umbrel
|
image: ceramicwhite/nitter:build-38985af@sha256:594a184c3a834c29957ddd917800d61f3d560411d26fa6cf389bef350d4c4ac6
|
||||||
# https://github.com/ceramicwhite/umbrel-patch-ci/blob/master/nitter/umbrel.patch
|
|
||||||
image: ceramicwhite/nitter:build-20220908@sha256:cfb1227aca5014804c47d10d7ff77f24416a3fd571549eaeee9850f915507447
|
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
init: true
|
init: true
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
environment:
|
command: >
|
||||||
REDIS_HOST: "nitter_redis_1"
|
/bin/sh -c "sed -i
|
||||||
REDIS_PASS: "moneyprintergobrrr"
|
-e 's/localhost/nitter_redis_1/g'
|
||||||
NITTER_THEME: '"auto_(twitter)"'
|
-e 's/redisPassword = \"\"/redisPassword = \"moneyprintergobrrr\"/g'
|
||||||
volumes:
|
-e 's/theme = \"Nitter\"/theme = \"auto_(twitter)\"/g'
|
||||||
- ${APP_DATA_DIR}/data/nitter:/data
|
/src/nitter.conf
|
||||||
|
&& ./nitter"
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: nitter
|
id: nitter
|
||||||
category: Social
|
category: Social
|
||||||
name: Nitter
|
name: Nitter
|
||||||
version: "20220908"
|
version: "38985af"
|
||||||
tagline: Browse Twitter without tracking or ads
|
tagline: Browse Twitter without tracking or ads
|
||||||
description: >
|
description: >
|
||||||
Nitter is a free and open source alternative Twitter front-end focused on privacy and performance.
|
Nitter is a free and open source alternative Twitter front-end focused on privacy and performance.
|
||||||
@ -50,5 +50,23 @@ gallery:
|
|||||||
path: ""
|
path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
|
releaseNotes: >
|
||||||
|
- fixed bug that caused everybody to be displayed as verified
|
||||||
|
|
||||||
|
- fixed bug that caused threads on user profiles to be hidden
|
||||||
|
|
||||||
|
- Add proper tombstone for subscriber tweets
|
||||||
|
|
||||||
|
- Remove outdated tweet from card test
|
||||||
|
|
||||||
|
- Fix pinned "TweetPreviewDisplay" crash
|
||||||
|
|
||||||
|
- Update badges
|
||||||
|
|
||||||
|
- Prevent search endpoint from discarding tokens
|
||||||
|
|
||||||
|
- Add actions workflow to run Selenium tests
|
||||||
|
|
||||||
|
- Uppercase HLS in preference description
|
||||||
submitter: Jasper
|
submitter: Jasper
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/128
|
submission: https://github.com/getumbrel/umbrel-apps/pull/128
|
Loading…
Reference in New Issue
Block a user