From b37eae46b98bb0af39d4f71cd6fd6fd18af529a1 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Mon, 23 May 2022 07:22:52 +0200 Subject: [PATCH] Update Nitter config --- apps/nitter/config.json | 22 +++++++++++----------- apps/nitter/docker-compose.yml | 10 +++------- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/apps/nitter/config.json b/apps/nitter/config.json index 84bc147e..bcbd768a 100644 --- a/apps/nitter/config.json +++ b/apps/nitter/config.json @@ -1,12 +1,12 @@ { - "name": "Nitter", - "available": true, - "port": 8106, - "id": "nitter", - "description": "A free and open source alternative Twitter front-end focused on privacy and performance.", - "short_desc": "Twitter without annoyances!", - "author": "Stetsed", - "source": "https://github.com/zedeus/nitter", - "image": "https://raw.githubusercontent.com/zedeus/nitter/master/public/favicon.ico", - "form_fields": {} - } \ No newline at end of file + "name": "Nitter", + "available": true, + "port": 8106, + "id": "nitter", + "description": "A free and open source alternative Twitter front-end focused on privacy and performance.", + "short_desc": "Twitter without annoyances!", + "author": "zedeus", + "source": "https://github.com/zedeus/nitter", + "image": "https://raw.githubusercontent.com/zedeus/nitter/master/public/favicon.ico", + "form_fields": {} +} diff --git a/apps/nitter/docker-compose.yml b/apps/nitter/docker-compose.yml index 25c6fd70..479cc285 100644 --- a/apps/nitter/docker-compose.yml +++ b/apps/nitter/docker-compose.yml @@ -1,7 +1,6 @@ -version: "3" +version: "3.7" services: - nitter: image: zedeus/nitter:latest container_name: nitter @@ -21,8 +20,5 @@ services: - tipi_main_network command: redis-server --save 60 1 --loglevel warning volumes: - - nitter-redis:/data - restart: unless-stopped - -volumes: - nitter-redis: \ No newline at end of file + - "${APP_DATA_DIR}/data/redis:/data" + restart: unless-stopped \ No newline at end of file