diff --git a/config.php.example b/config.php.example index 8d54069..d329191 100644 --- a/config.php.example +++ b/config.php.example @@ -53,13 +53,6 @@ "original_name" => "GitHub", "original_url" => "github.com" ), - "librarian" => array( - "instance_url" => "", - "project_url" => "https://codeberg.org/librarian/librarian#clearnet", - "original_name" => "Odysee", - "original_url" => "odysee.com" - ), - "nitter" => array( "instance_url" => "", "project_url" => "https://github.com/zedeus/nitter/wiki/Instances", diff --git a/docker/README.md b/docker/README.md index e52bad2..bb7d06c 100644 --- a/docker/README.md +++ b/docker/README.md @@ -109,7 +109,6 @@ This docker image was developed with high configurability in mind, so here is th | APP_INVIDIOUS | "" | string | Integration with external self-hosted apps, configure the desired host. | | APP_RIMGO | "" | string | Integration with external self-hosted apps, configure the desired host. | | APP_SCRIBE | "" | string | Integration with external self-hosted apps, configure the desired host. | -| APP_LIBRARIAN | "" | 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. | diff --git a/docker/attributes.sh b/docker/attributes.sh index a0a78c0..0559a46 100755 --- a/docker/attributes.sh +++ b/docker/attributes.sh @@ -36,7 +36,6 @@ export CONFIG_WIKIPEDIA_LANGUAGE=${CONFIG_WIKIPEDIA_LANGUAGE:-${CONFIG_GOOGLE_LA export APP_INVIDIOUS=${APP_INVIDIOUS:-""} export APP_RIMGO=${APP_RIMGO:-""} export APP_SCRIBE=${APP_SCRIBE:-""} -export APP_LIBRARIAN=${APP_LIBRARIAN:-""} export APP_GOTHUB=${APP_GOTHUB:-""} export APP_NITTER=${APP_NITTER:-""} export APP_LIBREREDDIT=${APP_LIBREREDDIT:-""} diff --git a/docker/php/config.php b/docker/php/config.php index 3d0d8ea..6141dc7 100644 --- a/docker/php/config.php +++ b/docker/php/config.php @@ -36,13 +36,6 @@ "original_name" => "GitHub", "original_url" => "github.com" ), - "librarian" => array( - "instance_url" => "${APP_LIBRARIAN}", - "project_url" => "https://codeberg.org/librarian/librarian#clearnet", - "original_name" => "Odysee", - "original_url" => "odysee.com" - ), - "nitter" => array( "instance_url" => "${APP_NITTER}", "project_url" => "https://github.com/zedeus/nitter/wiki/Instances", diff --git a/docker/php/php.dockerfile b/docker/php/php.dockerfile index 0441cd7..901bffa 100644 --- a/docker/php/php.dockerfile +++ b/docker/php/php.dockerfile @@ -24,7 +24,6 @@ ENV CONFIG_BITTORRENT_TRACKERS="&tr=http://nyaa.tracker.wf:7777/announce&tr=udp: ENV APP_INVIDIOUS="" ENV APP_RIMGO="" ENV APP_SCRIBE="" -ENV APP_LIBRARIAN="" ENV APP_GOTHUB="" ENV APP_NITTER="" ENV APP_LIBREREDDIT="" diff --git a/favicon.ico b/favicon.ico index c0231ea..1a92d73 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/static/images/librex.png b/static/images/librex.png index f1412a9..84ca01a 100644 Binary files a/static/images/librex.png and b/static/images/librex.png differ