From 5cc60d8ecd8be003326377bb2c7277ff6eb86eb8 Mon Sep 17 00:00:00 2001 From: Revvy Date: Mon, 1 Apr 2024 16:24:25 -0400 Subject: [PATCH 1/2] fix: missing redlib docker configurations after a6e25114b6f73eec66c805a1811e501125c4c994 --- docker/README.md | 2 +- docker/attributes.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index c31cac11..3cb67325 100644 --- a/docker/README.md +++ b/docker/README.md @@ -115,7 +115,7 @@ This Docker image was developed with high configurability in mind, so here is th | APP_SCRIBE | "" | string | Integration with external self-hosted apps, configure the desired host. | | APP_GOTHUB | "" | string | Integration with external self-hosted apps, configure the desired host. | | APP_NITTER | "" | string | Integration with external self-hosted apps, configure the desired host. | -| APP_LIBREREDDIT | "" | string | Integration with external self-hosted apps, configure the desired host. | +| APP_REDLIB | "" | string | Integration with external self-hosted apps, configure the desired host. | | APP_PROXITOK | "" | string | Integration with external self-hosted apps, configure the desired host. | | APP_WIKILESS | "" | string | Integration with external self-hosted apps, configure the desired host. | | APP_QUETRE | "" | string | Integration with external self-hosted apps, configure the desired host. | diff --git a/docker/attributes.sh b/docker/attributes.sh index b0f4a8ae..23c597ab 100755 --- a/docker/attributes.sh +++ b/docker/attributes.sh @@ -39,7 +39,7 @@ export APP_RIMGO=${APP_RIMGO:-""} export APP_SCRIBE=${APP_SCRIBE:-""} export APP_GOTHUB=${APP_GOTHUB:-""} export APP_NITTER=${APP_NITTER:-""} -export APP_LIBREREDDIT=${APP_LIBREREDDIT:-""} +export APP_REDLIB=${APP_REDLIB:-""} export APP_PROXITOK=${APP_PROXITOK:-""} export APP_WIKILESS=${APP_WIKILESS:-""} export APP_QUETRE=${APP_QUETRE:-""} From 72118c61d93a740e7512e4dc89537799de160573 Mon Sep 17 00:00:00 2001 From: Revvy Date: Mon, 1 Apr 2024 16:27:36 -0400 Subject: [PATCH 2/2] fix: add /nginx_logs and /php_logs to /.gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4d4ce91d..9b68306d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /config.php /opensearch.xml +/nginx_logs +/php_logs