Skip to content

Commit

Permalink
fix: missing redlib docker configurations moving to redlib (merge pul…
Browse files Browse the repository at this point in the history
…l request #141 from codedipper/fix-docker-redlib)

fix: missing redlib docker configurations after a6e2511
  • Loading branch information
Ahwxorg committed Apr 1, 2024
2 parents 7fa3d60 + 72118c6 commit 7350ddc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,2 +1,4 @@
/config.php
/opensearch.xml
/nginx_logs
/php_logs
2 changes: 1 addition & 1 deletion docker/README.md
Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion docker/attributes.sh
Expand Up @@ -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:-""}
Expand Down

0 comments on commit 7350ddc

Please sign in to comment.